Hello,
Please look at my code snippet below.
Mikhael
SquareAnnotation.pdf (1.5 KB)
var sPrinterName = @"Canon iR C3000 Series UFR II";
var sSrcPDF = @"C:\in\SquareAnnotation.pdf";
using (var srcPdf = new Aspose.Pdf.…... var ps = new Aspose.Pdf.Printing.PrinterSettings()...viewer.PrintDocumentWithSet(pgs, ps); viewer.Close(); } } ilyazhuykov...