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();
//…...You can create a PrinterJob object and retrieve the default page...args) { // Create PdfViewer object PdfViewer viewer = new PdfViewer();...