Looking for a Cloud API service or SDK which allows to fill the PDF Form

Keshav Agrawal
3 replies
MuPDF Python SDK comes close but the only problem is it with the checkboxes where it creates a Tick mark instead of Cross mark. In certain forms its mandatory to have those Cross marked instead of tick marked. Other cloud API services provide form fill API but they render the final output pdf - uneditable - which is another problem. Happy to know about paid solutions as well but they should honor the cross mark filling of checkboxes and also keep the form editable like MuPDF does.

Replies

Sebastian
I’ve used pdfrw and PyPDF2 for some projects. They’re open-source and highly customizable, though they require a bit of coding. You could potentially modify them for cross marks while preserving editability.
Share
David Roberts
I've worked with PDFTron before, and its been a solid choice for form-filling while keeping forms editable.
Share
Mark Lane
Adobe PDF Services API has been reliable for me in the past. It offers a lot of customization, so it could handle your checkbox style and keep the forms editable.
Share