|
iText 7 7.2.4 API
|
Public Member Functions |
|
| virtual iText.Kernel.Pdf.Filespec.PdfFileSpec | SetFileIdentifier (PdfArray fileIdentifier) |
| virtual PdfArray | GetFileIdentifier () |
| virtual iText.Kernel.Pdf.Filespec.PdfFileSpec | SetVolatile (PdfBoolean isVolatile) |
| virtual PdfBoolean | IsVolatile () |
| virtual iText.Kernel.Pdf.Filespec.PdfFileSpec | SetCollectionItem (PdfCollectionItem item) |
| virtual iText.Kernel.Pdf.Filespec.PdfFileSpec | SetThumbnailImage (PdfImageXObject thumbnailImage) |
| PDF 2.0. More... |
|
| virtual PdfImageXObject | GetThumbnailImage () |
| PDF 2.0. More... |
|
| virtual iText.Kernel.Pdf.Filespec.PdfFileSpec | Put (PdfName key, PdfObject value) |
Public Member Functions inherited from iText.Kernel.Pdf.PdfObjectWrapper< PdfObject > |
|
| virtual T | GetPdfObject () |
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document, PdfIndirectReference reference) |
| Marks object behind wrapper to be saved as indirect. More... |
|
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | MakeIndirect (PdfDocument document) |
| Marks object behind wrapper to be saved as indirect. More... |
|
| virtual iText.Kernel.Pdf.PdfObjectWrapper< T > | SetModified () |
| virtual void | Flush () |
| virtual bool | IsFlushed () |
Static Public Member Functions |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | WrapFileSpecObject (PdfObject fileSpecObject) |
| Wrap the passed iText.Kernel.Pdf.PdfObject to the specific PdfFileSpec object, according to the type of the passed pdf object. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateExternalFileSpec (PdfDocument doc, String filePath, PdfName afRelationshipValue) |
| Create an external file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateExternalFileSpec (PdfDocument doc, String filePath) |
| Create an external file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, byte[] fileStore, String fileDisplay, PdfDictionary fileParameter, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, byte[] fileStore, String fileDisplay, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, byte[] fileStore, String description, String fileDisplay, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, String filePath, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, String filePath, String description, String fileDisplay, PdfName mimeType, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, String filePath, String description, String fileDisplay, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, String filePath, String fileDisplay, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, Stream @is, String description, String fileDisplay, PdfName mimeType, PdfDictionary fileParameter, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
| static iText.Kernel.Pdf.Filespec.PdfFileSpec | CreateEmbeddedFileSpec (PdfDocument doc, Stream @is, String description, String fileDisplay, PdfName mimeType, PdfName afRelationshipValue) |
| Create an embedded file specification. More... |
|
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| fileStore | byte[] containing the file |
| fileDisplay | actual file name stored in the pdf |
| fileParameter |
iText.Kernel.Pdf.PdfDictionary containing fil parameters
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
| description | the file description |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| fileStore | byte[] containing the file |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| fileStore | byte[] containing the file |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| mimeType | subtype of the embedded file. The value of this entry shall conform to the MIME media type names |
| fileParameter |
iText.Kernel.Pdf.PdfDictionary containing fil parameters
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| fileStore | byte[] containing the file |
| fileDisplay | actual file name stored in the pdf |
| fileParameter |
iText.Kernel.Pdf.PdfDictionary containing fil parameters
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| fileStore | byte[] containing the file |
| fileDisplay | actual file name stored in the pdf |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| is | stream containing the file to embed |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| mimeType | subtype of the embedded file. The value of this entry shall conform to the MIME media type names |
| fileParameter | dictionary with file parameters |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| is | stream containing the file to embed |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| mimeType | subtype of the embedded file. The value of this entry shall conform to the MIME media type names |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| filePath | file specification string, describing the path to the file to embed |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| filePath | file specification string, describing the path to the file to embed |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| mimeType | subtype of the embedded file. The value of this entry shall conform to the MIME media type names |
| fileParameter | dictionary with file parameters |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| filePath | file specification string, describing the path to the file to embed |
| description | file description |
| fileDisplay | actual file name stored in the pdf |
| mimeType | subtype of the embedded file. The value of this entry shall conform to the MIME media type names |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an embedded file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| filePath | path to the file to embed |
| fileDisplay | actual file name stored in the pdf |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an external file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| filePath | file specification string, describing the path to the external file |
PdfFileSpec containing the file specification of the file
|
inlinestatic |
Create an external file specification.
| doc |
iText.Kernel.Pdf.PdfDocument instance to make this file specification indirect
| filePath | file specification string, describing the path to the external file |
| afRelationshipValue | value that represents the relationship between the component of the passed PDF document that refers to this file specification and the associated file. If null, iText.Kernel.Pdf.PdfName.Unspecified will be added. |
PdfFileSpec containing the file specification of the file
|
inlinevirtual |
PDF 2.0.
PDF 2.0. Gets a stream object defining the thumbnail image for the file specification.
null if it is not set
|
inlinevirtual |
PDF 2.0.
PDF 2.0. Sets a stream object defining the thumbnail image for the file specification.
| thumbnailImage | image used as a thumbnail |
|
inlinestatic |
Wrap the passed iText.Kernel.Pdf.PdfObject to the specific PdfFileSpec object, according to the type of the passed pdf object.
| fileSpecObject | object to wrap |