public class CreateBlankPDF extends Object
| Constructor and Description |
|---|
CreateBlankPDF() |
public void create(String file) throws IOException, org.apache.pdfbox.exceptions.COSVisitorException
file - The name of the file to write to.IOException - If there is an error writing the data.org.apache.pdfbox.exceptions.COSVisitorException - If there is an error while generating the document.public static void main(String[] args) throws IOException, org.apache.pdfbox.exceptions.COSVisitorException
args - The command line arguments.IOException - If there is an error writing the document data.org.apache.pdfbox.exceptions.COSVisitorException - If there is an error generating the data.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.