Closed mxub closed 2 months ago
Hi!
When the PDF is rendered correctly in the reader and is broken when printed, then it’s often caused by a bug in the printer. And unfortunately for you, it looks like it’s the case here: the PDF is printed correctly with our printer.
You can try to upgrade your printer’s driver and see if it fixes the problem. If it doesn’t, you can try to convert your PDF into another PDF with a command like gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=output_filename.pdf input_filename.pdf
, and hope that your printer will like this equivalent PDF better.
That was the issue. After installing a new driver for the printer, it works fine. Thank you for your help. :)
Hey everyone,
I want to extend the report to build a restaurant menu. Therefore I wanted to replace the page number on the top right with an icon. I'm using the CLI to convert the
.html
to.pdf
.It renders fine on PDF. But when I want to print the PDF it is wrong. I have the HTML (standalone), Generated PDF, scanned print & Logo attached.
PDF
Print
I tried so far:
I hope someone can point me in the right direction.
HTML code