org.apache.pdfbox
Class ExportFDF

java.lang.Object
  extended by org.apache.pdfbox.ExportFDF

public class ExportFDF
extends 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
ExportFDF()
          Creates a new instance of ImportFDF.
 
Method Summary
 void close(FDFDocument doc)
          Close the document.
 void close(PDDocument doc)
          Close the document.
static void main(String[] args)
          This will import an fdf document and write out another pdf.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportFDF

public ExportFDF()
Creates a new instance of ImportFDF.

Method Detail

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
Throws:
Exception - If there is an error importing the FDF document.

close

public void close(FDFDocument doc)
           throws IOException
Close the document.

Parameters:
doc - The doc to close.
Throws:
IOException - If there is an error closing the document.

close

public void close(PDDocument doc)
           throws IOException
Close the document.

Parameters:
doc - The doc to close.
Throws:
IOException - If there is an error closing the document.


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.