The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PDF::API2::Basic::PDF::Utils - Utility functions for PDF library

DESCRIPTION

A set of utility functions to save the fingers of the PDF library users!

FUNCTIONS

PDFBool

Creates a Bool via PDF::API2::Basic::PDF::Bool->new

PDFArray

Creates an array via PDF::API2::Basic::PDF::Array->new

PDFDict

Creates a dict via PDF::API2::Basic::PDF::Dict->new

PDFName

Creates a name via PDF::API2::Basic::PDF::Name->new

PDFNull

Creates a null via PDF::API2::Basic::PDF::Null->new

PDFNum

Creates a number via PDF::API2::Basic::PDF::Number->new

PDFStr

Creates a string via PDF::API2::Basic::PDF::String->new

PDFStrHex

Creates a hex-string via PDF::API2::Basic::PDF::String->new

PDFUtf

Creates a utf8-string via PDF::API2::Basic::PDF::String->new

PDFLiteral

Creates a pdf-literal via PDF::API2::Basic::PDF::Literal->new

asPDFBool

Returns a literal value in PDF output form

asPDFStr

Returns a string in PDF output form (including () or <>)

asPDFName

Returns a Name in PDF Output form (including /)

asPDFNum

Returns a number in PDF output form

unpacku($str)

Returns a list of unicode values for the given UTF8 string