简体   繁体   中英

Import XML data into a PDF form using Python

At my office we had PDFs designed using Adobe LiveCycle Designer that allows you to import xml data into the form to populate it. I would like to know if I could automate the process of importing the xml data into the form using python.

Ideally I would like it if I didn't have to re-create the form using python since the form itself is quite complex. I've looked up several different modules and they all seem to be able to read pdfs or create them from scratch, but not populate them.

Is there a python module out there that would have that kind of functionality?

Edit: I should mention that I don't have access to LiveCycle.

Perhaps what you are looking for is whether Adobe LiveCycle Designer support command-line arguments to do that. You could then automate this with python by issuing the command-line, hum, commands.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM