1Image::ExifTool::PDF(3)User Contributed Perl DocumentatioInmage::ExifTool::PDF(3)
2
3
4
6 Image::ExifTool::PDF - Read PDF meta information
7
9 This module is loaded automatically by Image::ExifTool when required.
10
12 This code reads meta information from PDF (Adobe Portable Document For‐
13 mat) files. It supports object streams introduced in PDF-1.5 but only
14 with a limited set of Filter and Predictor algorithms, and it decodes
15 encrypted information but only with a limited number of algorithms.
16
18 Copyright 2003-2007, Phil Harvey (phil at owl.phy.queensu.ca)
19
20 This library is free software; you can redistribute it and/or modify it
21 under the same terms as Perl itself.
22
24 <http://partners.adobe.com/public/developer/pdf/index_reference.html>
25 <http://www.cr0.net:8040/code/crypto/rc4/>
26
28 "PDF Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
29
30
31
32perl v5.8.8 2007-09-12 Image::ExifTool::PDF(3)