public class WriteDecodedDoc extends Object
Constructor and Description |
---|
WriteDecodedDoc()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doIt(String in,
String out,
String password,
boolean skipImages)
This will perform the document reading, decoding and writing.
|
static void |
main(String[] args)
This will write a PDF document with completely decoded streams.
|
public void doIt(String in, String out, String password, boolean skipImages) throws IOException
in
- The filename used for input.out
- The filename used for output.password
- The password to open the document.skipImages
- Whether to skip decoding images.IOException
- if the output could not be writtenpublic static void main(String[] args) throws IOException
args
- command line argumentsIOException
- if the output could not be writtenCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.