How to convert PDF file into Excel File

0
I have generated a pdf document by creating a document template in mendix. Any way to convert pdf file into the excel file in mendix? Any JAVA Code i can refer or any widget being provided by mendix.   Thanks!
asked
2 answers
1

It is probably not quite the answer you are looking for, but Mendix does have very good export to Excel support. Can you skip the PDF generation, and just export Excel from your application?

https://docs.mendix.com/howto/integration/using-the-excel-exporter/

answered
0

Hi,

Try to convert pdf to excel via cutom Java action.

Take a look at the below link for convesion of pdf to excel

https://stackoverflow.com/questions/49314190/convert-pdf-to-excel-in-java

Hope it helps!!!

answered