Text::PDF::String - PDF String type objects and superclass for simple objects that are basically stringlike |
Text::PDF::String - PDF String type objects and superclass for simple objects that are basically stringlike (Number, Name, etc.)
from_pdf($string)
Creates a new string object (not a full object yet) from a given string. The string is parsed according to input criteria with escaping working.
new($string)
Creates a new string object (not a full object yet) from a given string. The string is parsed according to input criteria with escaping working.
convert($str)
Returns $str converted as per criteria for input from PDF file
Returns the value of this string (the string itself).
Returns the string formatted for output as PDF for PDF File object $pdf.
Outputs the string in PDF format, complete with necessary conversions
Copies an object. See Text::PDF::Objind::Copy() for details
Text::PDF::String - PDF String type objects and superclass for simple objects that are basically stringlike |