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
13 Format) files. It supports object streams introduced in PDF-1.5 but
14 only with a limited set of Filter and Predictor algorithms, however all
15 standard encryption methods through PDF-1.7 extension level 3 are
16 supported, including AESV2 (AES-128) and AESV3 (AES-256).
17
19 Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
20
21 This library is free software; you can redistribute it and/or modify it
22 under the same terms as Perl itself.
23
25 <http://partners.adobe.com/public/developer/pdf/index_reference.html>
26 Crypt::RC4
27 <http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf>
28 <http://www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/adobe_supplement_iso32000.pdf>
29 <http://tools.ietf.org/search/rfc3454>
30 <http://www.armware.dk/RFC/rfc/rfc4013.html>
31
33 "PDF Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
34
35
36
37perl v5.34.0 2021-08-24 Image::ExifTool::PDF(3)