You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$pdf = new Fpdi();
$pdf->setSourceFile('template.pdf');
$pdf->importPage(1);
$pdf->AddPage();
$pdf->Output();
will copy the XObject of the imported page 1 and all of its resources to the resulting document. Though it was never used.
Can we add a check for this and do not import it at all then?
The text was updated successfully, but these errors were encountered:
Actually following logic:
will copy the XObject of the imported page 1 and all of its resources to the resulting document. Though it was never used.
Can we add a check for this and do not import it at all then?
The text was updated successfully, but these errors were encountered: