| |
|
| java.lang.Object org.pdfbox.examples.pdmodel.EmbeddedFiles
EmbeddedFiles | public class EmbeddedFiles (Code) | | This is an example that creates a simple document and embeds a file into it..
author: Ben Litchfield version: $Revision: 1.2 $ |
Method Summary | |
public void | doIt(String file) create the second sample document from the PDF file format specification. | public static void | main(String[] args) This will create a hello world PDF document with an embedded file. |
EmbeddedFiles | public EmbeddedFiles()(Code) | | Constructor.
|
main | public static void main(String[] args)(Code) | | This will create a hello world PDF document with an embedded file.
see usage() for commandline
Parameters: args - Command line arguments. |
|
|
|