tool.pdf
public class Uncompress extends Object implements Observer
Version: $Revision: 1.12 $ $Date: 2004/01/06 02:37:21 $
Field Summary | |
---|---|
static String | USAGE |
static String | VERSION |
Constructor Summary | |
---|---|
Uncompress() |
Method Summary | |
---|---|
void | defaults() |
static void | main(String[] argv) |
void | setExact(boolean b) |
void | setOut(PrintStream out) |
void | setPassword(String password) |
void | setPlainFonts(boolean b) |
void | uncompress(File filein, File fileout) |
void | uncompress(PDFReader pdfr, PDFWriter pdfw)
When writing with prettyprinting, pass this class instance as the observer to PDFWriter. |
void | update(Observable obs, Object o) |