public class AddImageToPDF extends Object
Constructor and Description |
---|
AddImageToPDF() |
public void createPDFFromImage(String inputFile, String imagePath, String outputFile) throws IOException
inputFile
- The input PDF to add the image to.imagePath
- The filename of the image to put in the PDF.outputFile
- The file to write to the pdf to.IOException
- If there is an error writing the data.public static void main(String[] args) throws IOException
args
- Command line arguments.IOException
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.