添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Repository files navigation

PDFConvert

Convert pdf to any other formats using Adobe DC SDK, like txt,xml,doc,docx,jpg,ps,rft etc. Notice: To run this project, you must install Adobe Acrobat DC . You may find new version on PDFConverter

Environment and Dependency

  • Operating system: Windows 10 Professional
  • IDE: Visual Studio 2017 Community
  • Development framework: .Net Framework 4.6.1
  • Dependency:
  • Acrobat
  • Adobe Acrobat 10.0 Type Library
  • System Windows Forms
  • The fist two are COM type libraries, after installing Adobe Acrobat DC, you can add reference in Visual Studio with project manager.
  • How to build and run it

    Build PDFconvert

  • Create a C# Console project, and choose the .Net framework version.
  • Add references, click the COM in references manager and select Acrobat and Adobe Acrobat 10.0 Type Library.
  • To run this project, you need add command parameters in project manager, the input file complete path and output dictionary(optional, if not specify, it will save the output file where the executable file in). You can also use console to run the executable file as follows:
  •     PDFConvert.exe -i inputfile -o outputdir -r true -t 20000
    
  • If you run this repository directly, you may skip step 1 and 2. Just compile and run in Visual Studio.
  • Batch process with Python (Controller)

     python BatRun.py -e  C:\Users\~\PDFConvert.exe -i C:\Users\~ -o C:\Users\~ -f xml -t 60
    

    Architecture

    Extension

    If you want to convert pdf to other formats, The cConvIDs supported by Acrobat library. The list of cConvIDs are as follows:

    cConvID extension comment

    Refer to Acrobat SDK and documents to learn more. You can download the SDK package, and develop application on the samples.

    Comparison

    Format Convert speed Extract table Complete Analyze

    Statement

    The source code is for learning and communication only.
    Please contact Adobe for commercial use.

    License

    Apache License 2.0