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

懵懂的女人 提交于 2019-11-30 16:09:38

Aspose sells .Net converter libraries.

Convert PDF to SVG (ghostscript will do it) and import that as a series of images: I'm not a .net programmer, but I understand that can be done with the system.io.packaging class, which, for what it's worth, is implemented outside of .net by the Mono project.

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/

kenny

There are a number of converters from PDF to XPS which is a subset of XAML.

[update] some reference links

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!