Jump to content

PDF with different encoding


Recommended Posts

Surprised it works on the front-end! I would try adding it to classes/PDF.php around line 86.

    private static $_fpdf_core_fonts = array('courier', 'helvetica', 'helveticab', 'helveticabi', 'helveticai', 'symbol', 'times', 'timesb', 'timesbi', 'timesi', 'zapfdingbats');

Link to comment
Share on other sites

man I don`t seem to find it i added it here:

/** @var array Special PDF params such encoding and font */

   private static $_pdfparams = array();
   private static $_fpdf_core_fonts = array('courier', 'helvetica', 'helveticab', 'helveticabi', 

'helveticai', 'symbol', 'times', 'timesb', 'timesbi', 'timesi', 'zapfdingbats', 'verdana', 'verdanab');
   /**
   * Constructor
   */

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...