Convertin 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.
 
C

Cowboy \(Gregory A. Beamer\)

I would look at the open source PDF libraries first. There are quite a few
on SourceForge. Most are aimed at outputting PDF, not inputing, so I am not
100% sure they will fit your needs. The next direction is Adobe or one of
the many third party PDF Libraries. until you have clean source off of the
PDF, you will not get clean output.

If this is a web application, I would shy way from the office libs. Not a
big deal with desktop or console apps, but it is wiser to go with a solution
like WordWriter (OfficeWriter if you need other formats) than it is to use
the Word libs from Microsoft in a web environment.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 

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