com.lowagie.text.pdf

Class PdfCopyFormsImp

class PdfCopyFormsImp extends PdfCopyFieldsImp

Allows you to add one (or more) existing PDF document(s) and add the form(s) of (an)other PDF document(s).

Since: 2.1.5

Constructor Summary
PdfCopyFormsImp(OutputStream os)
This sets up the output document
Method Summary
voidcopyDocumentFields(PdfReader reader)
This method feeds in the source document
voidmergeFields()
This merge fields is slightly different from the mergeFields method of PdfCopyFields.

Constructor Detail

PdfCopyFormsImp

PdfCopyFormsImp(OutputStream os)
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)
This method feeds in the source document

Parameters: reader The PDF reader containing the source document

Throws: DocumentException

mergeFields

void mergeFields()
This merge fields is slightly different from the mergeFields method of PdfCopyFields.