Uses of Class
com.itextpdf.text.pdf.PdfFileSpecification
Packages that use PdfFileSpecification
Package
Description
-
Uses of PdfFileSpecification in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfFileSpecificationModifier and TypeMethodDescriptionPdfAWriter.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.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 PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, boolean compress) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, boolean compress, String mimeType, PdfDictionary fileParameter) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, int compressionLevel) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileEmbedded(PdfWriter writer, String filePath, String fileDisplay, byte[] fileStore, String mimeType, PdfDictionary fileParameter, int compressionLevel) Creates a file specification with the file embedded.static PdfFileSpecificationPdfFileSpecification.fileExtern(PdfWriter writer, String filePath) Creates a file specification for an external file.static PdfFileSpecificationCreates a file specification of type URL.Methods in com.itextpdf.text.pdf with parameters of type PdfFileSpecificationModifier and TypeMethodDescription(package private) voidPdfDocument.addFileAttachment(String description, PdfFileSpecification fs) voidPdfStamper.addFileAttachment(String description, PdfFileSpecification fs) Adds a file attachment at the document level.voidPdfWriter.addFileAttachment(PdfFileSpecification fs) Use this method to add a file attachment at the document level.voidPdfWriter.addFileAttachment(String description, PdfFileSpecification fs) Use this method to add a file attachment at the document level.static PdfAnnotationPdfAnnotation.createFileAttachment(PdfWriter writer, Rectangle rect, String contents, PdfFileSpecification fs) Creates a file attachment annotationstatic PdfAnnotationPdfAnnotation.createScreen(PdfWriter writer, Rectangle rect, String clipTitle, PdfFileSpecification fs, String mimeType, boolean playOnDisplay) Creates a screen PdfAnnotationstatic PdfActionPdfAction.rendition(String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference ref) Creates a Rendition actionConstructors in com.itextpdf.text.pdf with parameters of type PdfFileSpecificationModifierConstructorDescription(package private)PdfMediaClipData(String file, PdfFileSpecification fs, String mimeType) (package private)PdfRendition(String file, PdfFileSpecification fs, String mimeType) -
Uses of PdfFileSpecification in com.itextpdf.text.pdf.internal
Fields in com.itextpdf.text.pdf.internal with type parameters of type PdfFileSpecification -
Uses of PdfFileSpecification in com.itextpdf.text.pdf.richmedia
Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfFileSpecificationModifier and TypeMethodDescriptionRichMediaAnnotation.addAsset(String name, PdfFileSpecification fs) Adds an embedded file.