|
|
| |
PDF::API2::Basic::PDF::Name(3) |
User Contributed Perl Documentation |
PDF::API2::Basic::PDF::Name(3) |
PDF::API2::Basic::PDF::Name - Low-level PDF name object
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, particular
to Names.
Converts a name into a string by removing the / and converting any hex munging.
Returns a name formatted as PDF. $pdf is optional but
should be the PDF File object for which the name is intended if supplied.
Suitably encode the string $string for output in the
File object $pdf (the exact format may depend on the
version of $pdf).
Suitably decode the string $string as read from the File
object $pdf (the exact decoding may depend on the
version of $pdf). Principally, undo the hex encoding
for PDF versions > 1.1.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |