com.lowagie.text.pdf
class PdfCopyFormsImp extends PdfCopyFieldsImp
Since: 2.1.5
Constructor Summary | |
---|---|
PdfCopyFormsImp(OutputStream os)
This sets up the output document |
Method Summary | |
---|---|
void | copyDocumentFields(PdfReader reader)
This method feeds in the source document |
void | mergeFields()
This merge fields is slightly different from the mergeFields method
of PdfCopyFields. |
Parameters: os The Outputstream pointing to the output document
Throws: DocumentException
Parameters: reader The PDF reader containing the source document
Throws: DocumentException