RE: convert pdf files to text using Perl

2003-02-28 Thread Dan Muey
Hello, > > How do I convert pdf file (Acrobat readable format) to text, Convert to text not sure.. Have you looked at http://search.cpan.org and searched for pdf under modules? Using/getting pdf into your script is easy : #!/usr/bin/perl use File::Slurp; use CGI qw/:standard/; print header(

convert pdf files to text using Perl

2003-02-28 Thread William.Ampeh
Hello, How do I convert pdf file (Acrobat readable format) to text, or simple read these file types using Perl? Do I treat these file types as binary or what? Any pointers will be appreciated. Thank you, __ William Ampeh (x3939) Federal Reserve Board -- To unsubscribe, e-m