1Text::PDF::String(3) User Contributed Perl Documentation Text::PDF::String(3)
2
3
4
6 Text::PDF::String - PDF String type objects and superclass for simple
7 objects that are basically stringlike (Number, Name, etc.)
8
10 Text::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 Text::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 $s->copy($inpdf, $res, $unique, $outpdf, %opts)
34 Copies an object. See Text::PDF::Objind::Copy() for details
35
36
37
38perl v5.30.1 2020-01-30 Text::PDF::String(3)