Converting a PDF File into Word

K

kalamantina

Hi everyone,

I am trying to build a small library ( in C# and VS2003) that accepts a

PDF file and converts it to a word document. During this process all
alignments are to be kept.


Is there a way to deo it through code, I am playing with the
microsoft.office.interop.word dll but importing the PDf into a format
is a bit of a problem.


Any help would be definitiely appreciated.


Thnx.
 
M

Mel

Probably need to use the Adobe SDK to do this. And by the way it's doesn't
always do a perfect conversion.
 
G

Guest

If you search around on sourceforge.net there are several C#-based PDF
libraries that may help in your efforts.
Peter
 
P

Peter Kirk

kalamantina said:
Hi everyone,

I am trying to build a small library ( in C# and VS2003) that accepts a

PDF file and converts it to a word document. During this process all
alignments are to be kept.


Is there a way to deo it through code, I am playing with the
microsoft.office.interop.word dll but importing the PDf into a format
is a bit of a problem.


Any help would be definitiely appreciated.

There is a group of products called Aspose (www.aspose.com). I don't know if
they can do what you want, but there is an Aspose.Pdf and an Aspose.Words.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top