Convert a PDF document into MS Word docuemnt

Convert a PDF document into MS Word docuemnt

am 06.10.2006 13:26:01 von Anton van der Steen

Hello Perl addicts,

Can anyone tell me if it is possible to convert a PDF document into MS
Word using Perl?

I need this information to carry out a project at a client.

Thanks and have a nice weekend.


Anton van der Steen
Eindhoven/ The Netherlands

Re: Convert a PDF document into MS Word docuemnt

am 06.10.2006 15:12:43 von Thomas Wittek

anton.vandersteen@chello.nl schrieb:
> Hello Perl addicts,
>
> Can anyone tell me if it is possible to convert a PDF document into MS
> Word using Perl?

Not (easily) with Perl. The only easy Solutions I know, is to use an OCR
software, that "scans" the PDF and generates a Word document.
Maybe you could automate this using Perl.

--
Thomas Wittek
http://gedankenkonstrukt.de/
Jabber: streawkceur@jabber.i-pobox.net

Re: Convert a PDF document into MS Word docuemnt

am 06.10.2006 22:13:28 von rvtol+news

anton.vandersteen@chello.nl schreef:

> Can anyone tell me if it is possible to convert a PDF document into MS
> Word using Perl?

Why use Perl? Google for pdf2doc, many products use that name.

--
Affijn, Ruud

"Gewoon is een tijger."

Re: Convert a PDF document into MS Word docuemnt

am 09.10.2006 12:26:46 von Ron Savage

On Fri, 6 Oct 2006 21:26:01 +1000, anton.vandersteen@chello.nl wrote:

Hi Anton

If the doc is locked you have a problem, but if it isn't, just hit ^A and=
you
will select the page or whole doc, and then copy it to the clipboard.

Perl isn't the best solution to /every/ problem you know :-).