org.pdfbox.examples.pdmodel

Class HelloWorld


public class HelloWorld
extends java.lang.Object

This is an example that creates a simple document. The example is taken from the pdf file format specification.
Version:
$Revision: 1.6 $
Author:
Ben Litchfield

Constructor Summary

HelloWorld()
Constructor.

Method Summary

void
doIt(String file, String message)
create the second sample document from the PDF file format specification.
static void
main(String[] args)
This will create a hello world PDF document.

Constructor Details

HelloWorld

public HelloWorld()
Constructor.

Method Details

doIt

public void doIt(String file,
                 String message)
            throws IOException,
                   COSVisitorException
create the second sample document from the PDF file format specification.
Parameters:
file - The file to write the PDF to.
message - The message to write in the file.
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.
see usage() for commandline
Parameters:
args - Command line arguments.