
Buy now!
Final price will reflect on checkout page.
A-PDF Form Data Extractor 28% Discount Coupon
A-PDF Form Data Extractor is a simple, lightning-fast desktop utility program that lets you batch import PDF form data to CSV or XML file format. It provide a visual form fields extraction rule editor to verify and define what Form Fields to be gathered which exist on the page form source PDF conveniently and automatically.
No copy and paste forms again
You do not need copy PDF forms data from hundreds submit PDF files again. Using it, you can batch process PDF forms one time.
Visual form fields extraction rule editor
A-PDF Form Data Extractor provide a visual rule editor to allow you define the output field, default value and order etc. See below for a quick impression.
visual form fields extraction rule editor
You can also import and export the rules for use other place.
Output to CSV or XML files
Create one single CSV/XML file from all PDF files. That means, you can easily use your rules anywhere.
A-PDF Form Data Extractor Command Line
A-PDF Form Data Extractor Command line (PFDECMD.exe) can be used as a Windows console utility that silent extract PDF form(s) data to the CSV or XML file .
USAGE
PFDECMD.exe
Return code:
0: Success
2: Input file does not exist
3: The parameters are invalid.
4: The extracting rule not defined
7: Failed to save the ouput file.
example:
Example 1:
PFDECMD -Rrulename1 -F”C:\PDFFileList.txt” -O”C:\output.csv”
-TCSV
Note: “C:\PDFFileList.txt” contains a list of PDF files
The content in “C:\PDFFileList.txt” can be like this:
c:\demoform1.pdf
c:\demoform2.pdf
c:\demoform3.pdf
c:\demoform4.pdf
c:\demoform5.pdf
Example 2:
PFDECMD -Rrulename2 -F”c:\inputFormDataPDF.pdf” –
O”C:\output2.xml” -TXML
Example 3:
PFDECMD -Rrulename3 -F”c:\inputFormDataPDF.pdf” –
O”C:\output3.csv” -TCSV
Example 4:
PFDECMD -F”c:\inputFormDataPDF.pdf” -O”C:\output4.csv” -TCSV
Note: using the default rule to extract data