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