Skip to content

Commit

Permalink
Changed A4 to Letter in DomPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
subscriptionflow-developer committed Oct 4, 2021
1 parent c1d6f58 commit ed92045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpWord/Writer/PDF/DomPDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function save($filename = null)
$fileHandle = parent::prepareForSave($filename);

// PDF settings
$paperSize = 'A4';
$paperSize = 'letter';
$orientation = 'portrait';

// Create PDF
Expand Down

0 comments on commit ed92045

Please sign in to comment.