pdf-to-printer icon indicating copy to clipboard operation
pdf-to-printer copied to clipboard

Large PDF Size When Printing

Open Tieantono opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. I'm currently developing a printing server solution (web app) which will print a PDF file into network printers that connected to the server. I was planning to use this nice package for simplify the PDF printing process. However, I found that the PDF file that will be sent to the printer is quite large, despite the actual PDF file is about 100KB, and when I checked the printing status in Windows Spooler (See what's printing), it was around 100MB. I'm worry that this will become a performance issue.

Describe the solution you'd like Is it possible to make the size of the document that will be sent to the printer smaller?

Describe alternatives you've considered I have tried using Adobe Reader .exe through command line to execute a printing request, and the size of the document that will be sent to the printer is actually not large, using the same actual file size I've mentioned above, the final size is around 350KB.

Additional context image The top one was the result of Adobe Reader printing, while the bottom one is the result of using this package for printing

Tieantono avatar Sep 13 '22 18:09 Tieantono