| java.lang.Object org.pdfbox.examples.pdmodel.ImageToPDF
ImageToPDF | public class ImageToPDF (Code) | | This is an example that creates a simple document.
The example is taken from the pdf file format specification.
author: Ben Litchfield version: $Revision: 1.7 $ |
Method Summary | |
public void | createPDFFromImage(String file, String image) create the second sample document from the PDF file format specification. | public 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(Code) | | create the second sample document from the PDF file format specification.
Parameters: file - The file to write the PDF to. Parameters: image - The filename of the image to put in the PDF. throws: IOException - If there is an error writing the data. throws: COSVisitorException - If there is an error writing the PDF. |
main | public static void main(String[] args)(Code) | | This will create a PDF document with a single image on it.
see usage() for commandline
Parameters: args - Command line arguments. |
|
|