Can some one tell using a small sample code on how to convert a multipage PDF file to multiple images with the option to convert to Colored Image (.png) or Grayscale Image (.tif) using Adobe Acrobat XI SDK in C#?
问问题
1079 次
1 回答
1
尝试PdfThumbnailComparer.Lib。它使用Adobe Acrobat SDK
幕后从 PDF 文件生成图像”new PdfToImage { PdfFilePath = "...path to pdf..." }.PdfPageToPng();
于 2014-09-06T20:47:34.533 回答