com.lowagie.text.pdf
public class PdfSmartCopy extends PdfCopy
| Nested Class Summary | |
|---|---|
| static class | PdfSmartCopy.ByteStore |
| Field Summary | |
|---|---|
| HashMap | streamMap the cache with the streams and references. |
| Constructor Summary | |
|---|---|
| PdfSmartCopy(Document document, OutputStream os) Creates a PdfSmartCopy instance. | |
| Method Summary | |
|---|---|
| protected PdfIndirectReference | copyIndirect(PRIndirectReference in)
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file if it wasn't available
in the cache yet. |