debian man page for pdf::api2::basic::pdf::string

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)

NAME
PDF::API2::Basic::PDF::String - PDF String type objects and superclass for simple objects that are basically stringlike (Number, Name, etc.)
METHODS
PDF::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)
Related Man Pages
pdf::api2::basic::pdf::dict(3pm) - debian
pdf::api2::basic::pdf::filter(3pm) - debian
text::pdf::dict(3pm) - debian
text::pdf::filter(3pm) - debian
text::pdf::page(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?