PDF into a picture --11 kinds of programs

Original Address: https://bbs.csdn.net/topics/380183189?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

Recently the company arranged to have a mission: to deliver a required DLL, to achieve [PDF] into a picture, the best results are able to master all the source code, it is not only the delivery of third-party DLL. Studied six working days + 1 + day weekend from work every night 9:00, take a stroll various domestic and international forums, or did not make it out of the entire source code, but found a lot of useful tools and other tools for everyone to share in this .

1. [iTextSharp.dll], C # open source PDF processing tool that can operate in any PDF, and can extract PDF text and pictures, but you can not directly convert PDF into picture.
DLL and source code Download: http: //download.csdn.net/detail/shi0090/4065982
Chinese help documentation Download: http: //download.csdn.net/detail/shi0090/4065986
extract the text Test Engineering Download: http : //download.csdn.net/detail/shi0090/4068429
extract pictures test Engineering Download: http: //download.csdn.net/detail/shi0090/4068428
official website: HTTP: //itextpdf.com/

2. [ PdfSharp.dll], C # open source PDF processing tool that can operate in any PDF, can also extract images from PDF achieve, but you can not directly convert PDF into picture.
DLL and source code Download: http: //download.csdn.net/detail/shi0090/4066060 
extract pictures Test Engineering Download: http: //download.csdn.net/detail/shi0090/4068448 
more than two tools are open source C # PDF documents can be a good deal, but do not meet my request directly converted into PDF IMAGE.

[3] ImageMagick, C language open-source PDF processing tool that can convert PDF to realize the picture, because it is a C # project, so the C language I did not test too much.
DLL and source code Download: HTTP: //download.csdn.net/detail/shi0090/4066040

4. [Acrobat.dll], the interface provided by Adobe official, can achieve PDF transfer pictures.
This method requires the installation of Adobe Acrobat X Pro, copy the files from the installation Acrobat.dll can, because the file is too large to be more than 500M, not available for download.
Test Engineering Download: http://download.csdn.net/detail/shi0090/4068502
reference address: http: //www.codeproject.com/Articles/5887/Generate-Thumbnail-Images-from-PDF-Documents
this program program is my last resort, after all, is the interface provided by Adobe official, the conversion efficiency of other DLL to be much faster than, and it should be more reliable number.

5. Free Tool: [] Ghostscript can be achieved PDF transfer pictures, looks like a lot of people online will adopt this approach, but I do not think it useful.
DLL Download: http: //download.csdn.net/detail/shi0090/4066005
Test Engineering Download: http: //download.csdn.net/detail/shi0090/4068486
Reference Address: http: //www.codeproject.com/Articles/317700/Convert-a-PDF-into-a-series-of-images-using-Csharp.aspx
reference address: http: //www.codeproject.com / Articles / 32274 / How-the to-Convert For-PDF-Image-to-the Using Ghostscript-API-

6. [PDFLibNet.dll], third-party DLL, can achieve the PDF transfer pictures.
DLL Download: http: //download.csdn.net/detail/shi0090/4066096
Test Engineering Download: HTTP: //download.csdn.net/detail/shi0090/4068522

7] [O2S.Components.PDFRender4NET.dll, Third-party DLL, can achieve the PDF transfer pictures, dll upper left corner of the original will have a row of red watermark, but this is cracked version has no watermark.
DLL Download: http: //download.csdn.net/detail/shi0090/4066107
Test Engineering Download: HTTP: //download.csdn.net/detail/shi0090/4068558

8.] [SautinSoft.PdfFocus.dll first tripartite DLL, can achieve the PDF transfer pictures, but the pictures turn out the upper left corner of a row of red watermark.
DLL Download: http: //download.csdn.net/detail/shi0090/4066111
Test Engineering Download: HTTP: //download.csdn.net/detail/shi0090/4068561

9. [TallComponents.PDF.Rasterizer.dll], third-party DLL, can achieve the PDF transfer pictures, but the turn out of the picture there is a relatively large watermark.
DLL Download: http: //download.csdn.net/detail/shi0090/4066112
Test Engineering Download: HTTP: //download.csdn.net/detail/shi0090/4068563

10. [XpdfRasterizer.dll], third-party DLL can be achieved PDF transfer pictures.
DLL Download: http: //download.csdn.net/detail/shi0090/4066115
Test Engineering Download: this get gone, if you want to use this, then we must pay attention Regsvr32 registered, otherwise the conversion will fail.

[11] abcpdf.dll, third-party DLL, can achieve the PDF transfer pictures, but you need to install abcpdf, it is not too easy to put to use.
DLL Download: http: //download.csdn.net/detail/shi0090/4066144
Test Engineering Download: http: //download.csdn.net/detail/shi0090/4068564

last posted all the code and dll's address, in order to avoid Children's shoes one by one in trouble, but the corresponding branch a little higher, after all, I downloaded this stuff with me 100 points, ah, let me know the importance of the points.
dll Download: HTTP: //download.csdn.net/detail/shi0090/4068649
code Download: http: //download.csdn.net/detail/shi0090/4068651

Finally, I think the best use [or] Acrobat.dll because the most efficient, most stable, at the same time five PDF conversion can be successful, but with a third-party DLL will appear the phenomenon of collapse.
Secondly Recommended [O2S.Components.PDFRender4NET.dll], because the use of this code is the most simple, the most convenient to use, and the efficiency is not bad, there is no watermark, but a crack, we all pondered this.

Above is my research it, if you have any good advice welcome give me a message, you can also add my QQ: 605494869 or micro-blog: http: //weibo.com/605494869 exchange.

Published 117 original articles · won praise 4 · views 80000 +

Guess you like

Origin blog.csdn.net/qq_36266449/article/details/105210171