Constructor and Description |
---|
FlushPdfDocumentEvent(PdfDocument document)
Creates a new instance of the flushing event.
|
LinkDocumentIdEvent(PdfDocument document,
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement identifiableElement)
Creates a new instance of the event associating provided
PdfDocument with the
appropriate AbstractIdentifiableElement . |
LinkDocumentIdEvent(PdfDocument document,
com.itextpdf.commons.actions.sequence.SequenceId sequenceId)
Creates a new instance of the event associating provided
PdfDocument with the
appropriate SequenceId . |
Modifier and Type | Method and Description |
---|---|
Color |
AbstractLinearGradientBuilder.buildColor(Rectangle targetBoundingBox,
AffineTransform contextTransform,
PdfDocument document)
Builds the
Color object representing the linear gradient with specified configuration
that fills the target bounding box. |
Modifier and Type | Method and Description |
---|---|
PdfDocument |
PdfDocumentEvent.getDocument()
Returns the PdfDocument associated with this event.
|
Constructor and Description |
---|
PdfDocumentEvent(String type,
PdfDocument document)
Creates a PdfDocumentEvent.
|
Modifier and Type | Method and Description |
---|---|
protected PdfDocument |
PdfType3Font.getDocument() |
Modifier and Type | Method and Description |
---|---|
static PdfFont |
PdfFontFactory.createFont(String fontProgram,
String encoding,
PdfDocument cacheTo)
Creates a
PdfFont instance by the path of the font program file and given encoding
and place it inside the PdfDocument . |
static PdfFont |
PdfFontFactory.createFont(String fontProgram,
String encoding,
PdfFontFactory.EmbeddingStrategy embeddingStrategy,
PdfDocument cacheTo)
Creates a
PdfFont instance by the path of the font program file and given encoding
and place it inside the PdfDocument . |
static PdfType3Font |
PdfFontFactory.createType3Font(PdfDocument document,
boolean colorized)
Creates a new instance of
PdfType3Font |
static PdfType3Font |
PdfFontFactory.createType3Font(PdfDocument document,
String fontName,
String fontFamily,
boolean colorized)
Creates a new instance of
PdfType3Font |
Modifier and Type | Field and Description |
---|---|
protected PdfDocument |
PdfOutputStream.document
Document associated with PdfOutputStream.
|
protected PdfDocument |
PdfReader.pdfDocument |
protected PdfDocument |
PdfIndirectReference.pdfDocument
PdfDocument object belongs to.
|
Modifier and Type | Method and Description |
---|---|
PdfDocument |
PdfCatalog.getDocument()
Get
PdfDocument with indirect reference associated with the object. |
PdfDocument |
PdfPage.getDocument()
Gets the
PdfDocument that owns that page, or null if such document isn't exist. |
PdfDocument |
PdfIndirectReference.getDocument() |
PdfDocument |
PdfDocument.setTagged()
Specifies that document shall contain tag structure.
|
Modifier and Type | Method and Description |
---|---|
PdfName |
PdfResources.addFont(PdfDocument pdfDocument,
PdfFont font)
Adds font to resources and registers PdfFont in the document for further flushing.
|
PdfFormXObject |
PdfPage.copyAsFormXObject(PdfDocument toDocument)
Copies page as FormXObject to the specified document.
|
protected void |
PdfDictionary.copyContent(PdfObject from,
PdfDocument document)
Copies object content from object 'from'.
|
protected void |
PdfIndirectReference.copyContent(PdfObject from,
PdfDocument document) |
protected void |
PdfObject.copyContent(PdfObject from,
PdfDocument document)
Copies object content from object 'from'.
|
protected void |
PdfStream.copyContent(PdfObject from,
PdfDocument document) |
protected void |
PdfArray.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfNull.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfString.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfName.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfDictionary.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter)
Copies object content from object 'from'.
|
protected void |
PdfBoolean.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfLiteral.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfIndirectReference.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfObject.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter filter)
Copies object content from object 'from'.
|
protected void |
PdfStream.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfPrimitiveObject.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected void |
PdfNumber.copyContent(PdfObject from,
PdfDocument document,
ICopyFilter copyFilter) |
protected PdfObject |
PdfWriter.copyObject(PdfObject obj,
PdfDocument documentTo,
boolean allowDuplicating)
Copies a PdfObject either stand alone or as part of the PdfDocument passed as documentTo.
|
protected PdfObject |
PdfWriter.copyObject(PdfObject obj,
PdfDocument documentTo,
boolean allowDuplicating,
ICopyFilter copyFilter)
Copies a PdfObject either stand alone or as part of the PdfDocument passed as documentTo.
|
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
int insertBeforePage)
Copies a range of pages from current document to
toDocument . |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
int insertBeforePage,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument . |
List<PdfPage> |
PdfDocument.copyPagesTo(int pageFrom,
int pageTo,
PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
int insertBeforePage)
Copies a range of pages from current document to
toDocument . |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
int insertBeforePage,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument . |
List<PdfPage> |
PdfDocument.copyPagesTo(List<Integer> pagesToCopy,
PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies a range of pages from current document to
toDocument appending copied pages to the end. |
PdfPage |
PdfPage.copyTo(PdfDocument toDocument)
Copies page to the specified document.
|
PdfObject |
PdfObject.copyTo(PdfDocument document)
Copies object to a specified document.
|
PdfObject |
PdfObject.copyTo(PdfDocument document,
boolean allowDuplicating)
Copies object to a specified document.
|
PdfObject |
PdfObject.copyTo(PdfDocument document,
boolean allowDuplicating,
ICopyFilter copyFilter)
Copies object to a specified document.
|
PdfObject |
PdfObject.copyTo(PdfDocument document,
ICopyFilter copyFilter)
Copies object to a specified document.
|
PdfPage |
PdfPage.copyTo(PdfDocument toDocument,
IPdfPageExtraCopier copier)
Copies page to the specified document.
|
PdfPage |
PdfPage.copyTo(PdfDocument toDocument,
IPdfPageExtraCopier copier,
boolean addPageToDocument,
int pageInsertIndex)
Copies page and adds it to the specified document to the end or by index if the corresponding parameter is true.
|
PdfDictionary |
PdfDictionary.copyTo(PdfDocument document,
List<PdfName> excludeKeys,
boolean allowDuplicating)
Copies dictionary to specified document.
|
PdfDictionary |
PdfDictionary.copyTo(PdfDocument document,
List<PdfName> excludeKeys,
boolean allowDuplicating,
ICopyFilter copyFilter)
Copies dictionary to specified document.
|
protected PdfIndirectReference |
PdfXrefTable.createNextIndirectReference(PdfDocument document)
Creates next available indirect reference.
|
PdfPage |
IPdfPageFactory.createPdfPage(PdfDocument pdfDocument,
PageSize pageSize)
Create
PdfPage with given page size and add it to the PdfDocument . |
void |
PdfDocument.flushCopiedObjects(PdfDocument sourceDoc)
Flush all copied objects and remove them from copied cache.
|
PdfObject |
PdfObject.makeIndirect(PdfDocument document)
Marks object to be saved as indirect.
|
PdfObjectWrapper<T> |
PdfObjectWrapper.makeIndirect(PdfDocument document)
Marks object behind wrapper to be saved as indirect.
|
PdfObject |
PdfObject.makeIndirect(PdfDocument document,
PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfObjectWrapper<T> |
PdfObjectWrapper.makeIndirect(PdfDocument document,
PdfIndirectReference reference)
Marks object behind wrapper to be saved as indirect.
|
PdfObject |
PdfPrimitiveObject.makeIndirect(PdfDocument document,
PdfIndirectReference reference) |
static boolean |
VersionConforming.validatePdfVersionForDeprecatedFeatureLogError(PdfDocument document,
PdfVersion expectedVersion,
String deprecatedFeatureLogMessage) |
static boolean |
VersionConforming.validatePdfVersionForDeprecatedFeatureLogWarn(PdfDocument document,
PdfVersion expectedVersion,
String deprecatedFeatureLogMessage) |
static boolean |
VersionConforming.validatePdfVersionForDictEntry(PdfDocument document,
PdfVersion expectedVersion,
PdfName entryKey,
PdfName dictType) |
protected static void |
PdfXrefTable.writeKeyInfo(PdfDocument document)
Convenience method to write the fingerprint preceding the trailer.
|
protected void |
PdfXrefTable.writeXrefTableAndTrailer(PdfDocument document,
PdfObject fileId,
PdfObject crypto)
Writes cross reference table and trailer to PDF.
|
Constructor and Description |
---|
DestinationResolverCopyFilter(PdfDocument fromDocument,
PdfDocument targetDocument)
Initilazes a copy filter that will set all needed information aside to handle objects with a page destination
after all pages are copied.
|
GenericNameTree(PdfDocument pdfDoc)
Creates a name tree structure in the current document.
|
PageFlushingHelper(PdfDocument pdfDoc) |
PdfCatalog(PdfDocument pdfDocument)
Create
PdfCatalog to PdfDocument . |
PdfIndirectReference(PdfDocument doc,
int objNr) |
PdfIndirectReference(PdfDocument doc,
int objNr,
int genNr) |
PdfIndirectReference(PdfDocument doc,
int objNr,
int genNr,
long offset) |
PdfPage(PdfDocument pdfDocument) |
PdfPage(PdfDocument pdfDocument,
PageSize pageSize) |
PdfStream(PdfDocument doc,
InputStream inputStream)
Creates an efficient stream.
|
PdfStream(PdfDocument doc,
InputStream inputStream,
int compressionLevel)
Creates an efficient stream.
|
Modifier and Type | Method and Description |
---|---|
PdfFileAttachmentAnnotation |
PdfTarget.getAnnotation(PdfDocument pdfDocument)
Gets the annotation specified by /A and /P entry values.
|
PdfTarget |
PdfTarget.setAnnotation(PdfFileAttachmentAnnotation pdfAnnotation,
PdfDocument pdfDocument)
Sets the /P and /A values corresponding to provided annotation, which is already added to a page.
|
Constructor and Description |
---|
PdfSoundAnnotation(PdfDocument document,
Rectangle rect,
InputStream soundStream,
float sampleRate,
PdfName encoding,
int channels,
int sampleSizeInBits)
Creates a sound annotation.
|
Modifier and Type | Field and Description |
---|---|
protected PdfDocument |
PdfCanvas.document
the document that the resulting content stream of this canvas will be written to.
|
Modifier and Type | Method and Description |
---|---|
PdfDocument |
PdfCanvas.getDocument()
Get the document this canvas belongs to
|
Constructor and Description |
---|
PdfCanvas(PdfDocument doc,
int pageNum)
Convenience method for fast PdfCanvas creation by a certain page.
|
PdfCanvas(PdfFormXObject xObj,
PdfDocument document)
Creates a PdfCanvas from a PdfFormXObject.
|
PdfCanvas(PdfStream contentStream,
PdfResources resources,
PdfDocument document)
Creates PdfCanvas from content stream of page, form XObject, pattern etc.
|
PdfPatternCanvas(PdfPattern.Tiling pattern,
PdfDocument document)
Creates PdfPatternCanvas for a document from a provided Tiling pattern
|
PdfPatternCanvas(PdfStream contentStream,
PdfResources resources,
PdfDocument document)
Creates PdfPatternCanvas from content stream of page, form XObject, pattern etc.
|
Constructor and Description |
---|
PdfDocumentContentParser(PdfDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
PdfXObject |
WmfImageHelper.createFormXObject(PdfDocument document)
Create a PdfXObject based on the WMF image.
|
Modifier and Type | Method and Description |
---|---|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
byte[] fileStore,
PdfEncryptedPayload encryptedPayload)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
byte[] fileStore,
PdfEncryptedPayload encryptedPayload,
PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
byte[] fileStore,
PdfEncryptedPayload encryptedPayload,
PdfName mimeType,
PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
InputStream is,
PdfEncryptedPayload encryptedPayload)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
InputStream is,
PdfEncryptedPayload encryptedPayload,
PdfName mimeType)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
InputStream is,
PdfEncryptedPayload encryptedPayload,
PdfName mimeType,
PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
String filePath,
PdfEncryptedPayload encryptedPayload)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
String filePath,
PdfEncryptedPayload encryptedPayload,
PdfName mimeType)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfEncryptedPayloadFileSpecFactory.create(PdfDocument doc,
String filePath,
PdfEncryptedPayload encryptedPayload,
PdfName mimeType,
PdfDictionary fileParameter)
Embed a encrypted payload to a PdfDocument.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
byte[] fileStore,
String fileDisplay,
PdfDictionary fileParameter,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
byte[] fileStore,
String fileDisplay,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
byte[] fileStore,
String description,
String fileDisplay,
PdfDictionary fileParameter,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
byte[] fileStore,
String description,
String fileDisplay,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
byte[] fileStore,
String description,
String fileDisplay,
PdfName mimeType,
PdfDictionary fileParameter,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
InputStream is,
String description,
String fileDisplay,
PdfName mimeType,
PdfDictionary fileParameter,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
InputStream is,
String description,
String fileDisplay,
PdfName mimeType,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
String filePath,
String fileDisplay,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
String filePath,
String description,
String fileDisplay,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
String filePath,
String description,
String fileDisplay,
PdfName mimeType,
PdfDictionary fileParameter,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createEmbeddedFileSpec(PdfDocument doc,
String filePath,
String description,
String fileDisplay,
PdfName mimeType,
PdfName afRelationshipValue)
Create an embedded file specification.
|
static PdfFileSpec |
PdfFileSpec.createExternalFileSpec(PdfDocument doc,
String filePath)
Create an external file specification.
|
static PdfFileSpec |
PdfFileSpec.createExternalFileSpec(PdfDocument doc,
String filePath,
PdfName afRelationshipValue)
Create an external file specification.
|
Modifier and Type | Method and Description |
---|---|
protected PdfDocument |
PdfLayer.getDocument()
Gets the
PdfDocument that owns that layer. |
protected PdfDocument |
PdfLayerMembership.getDocument()
Gets the
PdfDocument that owns that layer membership. |
protected PdfDocument |
PdfOCProperties.getDocument()
Gets the
PdfDocument that owns that OCProperties. |
Modifier and Type | Method and Description |
---|---|
static void |
PdfLayer.addOCGRadioGroup(PdfDocument document,
List<PdfLayer> group)
Use this method to set a collection of optional content groups
whose states are intended to follow a "radio button" paradigm.
|
static PdfLayer |
PdfLayer.createTitle(String title,
PdfDocument document)
Creates a title layer.
|
protected static PdfLayer |
PdfLayer.createTitleSilent(String title,
PdfDocument document)
Creates a title layer without registering it in PdfOCProperties.
|
Constructor and Description |
---|
PdfLayer(String name,
PdfDocument document)
Creates a new layer by its name and document.
|
PdfLayerMembership(PdfDocument doc)
Creates a new, empty membership layer.
|
PdfOCProperties(PdfDocument document)
Creates a new PdfOCProperties instance.
|
Modifier and Type | Method and Description |
---|---|
protected PdfDocument |
PdfStructElem.getDocument() |
PdfDocument |
PdfStructTreeRoot.getDocument() |
Modifier and Type | Method and Description |
---|---|
void |
PdfStructTreeRoot.copyTo(PdfDocument destDocument,
int insertBeforePage,
Map<PdfPage,PdfPage> page2page)
Copies structure to a
destDocument and insert it in a specified position in the document. |
void |
PdfStructTreeRoot.copyTo(PdfDocument destDocument,
Map<PdfPage,PdfPage> page2page)
Copies structure to a
destDocument . |
Constructor and Description |
---|
PdfStructElem(PdfDocument document,
PdfName role) |
PdfStructElem(PdfDocument document,
PdfName role,
PdfAnnotation annot) |
PdfStructElem(PdfDocument document,
PdfName role,
PdfPage page) |
PdfStructTreeRoot(PdfDictionary structTreeRootDict,
PdfDocument document)
Creates wrapper instance for already existing logical structure tree root in the document.
|
PdfStructTreeRoot(PdfDocument document)
Creates a new structure tree root instance, this initializes empty logical structure in the document.
|
Modifier and Type | Method and Description |
---|---|
PdfDocument |
TagTreePointer.getDocument() |
Constructor and Description |
---|
TagStructureContext(PdfDocument document)
Do not use this constructor, instead use
getTagStructureContext()
method. |
TagStructureContext(PdfDocument document,
PdfVersion tagStructureTargetVersion)
Do not use this constructor, instead use
getTagStructureContext()
method. |
TagTreePointer(PdfDocument document)
Creates
TagTreePointer instance. |
Modifier and Type | Method and Description |
---|---|
PdfImageXObject |
PdfImageXObject.copyTo(PdfDocument document)
Copy Image XObject to the specified document.
|
Constructor and Description |
---|
PdfFormXObject(WmfImageData image,
PdfDocument pdfDocument)
Creates a form XObject from
WmfImageData . |
Modifier and Type | Field and Description |
---|---|
protected PdfDocument |
TaggedPdfReaderTool.document |
Modifier and Type | Method and Description |
---|---|
PdfDocument |
PdfSplitter.extractPageRange(PageRange pageRange)
Extracts the specified page ranges from a document.
|
PdfDocument |
PdfSplitter.getPdfDocument() |
Modifier and Type | Method and Description |
---|---|
List<PdfDocument> |
PdfSplitter.extractPageRanges(List<PageRange> pageRanges)
Extracts the specified page ranges from a document.
|
List<PdfDocument> |
PdfSplitter.splitByOutlines(List<String> outlineTitles)
Split a document by outline title (bookmark name), find outline by name
and places the entire hierarchy in a separate document ( outlines and pages ) .
|
List<PdfDocument> |
PdfSplitter.splitByPageCount(int pageCount)
Splits a document into smaller documents with no more than @pageCount pages each.
|
List<PdfDocument> |
PdfSplitter.splitByPageNumbers(List<Integer> pageNumbers)
Splits the document by page numbers.
|
List<PdfDocument> |
PdfSplitter.splitBySize(long size)
Splits the document basing on the given size specified in bytes.
|
Modifier and Type | Method and Description |
---|---|
CompareTool.CompareResult |
CompareTool.compareByCatalog(PdfDocument outDocument,
PdfDocument cmpDocument)
Compares two PDF documents by content starting from Catalog dictionary and then recursively comparing
corresponding objects which are referenced from it.
|
void |
PdfSplitter.IDocumentReadyListener.documentReady(PdfDocument pdfDocument,
PageRange pageRange) |
PdfMerger |
PdfMerger.merge(PdfDocument from,
int fromPage,
int toPage)
This method merges pages from the source document to the current one.
|
PdfMerger |
PdfMerger.merge(PdfDocument from,
List<Integer> pages)
This method merges pages from the source document to the current one.
|
Constructor and Description |
---|
PdfMerger(PdfDocument pdfDocument)
This class is used to merge a number of existing documents into one.
|
PdfMerger(PdfDocument pdfDocument,
boolean mergeTags,
boolean mergeOutlines)
This class is used to merge a number of existing documents into one.
|
PdfSplitter(PdfDocument pdfDocument)
Creates a new instance of PdfSplitter class.
|
TaggedPdfReaderTool(PdfDocument document)
Constructs a
TaggedPdfReaderTool via a given PdfDocument . |
Modifier and Type | Method and Description |
---|---|
PdfDocument |
TrailerPath.getCmpDocument()
Method returns current cmp
PdfDocument object. |
PdfDocument |
TrailerPath.getOutDocument()
Method returns current out
PdfDocument object. |
Constructor and Description |
---|
TrailerPath(PdfDocument cmpDoc,
PdfDocument outDoc) |
TrailerPath(PdfDocument cmpDoc,
PdfDocument outDoc,
Stack<LocalPathItem> path) |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.