pdf editing

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-11-18 05:10 PM
Hi everyone,
I need functions that allow pdf processing. Existing gaps in the document must be filled by the robot with data from an Excel document.
Any ideas/suggestions?
Many thanks in advance.
Kind regards
Dennis
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-11-18 09:08 PM
We've been leveraging an application called PDFtk . Via command-line, you can dump the PDF to an FDF file, which can then be read into a collection. You can fill that FDF and convert it back to a PDF using similar means.
https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
