Reading pdf files in perl

I have a collection of pdf files and you want to read these pdf files through the perl program. I just want to read and print these pdf files. Is there any module in perl for this?

0
source share
2 answers

If you want to automate printing, I would recommend using the command line interface for the Acrobat reader.
If you want to parse the content, I would use CAM :: PDF, but the results are highly dependent on PDF.
Command line options for printing:

AcroRd32.exe / t file_name printer_name username

+2
source

, PDF (.. perl, Acrobat Reader, ) CPAN , , PDF : CPAN PDF-

0

All Articles