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
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.
python BatRun.py -e C:\Users\~\PDFConvert.exe -i C:\Users\~ -o C:\Users\~ -f xml -t 60
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.
Format
Convert speed
Extract table
Complete
Analyze
The source code is for learning and communication only.
Please contact Adobe for commercial use.