PdfFileSpecification |
PdfAWriter.addFileAttachment(java.lang.String description,
byte[] fileStore,
java.lang.String file,
java.lang.String fileDisplay,
java.lang.String mimeType,
PdfName afRelationshipValue) |
Use this method to add a file attachment at the document level.
|
PdfFileSpecification |
PdfAWriter.addFileAttachment(java.lang.String description,
byte[] fileStore,
java.lang.String file,
java.lang.String fileDisplay,
java.lang.String mimeType,
PdfName afRelationshipValue,
PdfDictionary fileParameter) |
Use this method to add a file attachment at the document level.
|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore) |
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore,
boolean compress) |
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore,
boolean compress,
java.lang.String mimeType,
PdfDictionary fileParameter) |
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore,
int compressionLevel) |
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileEmbedded(PdfWriter writer,
java.lang.String filePath,
java.lang.String fileDisplay,
byte[] fileStore,
java.lang.String mimeType,
PdfDictionary fileParameter,
int compressionLevel) |
Creates a file specification with the file embedded.
|
static PdfFileSpecification |
PdfFileSpecification.fileExtern(PdfWriter writer,
java.lang.String filePath) |
Creates a file specification for an external file.
|
static PdfFileSpecification |
PdfFileSpecification.url(PdfWriter writer,
java.lang.String url) |
Creates a file specification of type URL.
|