logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Text::PDF::String - PDF String type objects and superclass for simple objects that are basically

Contents

Methods

Text::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.36.0                                       2022-10-22                             Text::PDF::String(3pm)

Name

       Text::PDF::String - PDF String type objects and superclass for simple objects that are basically
       stringlike (Number, Name, etc.)

See Also