• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Automated PDF editor

agil

Junior Member
Hello,

I need a PDF editor that allows you to automaticly read the content of the PDF and allows you to modify them, save some of this information in a DB, etc.

I also have to automate it so it would be good if it runs in some sort of command-line interface.

Is there such thing?
 
PDF files are not designed to be used that way. If they are VERY clear files, you might have some luck converting them into searchable (but not editable) text with an OCR program. If so, then you can copy and paste the info into your database program. Automating the process is extremely unlikely as even the best OCR programs create typos that need to be corrected manually.
 
PDF files are not designed to be used that way. If they are VERY clear files, you might have some luck converting them into searchable (but not editable) text with an OCR program. If so, then you can copy and paste the info into your database program. Automating the process is extremely unlikely as even the best OCR programs create typos that need to be corrected manually.

I beg to differ. I am already working on my own script using pdflib and C++.
 
Back
Top