intarsys PDF library API

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

Packages that use PDResources
de.intarsys.pdf.content The "content" package contains functionality to work on PDF content streams. 
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.pd The higher level building blocks of a PDF document. 
 

Uses of PDResources in de.intarsys.pdf.content
 

Methods in de.intarsys.pdf.content with parameters of type PDResources
 void ICSInterpreter.process(CSContent content, PDResources resources)
          Process content using resources if needed.
 void CSInterpreter.process(CSContent pContent, PDResources pResources)
           
 void CSDeviceBasedInterpreter.process(CSContent pContent, PDResources resourceDict)
           
 

Uses of PDResources in de.intarsys.pdf.font
 

Methods in de.intarsys.pdf.font with parameters of type PDResources
static PDFont PDFontTools.getFont(PDDocument document, PDResources resources, COSName name)
          The font name, looked up in resources.
static PDFont PDFontTools.getFont(PDResources resources, COSName name)
          The font name, looked up in resources.
 

Uses of PDResources in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return PDResources
 PDResources PDAcroForm.getDefaultResources()
          The default resource dictionary.
 PDResources PDPage.getResources()
          return a PDCResourceDict. this is a wrapper around a COSDictionary that handles Resource specific details.
 PDResources PDForm.getResources()
          The resource dictionary of the receiver form.
 PDResources IResourcesProvider.getResources()
           
static PDResources PDFormTools.getResources(PDForm form)
          Get or create the PDResourceDict for the PDForm lazy.
 

Methods in de.intarsys.pdf.pd with parameters of type PDResources
 void PDAcroForm.setDefaultResources(PDResources newResources)
          Assign the default resource dictionary to be used with the form.
 void PDPage.setResources(PDResources resources)
           
 void PDForm.setResources(PDResources resources)
           
 void IResourcesProvider.setResources(PDResources resources)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.