Home All Groups Group Topic Archive Search About

Convertin a PDF File into Word

Author
7 Sep 2006 7:10 PM
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.

Author
8 Sep 2006 12:36 PM
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!
*************************************************
Show quote
"kalamantina" <kalamant***@gmail.com> wrote in message
news:1157656253.297116.294000@p79g2000cwp.googlegroups.com...
> 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.
>

AddThis Social Bookmark Button