org.pdfbox.examples.pdmodel
Class ImageToPDF
java.lang.Object
org.pdfbox.examples.pdmodel.ImageToPDF
public class ImageToPDF
extends java.lang.Object
This is an example that creates a simple document.
The example is taken from the pdf file format specification.
void | createPDFFromImage(String file, String image) - create the second sample document from the PDF file format specification.
|
static void | main(String[] args) - This will create a PDF document with a single image on it.
|
createPDFFromImage
public void createPDFFromImage(String file,
String image)
throws IOException,
COSVisitorException
create the second sample document from the PDF file format specification.
file
- The file to write the PDF to.image
- The filename of the image to put in the PDF.
main
public static void main(String[] args)
This will create a PDF document with a single image on it.
see usage() for commandline
args
- Command line arguments.