CAM::PDF renderer.pl problems with Text.pm

CAM::PDF renderer.pl problems with Text.pm

am 14.03.2007 15:24:37 von Phil Richcreek

I'm making slow but steady progress with my CAM::PDF project. Currently
trying to execute one of the example scripts called "renderer.pl", which
will produce various renditions of an input pdf file. The 'renderer='
command line option specifies the type of output desired. In my case I want
text. Running the command with --renderer=Text produces an error message...

perl "C:\Perl\bin\renderpdf.pl" "C:\CHECK-1.pdf --renderer=Text 1
"C:\CHECK-1-rendered"
Can't locate Text.pm in @INC (@INC contains: C:\Program Files\ActiveState
Perl D
ev Kit 6.0\lib\ C:/Perl/lib C:/Perl/site/lib .) at (eval 3) line 3.

I found a file called Text.pm in C:\Perl\site\lib\CAM\PDF\Renderer. As a
temporary workaround attempt, I copied Text.pm into C:/Perl/site/lib. Now
when I run renderpdf.pl (same command line as above), I get

Can't locate object method "new" via package "Text" at
C:/Perl/site/lib/CAM/PDF/
Content.pm line 522.

Perhaps I have something installed improperly? Can someone recommend other
troubleshooting steps? BTW, if I run the command with NO renderer= option
specified, I get the deafult output "Dump". Output looks OK -- as far as I
can tell -- no error message.

TIA, Phil

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: :PDF renderer.pl problems with Text.pm

am 14.03.2007 15:52:19 von Brian Raven

Phil Richcreek <> wrote:
> I'm making slow but steady progress with my CAM::PDF project.
> Currently trying to execute one of the example scripts called
> "renderer.pl", which will produce various renditions of an input pdf
> file. The 'renderer=3D' =

> command line option specifies the type of output desired. In my case
> I want text. Running the command with --renderer=3DText produces an
> error message... =

> =

> perl "C:\Perl\bin\renderpdf.pl" "C:\CHECK-1.pdf --renderer=3DText 1
> "C:\CHECK-1-rendered" =

> Can't locate Text.pm in @INC (@INC contains: C:\Program
> Files\ActiveState Perl D ev Kit 6.0\lib\ C:/Perl/lib C:/Perl/site/lib
> .) at (eval 3) line 3. =

> =

> I found a file called Text.pm in C:\Perl\site\lib\CAM\PDF\Renderer.
> As a temporary workaround attempt, I copied Text.pm into
> C:/Perl/site/lib. Now when I run renderpdf.pl (same command line as
> above), I get =

> =

> Can't locate object method "new" via package "Text" at
> C:/Perl/site/lib/CAM/PDF/ Content.pm line 522. =

> =

> Perhaps I have something installed improperly? Can someone recommend
> other troubleshooting steps? BTW, if I run the command with NO
> renderer=3D option specified, I get the deafult output "Dump". Output
> looks OK -- as far as I can tell -- no error message. =


A quick look at the documentation for that script includes the lines:

renderpdf.pl [options] infile.pdf []
Options:
-r --renderer=3Dclass uses this renderer class (default:
CAM::PDF::Renderer::Dump)

which suggests to me that the command line option should probably be
--renderer=3DCAM::PDF::Renderer::Text. That is, it expects the name of the
rendering class in full. Also, your command line doesn't look right -
unmatched quotes, and parameters seem to be in the wrong order

BTW, don't forget to remove that copy of Text.pm that you made. You can
really screw up your Perl installation doing things like that.

HTH

-- =

Brian Raven =


==================== =====3D=
================
Atos Euronext Market Solutions Disclaimer
==================== =====3D=
================

The information contained in this e-mail is confidential and solely for the=
intended addressee(s). Unauthorised reproduction, disclosure, modification=
, and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediat=
ely and delete it from your system. The views expressed in this message do =
not necessarily reflect those of Atos Euronext Market Solutions.

Atos Euronext Market Solutions Limited - Registered in England & Wales with=
registration no. 3962327. Registered office address at 25 Bank Street Lon=
don E14 5NQ United Kingdom. =

Atos Euronext Market Solutions SAS - Registered in France with registration=
no. 425 100 294. Registered office address at 6/8 Boulevard Haussmann 750=
09 Paris France.

L'information contenue dans cet e-mail est confidentielle et uniquement des=
tinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. Tou=
te copie, publication ou diffusion de cet email est interdite. Si cet e-mai=
l vous parvient par erreur, nous vous prions de bien vouloir prevenir l'exp=
editeur immediatement et d'effacer le e-mail et annexes jointes de votre sy=
steme. Le contenu de ce message electronique ne represente pas necessaireme=
nt la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Soci=E9t=E9 de droit anglais, enregi=
str=E9e au Royaume Uni sous le num=E9ro 3962327, dont le si=E8ge social se =
situe 25 Bank Street E14 5NQ Londres Royaume Uni.

Atos Euronext Market Solutions SAS, soci=E9t=E9 par actions simplifi=E9e, e=
nregistr=E9 au registre dui commerce et des soci=E9t=E9s sous le num=E9ro 4=
25 100 294 RCS Paris et dont le si=E8ge social se situe 6/8 Boulevard Hauss=
mann 75009 Paris France.
==================== =====3D=
================

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs