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

PDF::API2::Basic::PDF::Utils - Convenience functions for creating low-level PDF objects

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

perl v5.38.2                                       2024-05-22                  PDF::API2::Basic::PDF::Utils(3pm)

Name

       PDF::API2::Basic::PDF::Utils - Convenience functions for creating low-level PDF objects

See Also