|
Text::PDF
|
Module for manipulating PDF files
|
|
0.29 |
|
Text::PDF::Array
|
Corresponds to a PDF array. Inherits from PDF::Objind
|
|
|
|
Text::PDF::Bool
|
|
|
|
|
Text::PDF::Dict
|
PDF Dictionaries and Streams. Inherits from PDF::Objind
|
|
|
|
Text::PDF::File
|
Holds the trailers and cross-reference tables for a PDF file
|
|
0.27 |
|
Text::PDF::Filter
|
|
|
|
|
Text::PDF::Name
|
Inherits from Text::PDF::String and stores PDF names (things beginning with /)
|
|
|
|
Text::PDF::Null
|
PDF Null type object. This is a subclass of Text::PDF::Objind and cannot be subclassed.
|
|
|
|
Text::PDF::Number
|
Numbers in PDF. Inherits from Text::PDF::String
|
|
|
|
Text::PDF::Objind
|
PDF indirect object reference. Also acts as an abstract superclass for all elements in a PDF file.
|
|
|
|
Text::PDF::Page
|
Represents a PDF page, inherits from Text::PDF::Pages
|
|
|
|
Text::PDF::Pages
|
a PDF pages hierarchical element. Inherits from Text::PDF::Dict
|
|
|
|
Text::PDF::SFont
|
PDF Standard inbuilt font resource object. Inherits from Text::PDF::Dict
|
|
|
|
Text::PDF::String
|
PDF String type objects and superclass for simple objects that are basically stringlike (Number, Name, etc.)
|
|
|
|
Text::PDF::TTFont
|
Inherits from Text::PDF::Dict and represents a TrueType font within a PDF file.
|
|
|
|
Text::PDF::TTFont0
|
Inherits from PDF::Dict and represents a TrueType Type 0 font within a PDF file.
|
|
|
|
Text::PDF::Utils
|
Utility functions for PDF library
|
|
|