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