public class CreateBlankPDF
extends java.lang.Object
Constructor and Description |
---|
CreateBlankPDF() |
public void create(java.lang.String file) throws java.io.IOException, COSVisitorException
file
- The name of the file to write to.java.io.IOException
- If there is an error writing the data.COSVisitorException
- If there is an error while generating the document.public static void main(java.lang.String[] args) throws java.io.IOException, COSVisitorException
args
- The command line arguments.java.io.IOException
- If there is an error writing the document data.COSVisitorException
- If there is an error generating the data.