org.pdfbox.examples.pdmodel

Class 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.
Version:
$Revision: 1.7 $
Author:
Ben Litchfield

Method Summary

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.

Method Details

createPDFFromImage

public void createPDFFromImage(String file,
                               String image)
            throws IOException,
                   COSVisitorException
create the second sample document from the PDF file format specification.
Parameters:
file - The file to write the PDF to.
image - The filename of the image to put in the PDF.
Throws:
COSVisitorException - If there is an error writing 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
Parameters:
args - Command line arguments.