Query: pdf::api2::basic::pdf::string
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PDF::API2::Basic::PDF::String(3pm) User Contributed Perl Documentation PDF::API2::Basic::PDF::String(3pm)NAMEPDF::API2::Basic::PDF::String - PDF String type objects and superclass for simple objects that are basically stringlike (Number, Name, etc.)METHODSPDF::API2::Basic::PDF::String->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. PDF::API2::Basic::PDF::String->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. $s->convert($str) Returns $str converted as per criteria for input from PDF file $s->val Returns the value of this string (the string itself). $->as_pdf Returns the string formatted for output as PDF for PDF File object $pdf. $s->outobjdeep Outputs the string in PDF format, complete with necessary conversions perl v5.14.2 2011-03-10 PDF::API2::Basic::PDF::String(3pm)