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

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-02-03T14:01:12Z Indexed on 2010/05/25 12:51 UTC
Read the original article Hit count: 205

Filed under:
|
|
|
|

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 use Silverlight to render the PDFs but are having trouble converting from a PDF to Xaml or using docx format as a middle man. There are lots of libraries that give PDFs but that is not what we need.

If there is a library out there that does this, a .net lib would be preferable but we can run the conversion using the command line as well if that is an option.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET