Class PdfCopyFormsImp

    • Constructor Detail

      • PdfCopyFormsImp

        PdfCopyFormsImp​(java.io.OutputStream os)
                 throws DocumentException
        Deprecated.
        This sets up the output document
        Parameters:
        os - The Outputstream pointing to the output document
        Throws:
        DocumentException
    • Method Detail

      • copyDocumentFields

        public void copyDocumentFields​(PdfReader reader)
                                throws DocumentException
        Deprecated.
        This method feeds in the source document
        Parameters:
        reader - The PDF reader containing the source document
        Throws:
        DocumentException
      • mergeFields

        void mergeFields()
        Deprecated.
        This merge fields is slightly different from the mergeFields method of PdfCopyFields.
        Overrides:
        mergeFields in class PdfCopyFieldsImp