|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfsam.console.business.pdf.writers.PdfCopyFieldsConcatenator
public class PdfCopyFieldsConcatenator
Copy Fields concatenator. Uses PdfCopyFields.
Constructor Summary | |
---|---|
PdfCopyFieldsConcatenator(java.io.OutputStream os)
|
|
PdfCopyFieldsConcatenator(java.io.OutputStream os,
boolean compressed)
|
Method Summary | |
---|---|
void |
addDocument(com.lowagie.text.pdf.PdfReader reader)
Concatenates a PDF document. |
void |
addDocument(com.lowagie.text.pdf.PdfReader reader,
java.lang.String ranges)
Concatenates a PDF document selecting the pages to keep. |
void |
close()
close |
void |
freeReader(com.lowagie.text.pdf.PdfReader reader)
|
void |
setOutlines(java.util.List outlines)
Sets the bookmarks |
void |
setPdfVersion(char pdfVersion)
Sets the output document pdf version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfCopyFieldsConcatenator(java.io.OutputStream os) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentException
public PdfCopyFieldsConcatenator(java.io.OutputStream os, boolean compressed) throws com.lowagie.text.DocumentException
os
- compressed
- If true creates a compressed pdf document
com.lowagie.text.DocumentException
Method Detail |
---|
public void addDocument(com.lowagie.text.pdf.PdfReader reader, java.lang.String ranges) throws java.lang.Exception
PdfConcatenator
addDocument
in interface PdfConcatenator
reader
- PdfReaderranges
- Pages range (Ex. 2-23)
java.lang.Exception
public void addDocument(com.lowagie.text.pdf.PdfReader reader) throws java.lang.Exception
PdfConcatenator
addDocument
in interface PdfConcatenator
java.lang.Exception
public void freeReader(com.lowagie.text.pdf.PdfReader reader) throws java.lang.Exception
freeReader
in interface PdfConcatenator
java.lang.Exception
public void setOutlines(java.util.List outlines)
PdfConcatenator
setOutlines
in interface PdfConcatenator
public void setPdfVersion(char pdfVersion)
PdfConcatenator
setPdfVersion
in interface PdfConcatenator
public void close()
PdfConcatenator
close
in interface PdfConcatenator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |