Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
void |
PdfCopy.addPage(PdfImportedPage iPage)
Add an imported page to our output
|
void |
PdfCopy.copyAcroForm(PdfReader reader)
Copy the acroform for an input document.
|
protected PdfArray |
PdfCopy.copyArray(PdfArray in)
Translate a PRArray to a PdfArray.
|
protected PdfDictionary |
UnembedFontPdfSmartCopy.copyDictionary(PdfDictionary in) |
protected PdfDictionary |
PdfCopy.copyDictionary(PdfDictionary in)
Translate a PRDictionary to a PdfDictionary.
|
protected PdfIndirectReference |
PdfSmartCopy.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.
|
protected PdfIndirectReference |
PdfCopy.copyIndirect(PRIndirectReference in)
Translate a PRIndirectReference to a PdfIndirectReference
In addition, translates the object numbers, and copies the
referenced object to the output file.
|
protected PdfObject |
PdfCopy.copyObject(PdfObject in)
Translate a PR-object to a Pdf-object
|
protected PdfStream |
PdfCopy.copyStream(PRStream in)
Translate a PRStream to a PdfStream.
|
Constructor and Description |
---|
PdfBoolean(String value)
Constructs a
PdfBoolean -object. |
PdfImage(Image image,
String name,
PdfIndirectReference maskRef)
Constructs a
PdfImage -object. |
Copyright © 2018. All rights reserved.