Hi, i’m develope into my software the print of pdf file but when use PdfViewer for printing, the print have a large margin.
I use this code:
Aspose.Pdf.Facades.PdfViewer viewer = new Aspose.Pdf.Facades.PdfViewer();
//…...dialog when printing //Print document using printer and page settings...and right margins. Print the Document : After adjusting the page...