Class ExportXFDF

java.lang.Object
org.apache.pdfbox.tools.ExportXFDF
All Implemented Interfaces:
Callable<Integer>

public final class ExportXFDF extends Object implements Callable<Integer>
This will take a PDF document and export the AcroForm form data to FDF.
  • Field Details

    • SYSERR

      private final PrintStream SYSERR
    • infile

      private File infile
    • outfile

      private File outfile
  • Constructor Details

    • ExportXFDF

      public ExportXFDF()
      Constructor.
  • Method Details

    • main

      public static void main(String[] args)
      This is the entry point for the application.
      Parameters:
      args - The command-line arguments.
    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>