org.pdfbox.examples.pdmodel

Class EmbeddedFiles


public class EmbeddedFiles
extends java.lang.Object

This is an example that creates a simple document and embeds a file into it..
Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary

EmbeddedFiles()
Constructor.

Method Summary

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.

Constructor Details

EmbeddedFiles

public EmbeddedFiles()
Constructor.

Method Details

doIt

public void doIt(String file)
            throws IOException,
                   COSVisitorException
create the second sample document from the PDF file format specification.
Parameters:
file - The file to write the PDF to.
Throws:
COSVisitorException - If there is an error writing the PDF.

main

public static void main(String[] args)
This will create a hello world PDF document with an embedded file.
see usage() for commandline
Parameters:
args - Command line arguments.