Class EmbeddedFiles
java.lang.Object
org.apache.pdfbox.examples.pdmodel.EmbeddedFiles
This is an example that creates a simple document and embeds a file into it..
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate the second sample document from the PDF file format specification.static voidThis will create a hello world PDF document with an embedded file.private voidusage()This will print out a message telling how to use this example.
-
Constructor Details
-
EmbeddedFiles
private EmbeddedFiles()Constructor.
-
-
Method Details
-
doIt
create the second sample document from the PDF file format specification.- Parameters:
file- The file to write the PDF to.- Throws:
IOException- If there is an error writing the data.
-
main
This will create a hello world PDF document with an embedded file.
see usage() for commandline- Parameters:
args- Command line arguments.- Throws:
IOException
-
usage
private void usage()This will print out a message telling how to use this example.
-