Scroll to navigation

Text::PDF::Utils(3pm) User Contributed Perl Documentation Text::PDF::Utils(3pm)

NAME

Text::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 Text::PDF::Bool->new
 
PDFArray
Creates an array via Text::PDF::Array->new
 
PDFDict
Creates a dict via Text::PDF::Dict->new
 
PDFName
Creates a name via Text::PDF::Name->new
 
PDFNum
Creates a number via Text::PDF::Number->new
 
PDFStr
Creates a string via Text::PDF::String->new
 
asPDFBool
Returns a boolean 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
2006-09-09 perl v5.8.8