Parse PDF: Get text content from pdf

1
Hello everyone, I am looking for a way to read the text content of a PDF file. I found the module “PDF Parser” in the marketplace which does exactly what I need but unfortunately no version for Mendix 9 is available. Are there any other options? Thanks in advance! Link PDF Parser: https://pdfparser-sandbox.mxapps.io/
asked
1 answers
1

You can always use a REST API such as Adobe's. 

https://www.adobe.io/apis/documentcloud/dcsdk/pdf-extract.html

answered