Uses of Class
com.itextpdf.text.pdf.PdfFileSpecification
-
Packages that use PdfFileSpecification Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.internal com.itextpdf.text.pdf.richmedia -
-
Uses of PdfFileSpecification in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfFileSpecification Modifier and Type Method Description 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.Methods in com.itextpdf.text.pdf with parameters of type PdfFileSpecification Modifier and Type Method Description (package private) void
PdfDocument. addFileAttachment(java.lang.String description, PdfFileSpecification fs)
void
PdfStamper. addFileAttachment(java.lang.String description, PdfFileSpecification fs)
Adds a file attachment at the document level.void
PdfWriter. addFileAttachment(PdfFileSpecification fs)
Use this method to add a file attachment at the document level.void
PdfWriter. addFileAttachment(java.lang.String description, PdfFileSpecification fs)
Use this method to add a file attachment at the document level.static PdfAnnotation
PdfAnnotation. createFileAttachment(PdfWriter writer, Rectangle rect, java.lang.String contents, PdfFileSpecification fs)
Creates a file attachment annotationstatic PdfAnnotation
PdfAnnotation. createScreen(PdfWriter writer, Rectangle rect, java.lang.String clipTitle, PdfFileSpecification fs, java.lang.String mimeType, boolean playOnDisplay)
Creates a screen PdfAnnotationstatic PdfAction
PdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)
Creates a Rendition actionConstructors in com.itextpdf.text.pdf with parameters of type PdfFileSpecification Constructor Description PdfMediaClipData(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType)
PdfRendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType)
-
Uses of PdfFileSpecification in com.itextpdf.text.pdf.internal
Fields in com.itextpdf.text.pdf.internal with type parameters of type PdfFileSpecification Modifier and Type Field Description private java.util.List<PdfFileSpecification>
ZugferdChecker. attachments
-
Uses of PdfFileSpecification in com.itextpdf.text.pdf.richmedia
Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfFileSpecification Modifier and Type Method Description PdfIndirectReference
RichMediaAnnotation. addAsset(java.lang.String name, PdfFileSpecification fs)
Adds an embedded file.
-