Does anyone know of a way to easily convert a PDF to a docx format programmatically

后端 未结 4 1608

We have a couple 3rd party systems that give us PDFs. We would like to convert those PDFs for display on the web without using an Adobe product. Ideally we would like to u

4条回答
  •  庸人自扰
    2021-01-01 04:53

    Another option, if you don't actually need to change anything in the pdf documents you can use pdf.js which renders pdf documents as html 5. For more info please see this blog post.

    http://andreasgal.com/2011/06/15/pdf-js/

提交回复
热议问题