Date: prev next · Thread: first prev next last
2024 Archives by date, by thread · List index


Hi Mike,


It still leaves the question of how to extract the data from the completed form. Perhaps I've not hit the right keyword, but I've found /nothing/ on the net. Surely if there's a way of filling in a form, there's one of reading it!!

I have tested (for German Base Handbuch) https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/

Works with Linux this way:

for i in *.pdf ; do pdftk "$i" dump_data_fields_utf8 >> auswertung.txt ; done

Set *.pdf to the pdf file you need. All data could be read in the text file "auswertung.txt". This file is formed in a special way. I used this formatting to get the data out of a form into a database by macro.

Regards

Robert
--
Homepage: https://www.familiegrosskopf.de/robert


--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.