public class ImageToPDF
extends java.lang.Object
Constructor and Description |
---|
ImageToPDF() |
Modifier and Type | Method and Description |
---|---|
void |
createPDFFromImage(java.lang.String file,
java.lang.String image)
create the second sample document from the PDF file format specification.
|
static void |
main(java.lang.String[] args)
This will create a PDF document with a single image on it.
|
public void createPDFFromImage(java.lang.String file, java.lang.String image) throws java.io.IOException, COSVisitorException
file
- The file to write the PDF to.image
- The filename of the image to put in the PDF.java.io.IOException
- If there is an error writing the data.COSVisitorException
- If there is an error writing the PDF.public static void main(java.lang.String[] args)
args
- Command line arguments.