1Text::PDF::Utils(3) User Contributed Perl Documentation Text::PDF::Utils(3)
2
3
4
6 Text::PDF::Utils - Utility functions for PDF library
7
9 A set of utility functions to save the fingers of the PDF library
10 users!
11
13 PDFBool
14 Creates a Bool via Text::PDF::Bool->new
15
16 PDFArray
17 Creates an array via Text::PDF::Array->new
18
19 PDFDict
20 Creates a dict via Text::PDF::Dict->new
21
22 PDFName
23 Creates a name via Text::PDF::Name->new
24
25 PDFNum
26 Creates a number via Text::PDF::Number->new
27
28 PDFStr
29 Creates a string via Text::PDF::String->new
30
31 asPDFBool
32 Returns a boolean value in PDF output form
33
34 asPDFStr
35 Returns a string in PDF output form (including () or <>)
36
37 asPDFName
38 Returns a Name in PDF Output form (including /)
39
40 asPDFNum
41 Returns a number in PDF output form
42
43 unpacku($str)
44 Returns a list of unicode values for the given UTF8 string
45
46
47
48perl v5.32.1 2021-01-27 Text::PDF::Utils(3)