org.pdfbox

Class ExportXFDF


public class ExportXFDF
extends java.lang.Object

This example will take a PDF document and fill the fields with data from the FDF fields.
Version:
$Revision: 1.3 $
Author:
Ben Litchfield

Constructor Summary

ExportXFDF()
Creates a new instance of ImportFDF.

Method Summary

void
close(PDDocument doc)
Close the document.
void
close(FDFDocument doc)
Close the document.
static void
main(String[] args)
This will import an fdf document and write out another pdf.

Constructor Details

ExportXFDF

public ExportXFDF()
Creates a new instance of ImportFDF.

Method Details

close

public void close(PDDocument doc)
            throws IOException
Close the document.
Parameters:
doc - The doc to close.

close

public void close(FDFDocument doc)
            throws IOException
Close the document.
Parameters:
doc - The doc to close.

main

public static void main(String[] args)
            throws Exception
This will import an fdf document and write out another pdf.
see usage() for commandline
Parameters:
args - command line arguments