Hello,
I have a question with PDF Toolbox.
I would like to insert the information that are "decl_mat_831-87-020-20-001101.xml" in the file "A_IPC-1752-2_original.pdf" with the function "fillform.bat".
But, it doesn't work.
Is that it works only with FDF format?
Do you have another solution to complete this form automatically?
Thank you in advance for your response.
Best regards
Customer
-----------------------------------------
Original fillable PDF file,
Original XML file,
Thanks for your message, yes, PDF Toolbox is support only FDF and XFDF formats, it is not support XML format. We suggest you may convert from XML format to FDF or XFDF format first, then you can run following command lines to insert FDF or XFDF into PDF file easily,
pdftoolbox sample_fillform.pdf -fillform sample_fillform.fdf -outfile _fillform_withnewdata_out.pdf
pdftoolbox sample_fillform.pdf -fillform sample_fillform.xfdf -outfile _fillform_withnewdata_out.pdf