SetaPDF_Core_Document_Catalog_Names Class for handling Names in a PDF document
File: /SetaPDF v2/Core/Document/Catalog/Names.php
Class hierarchy
Summary
Constants
ALTERNATE_PRESENTATIONS
Name/Category key
AP
Name/Category key
DESTS
Name/Category key
EMBEDDED_FILES
Name/Category key
IDS
Name/Category key
JAVA_SCRIPT
Name/Category key
PAGES
Name/Category key
RENDITIONS
Name/Category key
TEMPLATES
Name/Category key
URLS
Name/Category key
XFA_RESOURCES
Name/Category key
Properties
Static Methods
Methods
__construct()
cleanUp()
Release objects to free memory and cycled references.
After calling this method the instance of this object is unusable!
getEmbeddedFiles()
Get the embedded files helper.
getNamesDictionary()
Returns the Names dictionary in the document's catalog.
Parameters
- $create : boolean
Exceptions
Throws SetaPDF_Core_SecHandler_Exception,SetaPDF_Core_Type_Exception
getTree()
Get a name tree by its name.
Parameters
- $name : string
- $create : boolean
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception
getTrees()
Get all available name trees.
Return Values
Array of SetaPDF_Core_DataStructure_NameTree objects
Exceptions
Throws SetaPDF_Core_SecHandler_Exception
Throws SetaPDF_Core_Type_Exception