Best PDF Converter! PDF to any format, pdf2word/excel/xml/html/txt...
PDFConvert.exe -i inputfile -o outputdir -r true -t 20000
python BatRun.py -e C:\Users\~\PDFConvert.exe -i C:\Users\~ -o C:\Users\~ -f xml -t 60
Dependency
Notice
If you run this python command in cmd console or Powershell of Windows10, you’d be better disable ‘QuickEdit Mode’ and ‘Insert Mode’ every time to avoid the process stuck in suspended state. Simply right click up the top of your powershell console, head down to properties and under Edit options you will see ‘QuickEdit Mode’.
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 |
---|---|---|
com.adobe.acrobat.eps | eps | Not test |
com.adobe.acrobat.html-3-20 | html, htm | Recommended |
com.adobe.acrobat.html-4-01-css-1-00 | html, htm | Run well |
com.adobe.acrobat.jpeg | jpeg , jpg, jpe | Not test |
com.adobe.acrobat.jp2k | jpf, jpx, jp2, j2k, j2c, jpc | Not test |
com.adobe.acrobat.doc | doc | Run well |
com.adobe.acrobat.docx | docx | Run well |
com.callas.preflight.pdfa | Not test | |
com.callas.preflight.pdfx | Not test | |
com.adobe.acrobat.png | png | Not test |
com.adobe.acrobat.ps | ps | Not test |
com.adobe.acrobat.rtf | rft | Not test |
com.adobe.acrobat.accesstext | txt | Run well |
com.adobe.acrobat.plain-text | txt | Run well |
com.adobe.acrobat.tiff | tiff, tif | Not test |
com.adobe.acrobat.xml-1-00 | xml | Recommended |
com.adobe.acrobat.xlsx | xlsx | Run well |
In Acrobat 10.0
Deprecated cConvID | Equivalent Valid cConvID |
---|---|
com.adobe.acrobat.html-3-20 | com.adobe.acrobat.html |
com.adobe.acrobat.htm l- 4-01-css-1-00 | com.adobe.acrobat.html |
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 |
---|---|---|---|---|
XML | Fast | Yes | Good | Easy |
Word | Slow | Yes | Good | General |
Excel | General | Yes | Great | Hard |
TXT | Fatest | No | General | Hardest |
HTML | Fast | Yes | Best | Easy |
The source code is for learning and communication only.
Please contact Adobe for commercial use.