1PDF::Builder::Basic::PDUFs:e:rStCroinntgr(i3b)uted PerlPDDoFc:u:mBeunitladteiro:n:Basic::PDF::String(3)
2
3
4

NAME

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

METHODS

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
14           escaping 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
19           escaping 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
33           conversions.
34
35
36
37perl v5.36.0                      2023-01-23PDF::Builder::Basic::PDF::String(3)
Impressum