public class CopyDoc extends Object
public void doIt(String in, String out) throws IOException, org.apache.pdfbox.exceptions.COSVisitorException
in - The filename used for input.out - The filename used for output.IOException - If there is an error parsing the document.org.apache.pdfbox.exceptions.COSVisitorException - If there is an error while copying the document.public static void main(String[] args)
args - command line argumentsCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.