0

The pdf file printed is exposed on a label with a left margin. When printing the pdf via Acrobat the label has no left margin and is printed correctly. How can I fix the page layout is exactly executed as also done by Acrobat itself?

Result with Acrobat Reader (right) Result with Gembox.pdf

memStream contains content of the pdf which is read from a webservice.

Code: var document = PdfDocument.Load(memStream); document.Print(printerName);

I tried searching methods to get the desired impact on the layout used for printing, but nothing found which can help me.

0 Answers0