PdfPrint new methods and Adobe printing
In new version of PdfPrint library there are new methods:
public Status SavePdfPagesAsMultiPageTiff(byte[] pdfArray, string outputFileName, int fromPage, int toPage, int zoomFactor, float xResolution, float yResolution, ColorType colorType)public Status SavePdfPagesAsImages(byte[] pdfArray, string outputFileName, int fromPage, int toPage, int zoomFactor, float xResolution, float yResolution, ColorType colorType, long quality, ImageType imageType = ImageType.FindFromFileName)public Status SavePdfPageAsImage(byte[] pdfArray, string outputFileName, int pageNumber, int zoomFactor, float xResolution, float yResolution, ColorType colorType, long quality, ImageType imageType = ImageType.FindFromFileName)public Bitmap GetBitmapFromPdfPage(byte[] pdfArray, int pageNumber, int zoomFactor)public Status PrintWithAdobe(string fileName, IWin32Window parentWindow)
public Status PrintWithAdobe(string fileName)
Support Availability - December 12th
On December 12th, 2025, our support team will be available:
For assistance, please contact us at [email protected], and we will respond to your inquiry as soon as we can.