Question
Convert pdf to word via API
I am trying to find a way to convert PDF to DOCX with creating proper table structure <table> <tr> <td> etc.
The tricky part is that the conversion should be done without user interaction. I pass the information about the PDF location via API or the document itself and I would like to get DOCX at the output
Ideally, it should be able to run directly on the server.
