1PDF::API2::Util(3)    User Contributed Perl Documentation   PDF::API2::Util(3)
2
3
4

NAME

6       PDF::API2::Util - utility package for often use methods across the
7       package.
8

PREDEFINED PAPERSIZES

10       %sizes = getPaperSizes();
11           Will retrieve the registered paper sizes of PDF::API2.
12
13               print Dumper(\%sizes);
14               $VAR1={
15                   '4a'         =>  [ 4760  , 6716  ],
16                   '2a'         =>  [ 3368  , 4760  ],
17                   'a0'         =>  [ 2380  , 3368  ],
18                   'a1'         =>  [ 1684  , 2380  ],
19                   'a2'         =>  [ 1190  , 1684  ],
20                   'a3'         =>  [ 842   , 1190  ],
21                   'a4'         =>  [ 595   , 842   ],
22                   'a5'         =>  [ 421   , 595   ],
23                   'a6'         =>  [ 297   , 421   ],
24                   '4b'         =>  [ 5656  , 8000  ],
25                   '2b'         =>  [ 4000  , 5656  ],
26                   'b0'         =>  [ 2828  , 4000  ],
27                   'b1'         =>  [ 2000  , 2828  ],
28                   'b2'         =>  [ 1414  , 2000  ],
29                   'b3'         =>  [ 1000  , 1414  ],
30                   'b4'         =>  [ 707   , 1000  ],
31                   'b5'         =>  [ 500   , 707   ],
32                   'b6'         =>  [ 353   , 500   ],
33                   'letter'     =>  [ 612   , 792   ],
34                   'broadsheet' =>  [ 1296  , 1584  ],
35                   'ledger'     =>  [ 1224  , 792   ],
36                   'tabloid'    =>  [ 792   , 1224  ],
37                   'legal'      =>  [ 612   , 1008  ],
38                   'executive'  =>  [ 522   , 756   ],
39                   '36x36'      =>  [ 2592  , 2592  ],
40               };
41

PREDEFINED COLORS

43       See the source of PDF::API2::Resource::Colors for a complete list.
44
45       Please Note: This is an amalgamation of the X11, SGML and (X)HTML
46       specification sets.
47

PREDEFINED GLYPH-NAMES

49       See the file "uniglyph.txt" for a complete list.
50
51       Please Note: You may notice that apart from the 'AGL/WGL4', names from
52       the XML, (X)HTML and SGML specification sets have been included to
53       enable interoperability towards PDF.
54
55
56
57perl v5.12.2                      2011-01-24                PDF::API2::Util(3)
Impressum