Class XfdfImporter.Result

  • Enclosing class:
    XfdfImporter

    public static final class XfdfImporter.Result
    extends java.lang.Object
    The imported PDF, plus bookkeeping on what the import actually did.
    • Method Detail

      • getAnnotationsAdded

        public int getAnnotationsAdded()
        How many <annots> entries became brand-new PDF annotations (counting a nested <popup> as its own annotation).
      • getFieldsUpdated

        public int getFieldsUpdated()
        How many <fields> entries matched and updated an existing AcroForm field.
      • getFieldsNotFound

        public java.util.List<java.lang.String> getFieldsNotFound()
        Fully-qualified names from <fields> that matched no existing AcroForm field -- see class docs.