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