Convert a PDF document into MS Word docuemnt

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
Anton van der Steen [ Fr, 06 Oktober 2006 13:26 ] [ ID #1491830 ]

Re: Convert a PDF document into MS Word docuemnt

anton.vandersteen [at] 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 [at] jabber.i-pobox.net
Thomas Wittek [ Fr, 06 Oktober 2006 15:12 ] [ ID #1491831 ]

Re: Convert a PDF document into MS Word docuemnt

anton.vandersteen [at] 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."
rvtol+news [ Fr, 06 Oktober 2006 22:13 ] [ ID #1491833 ]

Re: Convert a PDF document into MS Word docuemnt

On Fri, 6 Oct 2006 21:26:01 +1000, anton.vandersteen [at] 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 :-).
Ron Savage [ Mo, 09 Oktober 2006 12:26 ] [ ID #1494413 ]
Perl » comp.lang.perl.modules » Convert a PDF document into MS Word docuemnt

Vorheriges Thema: time-series analysis using Math::FFT
Nächstes Thema: Re: How to parse a new computer language in Perl?