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)