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