intarsys PDF library API

Uses of Class
de.intarsys.pdf.pd.PDDocument

Packages that use PDDocument
de.intarsys.pdf.app.acroform This package encapsulates the quite complex logic when filling forms. 
de.intarsys.pdf.app.action Some application level framework to handle the event mechanics in a PDF document. 
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
de.intarsys.pdf.font.outlet This package summarizes the handling of fonts. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of PDDocument in de.intarsys.pdf.app.acroform
 

Methods in de.intarsys.pdf.app.acroform that return PDDocument
 PDDocument IFormHandler.getDoc()
           
 PDDocument CommonFormHandler.getDoc()
           
 

Methods in de.intarsys.pdf.app.acroform with parameters of type PDDocument
 IFormHandler StandardFormHandlerFactory.createFormHandler(PDDocument doc, Map options)
           
 IFormHandler IFormHandlerFactory.createFormHandler(PDDocument doc, Map options)
          Get the IFormHandler related to PDDocument.
 

Uses of PDDocument in de.intarsys.pdf.app.action
 

Methods in de.intarsys.pdf.app.action with parameters of type PDDocument
static void ActionTools.documentProcessModules(PDDocument doc)
           
static TriggerEvent ActionTools.documentTriggerClose(PDDocument doc)
           
static TriggerEvent ActionTools.documentTriggerDidPrint(PDDocument doc)
           
static TriggerEvent ActionTools.documentTriggerDidSave(PDDocument doc)
           
static TriggerEvent ActionTools.documentTriggerOpen(PDDocument doc)
           
static TriggerEvent ActionTools.documentTriggerWillPrint(PDDocument doc)
           
static TriggerEvent ActionTools.documentTriggerWillSave(PDDocument doc)
           
 

Uses of PDDocument in de.intarsys.pdf.font
 

Methods in de.intarsys.pdf.font with parameters of type PDDocument
static PDFont PDFontTools.getFont(PDDocument document, PDResources resources, COSName name)
          The font name, looked up in resources.
static List PDFontTools.getFonts(PDDocument doc)
          Determine the fonts contained as objects within the document.
static List PDFontTools.getUsedFonts(PDDocument doc, boolean considerTR)
          Tries to determine which fonts are really used within the document The following criteria are used to determine usage of a font.
 

Uses of PDDocument in de.intarsys.pdf.font.outlet
 

Methods in de.intarsys.pdf.font.outlet that return PDDocument
 PDDocument DocumentFontFactory.getDoc()
          The document whose fonts are managed.
 

Methods in de.intarsys.pdf.font.outlet with parameters of type PDDocument
 IFontFactory StandardFontOutlet.lookupFontFactory(PDDocument doc)
           
 IFontFactory IFontOutlet.lookupFontFactory(PDDocument doc)
          A IFontFactory suitable for doc.
 

Uses of PDDocument in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return PDDocument
 PDDocument PDDocument.copyDeep()
          Make a deep copy of the receiver.
static PDDocument PDDocument.createFromCos(COSDocument doc)
          create a pd document based on a cos level object
static PDDocument PDDocument.createFromLocator(ILocator locator)
           
static PDDocument PDDocument.createNew()
          create a PDDocument from scratch
 PDDocument PDObject.getDoc()
          Try the best in finding the PDDocument for this PDObject.
 

Methods in de.intarsys.pdf.pd with parameters of type PDDocument
 PDPage PDExplicitDestination.getPage(PDDocument doc)
          The destination page.
 PDExplicitDestination PDNamedDestination.getResolvedDestination(PDDocument doc)
           
 PDExplicitDestination PDExplicitDestination.getResolvedDestination(PDDocument doc)
           
abstract  PDExplicitDestination PDDestination.getResolvedDestination(PDDocument doc)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.