CTS logo
hazy blue Catskill Mountains in distance

A Thought…

Great works are performed not by strength but by perseverance.

   — Samuel Johnson, 1709-1784.

T A B L E   O F   C O N T E N T S

X = not accessible from root via chain of links
ERROR = POD errors of some sort reported
(no link) = no POD, so empty .html file generated

PDF::Builder   -   Facilitates the creation and modification of PDF files
PDF::Builder::Annotation   -   Add annotations to a PDF
PDF::Builder::Basic::PDF   -   Various utilities and support routines
PDF::Builder::Basic::PDF::Array   -   Corresponds to a PDF array
PDF::Builder::Basic::PDF::Bool   -   Holds the strings true or false
PDF::Builder::Basic::PDF::Dict   -   PDF Dictionaries and Streams
PDF::Builder::Basic::PDF::File   -   Holds the trailers and cross-reference tables for a PDF file
PDF::Builder::Basic::PDF::Filter   -   Abstract superclass for PDF stream filters
PDF::Builder::Basic::PDF::Filter::ASCII85Decode   -   Compress and uncompress stream filters for ASCII-85
PDF::Builder::Basic::PDF::Filter::ASCIIHexDecode   -   Compress and uncompress stream filters for ASCII-Hex
PDF::Builder::Basic::PDF::Filter::CCITTFaxDecode   -   Compress and uncompress stream filters for CCITTFax - NOT FULLY IMPLEMENTED
PDF::Builder::Basic::PDF::Filter::CCITTFaxDecode::Reader   -   Uncompress stream filters for CCITT 1 bit fax formats - NOT FULLY IMPLEMENTED
PDF::Builder::Basic::PDF::Filter::CCITTFaxDecode::Writer   -   Compress stream filters for CCITT 1 bit fax formats - NOT FULLY IMPLEMENTED
PDF::Builder::Basic::PDF::Filter::FlateDecode   -   Compress and uncompress stream filters for Flate
PDF::Builder::Basic::PDF::Filter::LZWDecode   -   Compress and uncompress stream filters for Lempel-Ziv-Welch
PDF::Builder::Basic::PDF::Filter::RunLengthDecode   -   Compress and uncompress stream filters for Run-Length
PDF::Builder::Basic::PDF::Literal   -   Literal PDF Object
PDF::Builder::Basic::PDF::Name   -   Stores PDF names (things beginning with /)
PDF::Builder::Basic::PDF::Null   -   PDF Null type object
PDF::Builder::Basic::PDF::Number   -   Numbers in PDF
PDF::Builder::Basic::PDF::Objind   -   PDF indirect object reference
PDF::Builder::Basic::PDF::Page   -   Represents a PDF page
PDF::Builder::Basic::PDF::Pages   -   PDF pages hierarchical element
PDF::Builder::Basic::PDF::String   -   PDF String type objects
PDF::Builder::Basic::PDF::Utils   -   Utility functions for PDF library
PDF::Builder::Content   -   Methods for adding graphics and text to a PDF
PDF::Builder::Content::Hyphenate_basic   -   Simple hyphenation capability
PDF::Builder::Content::Text   -   Additional specialized text-related formatting methods
PDF::Builder::Docs   -   Additional documentation for Builder module
PDF::Builder::FontManager   -   Managing the font library for PDF::Builder
PDF::Builder::Lite   -   Lightweight PDF creation methods
PDF::Builder::Matrix   -   Matrix operations library
PDF::Builder::NamedDestination   -   Add named destinations (views) to a PDF
PDF::Builder::Outline   -   Manage PDF outlines (a.k.a. bookmarks)
PDF::Builder::Outlines   -   Further Outline handling
PDF::Builder::Page   -   Methods to interact with individual pages
PDF::Builder::Resource   -   Base class for PDF resources
PDF::Builder::Resource::BaseFont   -   Base class for font resources
PDF::Builder::Resource::CIDFont   -   Base class for CID fonts
PDF::Builder::Resource::CIDFont::CJKFont   -   Base class for CJK fonts
PDF::Builder::Resource::CIDFont::TrueType   -   TrueType font support
PDF::Builder::Resource::CIDFont::TrueType::FontFile   -   Additional code support for TT font files
PDF::Builder::Resource::ColorSpace   -   Base class for PDF color spaces
PDF::Builder::Resource::ColorSpace::DeviceN   -   Colorspace handling for Device CMYK
PDF::Builder::Resource::ColorSpace::Indexed   -   Base colorspace support for indexed color models
PDF::Builder::Resource::ColorSpace::Indexed::ACTFile   -   Adobe Color Table support
PDF::Builder::Resource::ColorSpace::Indexed::Hue   -   Colorspace support for Device RGB
PDF::Builder::Resource::ColorSpace::Indexed::WebColor   -   Colorspace support for "Web Safe" Device RGB colors
PDF::Builder::Resource::ColorSpace::Separation   -   Support for color space separations
PDF::Builder::Resource::Colors   -   Translate color names into RGB settings
PDF::Builder::Resource::ExtGState   -   Graphics state dictionary support
PDF::Builder::Resource::Font   -   Some common support routines for font files
PDF::Builder::Resource::Font::BdFont   -   Module for using bitmapped Fonts
PDF::Builder::Resource::Font::CoreFont   -   Module for using the 14 standard PDF built-in Fonts (plus 15 Windows Fonts)
PDF::Builder::Resource::Font::CoreFont::bankgothic   -   Font-specific information for Bank Gothic font
PDF::Builder::Resource::Font::CoreFont::courier   -   Font-specific information for regular Courier font
PDF::Builder::Resource::Font::CoreFont::courierbold   -   Font-specific information for bold weight Courier font
PDF::Builder::Resource::Font::CoreFont::courierboldoblique   -   Font-specific information for bold weight + slanted Courier font
PDF::Builder::Resource::Font::CoreFont::courieroblique   -   Font-specific information for slanted Courier font
PDF::Builder::Resource::Font::CoreFont::georgia   -   Font-specific information for regular Georgia font
PDF::Builder::Resource::Font::CoreFont::georgiabold   -   Font-specific information for bold weight Georgia font
PDF::Builder::Resource::Font::CoreFont::georgiabolditalic   -   Font-specific information for bold weight + italic Georgia font
PDF::Builder::Resource::Font::CoreFont::georgiaitalic   -   Font-specific information for italic Georgia font
PDF::Builder::Resource::Font::CoreFont::helvetica   -   Font-specific information for regular Helvetica font
PDF::Builder::Resource::Font::CoreFont::helveticabold   -   Font-specific information for bold weight Helvetica font
PDF::Builder::Resource::Font::CoreFont::helveticaboldoblique   -   Font-specific information for bold weight + slanted Helvetica font
PDF::Builder::Resource::Font::CoreFont::helveticaoblique   -   Font-specific information for slanted Helvetica font
PDF::Builder::Resource::Font::CoreFont::symbol   -   Font-specific information for the Symbol font
PDF::Builder::Resource::Font::CoreFont::timesbold   -   Font-specific information for bold weight Times font
PDF::Builder::Resource::Font::CoreFont::timesbolditalic   -   Font-specific information for bold weight + italic Times font
PDF::Builder::Resource::Font::CoreFont::timesitalic   -   Font-specific information for italic Times font
PDF::Builder::Resource::Font::CoreFont::timesroman   -   Font-specific information for regular (roman) Times font
PDF::Builder::Resource::Font::CoreFont::trebuchet   -   Font-specific information for regular Trebuchet font
PDF::Builder::Resource::Font::CoreFont::trebuchetbold   -   Font-specific information for bold-weight Trebuchet font
PDF::Builder::Resource::Font::CoreFont::trebuchetbolditalic   -   Font-specific information for bold weight + italic Trebuchet font
PDF::Builder::Resource::Font::CoreFont::trebuchetitalic   -   Font-specific information for italic Trebuchet font
PDF::Builder::Resource::Font::CoreFont::verdana   -   Font-specific information for regular Verdana font
PDF::Builder::Resource::Font::CoreFont::verdanabold   -   Font-specific information for bold weight Verdana font
PDF::Builder::Resource::Font::CoreFont::verdanabolditalic   -   Font-specific information for bold weight + italic Verdana font
PDF::Builder::Resource::Font::CoreFont::verdanaitalic   -   Font-specific information for italic Verdana font
PDF::Builder::Resource::Font::CoreFont::webdings   -   Font-specific information for WebDings symbol font
PDF::Builder::Resource::Font::CoreFont::wingdings   -   Font-specific information for WingDings symbol font
PDF::Builder::Resource::Font::CoreFont::zapfdingbats   -   Font-specific information for Zapf Dingbats symbol font
PDF::Builder::Resource::Font::Postscript   -   Support routines for using PostScript fonts
PDF::Builder::Resource::Font::SynFont   -   Module for creating temporary synthetic Fonts
PDF::Builder::Resource::Glyphs   -   Preparsed uniglyph.txt file information
PDF::Builder::Resource::PaperSizes   -   List of standard paper sizes and their dimensions
PDF::Builder::Resource::Pattern   -   Support stub for fill patterns
PDF::Builder::Resource::Shading   -   Support stub for fill shading patterns
PDF::Builder::Resource::UniFont   -   Unicode Font Support
PDF::Builder::Resource::XObject   -   Base class for external objects
PDF::Builder::Resource::XObject::Form   -   Base class for external form objects
PDF::Builder::Resource::XObject::Form::BarCode   -   Base class for one-dimensional barcodes
PDF::Builder::Resource::XObject::Form::BarCode::codabar   -   Specific information for CodaBar bar codes
PDF::Builder::Resource::XObject::Form::BarCode::code128   -   Code 128 and EAN-128 barcode support
PDF::Builder::Resource::XObject::Form::BarCode::code3of9   -   Specific information for 3-of-9 bar codes
PDF::Builder::Resource::XObject::Form::BarCode::ean13   -   Specific information for EAN-13 bar codes
PDF::Builder::Resource::XObject::Form::BarCode::int2of5   -   Specific information for interleaved 2-of-5 bar codes
PDF::Builder::Resource::XObject::Form::Hybrid   -   Support routines for Forms
PDF::Builder::Resource::XObject::Image   -   Base class for external raster image objects
PDF::Builder::Resource::XObject::Image::GD   -   Support routines for Graphics Development image library
PDF::Builder::Resource::XObject::Image::GIF   -   Support routines for GIF image library
PDF::Builder::Resource::XObject::Image::JPEG   -   Support routines for JPEG image library
PDF::Builder::Resource::XObject::Image::PNG   -   Support routines for PNG image library (using pure Perl code)
PDF::Builder::Resource::XObject::Image::PNG_IPL   -   Support routines for PNG image library (using Image::PNG::Libpng)
PDF::Builder::Resource::XObject::Image::PNM   -   Support routines for PNM (Portable aNy Map) image library
PDF::Builder::Resource::XObject::Image::TIFF   -   TIFF image support
PDF::Builder::Resource::XObject::Image::TIFF::File   -   Support routines for TIFF image library
PDF::Builder::Resource::XObject::Image::TIFF::File_GT   -   Support routines for TIFF image library (Graphics::TIFF enabled)
PDF::Builder::Resource::XObject::Image::TIFF_GT   -   TIFF image support (Graphics::TIFF enabled)
PDF::Builder::UniWrap   -   Support routines for finding line breakpoints with Unicode text
PDF::Builder::Util   -   Utility package for often-used methods across the package
PDF::Builder::ViewerPreferences   -   How the PDF should be displayed or printed
 

All content © copyright 2005 – 2024 by Catskill Technology Services, LLC.
All rights reserved.
Note that Third Party software (whether Open Source or proprietary) on this site remains under the copyright and license of its owners. Catskill Technology Services, LLC does not claim copyright over such software.

 

This page is https://www.catskilltech.com/Documentation/PDF/Builder_index.html

Search Quotations database.

Last updated Sat, 09 Dec 2023 at 10:59 PM

Valid HTML 5

Tue, 12 Nov 2024 at 6:02 AM EST