Skip to content
Advertisement

How to convert a PDF to a JSON/EXCEL/WORD file?

I need to get data from the pdf file with its header for further comparing with DB data

I tried to use the pdfbox , google vision ocr , itext, but all libraries gave me a row without structure and headers.

Example: DatenNumbernStatusn12122020n442334delivered

I will trying convert pdf to excel/word and get data from them, but for this realisation i need reading pdf and write data in excel/word

How can I get data with headers?

Advertisement

Answer

I not found answer on my question.

I’m use this code for my task :

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement