1PDF::API2::Basic::PDF::USsterrinCgo(n3t)ributed Perl DocPuDmFe:n:tAaPtIi2o:n:Basic::PDF::String(3)
2
3
4
6 PDF::API2::Basic::PDF::String - PDF String type objects and superclass
7 for simple objects that are basically stringlike (Number, Name, etc.)
8
10 PDF::API2::Basic::PDF::String->from_pdf($string)
11 Creates a new string object (not a full object yet) from a given
12 string. The string is parsed according to input criteria with escaping
13 working.
14
15 PDF::API2::Basic::PDF::String->new($string)
16 Creates a new string object (not a full object yet) from a given
17 string. The string is parsed according to input criteria with escaping
18 working.
19
20 $s->convert($str)
21 Returns $str converted as per criteria for input from PDF file
22
23 $s->val
24 Returns the value of this string (the string itself).
25
26 $->as_pdf
27 Returns the string formatted for output as PDF for PDF File object
28 $pdf.
29
30 $s->outobjdeep
31 Outputs the string in PDF format, complete with necessary conversions
32
33
34
35perl v5.28.0 2017-07-07 PDF::API2::Basic::PDF::String(3)