Jump to content

Generated PDF page size - US Letter?


elevationprint

Recommended Posts

Try changing line 82 (in PrestaShop v1.6.1.8) of classes/pdf/PDFGenerator.php from:

        parent::__construct($orientation, 'mm', 'A4', true, 'UTF-8', $use_cache, false);

to:

        parent::__construct($orientation, 'mm', 'usletter', true, 'UTF-8', $use_cache, false);
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...