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

We have several third-party systems that give us PDF files. We would like to convert these PDF files to display on the Internet without using an Adobe product. Ideally, we would like to use Silverlight to render PDF files, but you have problems converting from PDF to Xaml or using the docx format as the average person. There are many libraries that provide PDF files, but this is not what we need.

If there is a library that does this, it is preferable to use .net lib, but we can also start the conversion using the command line, if this is an option.

+3
source share
4 answers

Aspose sells libraries of .Net converters.

+1
source

Converting PDF to SVG (ghostscript will do this) and importing it as a series of images: I am not a .net programmer, but I understand that this can be done using the system.io.packaging class, which it costs for is implemented outside of .net in Mono project.

+1
source

, - pdf, pdf.js, PDF html 5. . .

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

+1

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

[update] some links links

0
source

Source: https://habr.com/ru/post/1731214/


All Articles