Using GhostscriptProcessor to print a PDF file - Margins are messy
问题 I'be been trying to send a PDF file to my printer to print using GhostscriptProcessor in C#. Everything is going well and the file is being printed but a slight zoom (around 1.1x - 1.05x) is being applied and I can't find a way to specify Top Margins or change the final size of the rendered PDF. It seems like the page size from the printer are different from the ones I'm rendering. Is there any way to circumvent that? This is what I have: string printerName = "MIAUMIAUMIAU"; using