Uses of Class
com.crionics.jpdf.Preferences

Packages that use Preferences
com.crionics.jpdf jPDF Core package, contains all main classes. 
com.crionics.jpdf.creator Contains all the classes to generate PDF using Java2D 
 

Uses of Preferences in com.crionics.jpdf
 

Methods in com.crionics.jpdf that return Preferences
 Preferences PdfDocument.getPreferences()
          Returns the preferences for this document.
 

Methods in com.crionics.jpdf with parameters of type Preferences
 void EncryptionModule.processTo(java.io.File file, Preferences prefs)
          WARNING: This method can only be used if you have the Template or the Merger Module Converts the current document using the settings defined in the preferences and saves it to 'file'.
 void EncryptionModule.processTo(java.io.OutputStream os, Preferences prefs)
          WARNING: This method can only be used if you have the Template or the Merger Module Converts the current document using the settings defined in the preferences and saves to the given outputstream.
 void EncryptionModule.processTo(java.lang.String file, Preferences prefs)
          WARNING: This method can only be used if you have the Template or the Merger Module Converts the current document using the settings defined in the preferences and saves it to 'file'.
 

Constructors in com.crionics.jpdf with parameters of type Preferences
PdfDocument(byte[] buffer, Preferences prefs)
          Opens a the given document from a memory array
Note: When using this constructor the whole document will be held in memory.
PdfDocument(ByteReader reader, Preferences prefs)
          PdfDocument constructor. which takes a ByteReader and the default pdf preferences to use during the generation.
PdfDocument(java.io.File file, Preferences prefs)
          Opens the given file using the given generation preferences.
PdfDocument(Preferences preferences)
          Creates a new PdfDocument object using the given PDF generation preferences.
PdfDocument(java.lang.String filename, Preferences prefs)
          PdfDocument constructor which takes a pdf filename and the User or Owner password as arguments.
 

Uses of Preferences in com.crionics.jpdf.creator
 

Methods in com.crionics.jpdf.creator with parameters of type Preferences
 void JPdfCreatorJob.setPreferences(Preferences prefs)
           
 



Copyright © 1999-2007 Crionics. All Rights Reserved.