I believe the most popular module for most PDF tasks is PDF::API2, and
it is certainly much more maintained (last update Jun 2006 vs. Feb 2000
for PDF.pm)

You should be able to do this (I haven't tested on v7 files):

$pdf = PDF::API2->open('some.pdf');
%info = $pdf->info();


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Kamphuys, ing. K.G. (Koen)
        Sent: Wednesday, July 05, 2006 7:05 AM
        To: 'perl-win32-web@listserv.ActiveState.com'
        Subject: pdf.pm and modern pdf files
        
        
        Hi all,
         
        It appears that modern PDF (version 7) files do not give their
information to the pdf.pm module, where older versions (at least up to
version 4) did.  Anyone knows how to get this info from the files?
Recenter versions or alternative modules?  I'm using version 1.11 on
Perl 6.xx.
         
        -- 
        Koen Kamphuys

_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to