|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdfModule
com.crionics.jpdf.AbstractModule
com.crionics.jpdf.EncryptionModule
public final class EncryptionModule
This Object is used to crypt and decrypt documents and change document permissions
| Field Summary |
|---|
| Fields inherited from class com.crionics.jpdf.AbstractModule |
|---|
MOD_CREATOR, MOD_DESCRIPTION, MOD_ENCRYPTION, MOD_MERGER, MOD_PRINTER, MOD_SECURITY, MOD_SIGNER, MOD_TEMPLATE |
| Method Summary | |
|---|---|
void |
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 |
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 |
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'. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void processTo(java.io.File file,
Preferences prefs)
throws PdfException,
java.io.IOException
file - the file to save the converted document toprefs - a set of paramters (passwords, permissions)
PdfException - pdf parsing issue
java.io.IOException - io issue
public void processTo(java.io.OutputStream os,
Preferences prefs)
throws java.io.IOException,
PdfException
os - the output stream to save the converted document toprefs - a set of paramters (passwords, permissions)
PdfException - pdf parsing issue
java.io.IOException - io issue
public void processTo(java.lang.String file,
Preferences prefs)
throws PdfException,
java.io.IOException
file - the file to save the converted document toprefs - a set of paramters (passwords, permissions)
PdfException - pdf parsing issue
java.io.IOException - io issue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||