Query: text::pdf::string
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Text::PDF::String(3pm) User Contributed Perl Documentation Text::PDF::String(3pm)NAMEText::PDF::String - PDF String type objects and superclass for simple objects that are basically stringlike (Number, Name, etc.)METHODSText::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. Text::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 $s->copy($inpdf, $res, $unique, $outpdf, %opts) Copies an object. See Text::PDF::Objind::Copy() for details perl v5.8.8 2006-09-09 Text::PDF::String(3pm)
Related Man Pages |
---|
cam::pdf::decrypt(3pm) - debian |
cam::pdf::gs(3pm) - debian |
pdf::api2::resource::font::corefont(3pm) - debian |
text::pdf::dict(3pm) - debian |
text::pdf::pages(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |