|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfCopyFields
Concatenates PDF documents including form fields. The rules for the form field concatenation are the same as in Acrobat. All the documents are kept in memory unlike PdfCopy.
Field Summary | |
private PdfCopyFieldsImp |
fc
|
Constructor Summary | |
PdfCopyFields(OutputStream os)
Creates a new instance. |
|
PdfCopyFields(OutputStream os,
char pdfVersion)
Creates a new instance. |
Method Summary | |
void |
addDocument(PdfReader reader)
Concatenates a PDF document. |
void |
close()
Closes the output document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private PdfCopyFieldsImp fc
Constructor Detail |
public PdfCopyFields(OutputStream os) throws DocumentException, IOException
os
- the output stream
DocumentException
- on error
IOException
- on errorpublic PdfCopyFields(OutputStream os, char pdfVersion) throws DocumentException, IOException
os
- the output streampdfVersion
- the pdf version the output will have
DocumentException
- on error
IOException
- on errorMethod Detail |
public void addDocument(PdfReader reader) throws DocumentException
reader
- the PDF document
DocumentException
- on errorpublic void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |