|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.ExportFDF
public class ExportFDF
This example will take a PDF document and fill the fields with data from the FDF fields.
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 |
---|
public ExportFDF()
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- command line arguments
Exception
- If there is an error importing the FDF document.public void close(FDFDocument doc) throws IOException
doc
- The doc to close.
IOException
- If there is an error closing the document.public void close(PDDocument doc) throws IOException
doc
- The doc to close.
IOException
- If there is an error closing the document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |