RafaelCecchin / cups-printer

A Composer library for easy file printing from PHP with CUPS, supporting both Windows and Linux environments.
0 stars 0 forks source link

Multiple pages issue #4

Closed onebeat closed 1 month ago

onebeat commented 2 months ago

Hello, i have installed your script and works great when print single page, but multiple pages it cuts header and footer of document ?

Do you have idea why does it happen ?

RafaelCecchin commented 2 months ago

Hello. Are you using a library like "dompdf"? If so, when you run "$pdf->stream(...)" does the PDF appear ok? Do this to debug. If you are viewing the PDF correctly in your browser, it may be that your printer configuration in CUPS is not correct.