public class EmbeddedFiles extends Object
Constructor and Description |
---|
EmbeddedFiles()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
doIt(String file)
create the second sample document from the PDF file format specification.
|
static void |
main(String[] args)
This will create a hello world PDF document with an embedded file.
|
public void doIt(String file) throws IOException
file
- The file to write 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–2018 The Apache Software Foundation. All rights reserved.