Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfFileSpecification
Packages that use PdfFileSpecification
-
Uses of PdfFileSpecification in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfFileSpecificationModifier and TypeMethodDescriptionstatic 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.fileExtern(PdfWriter writer, String filePath) Creates a file specification for an external file.static PdfFileSpecificationCreates a file specification of type URL.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfFileSpecificationModifier and TypeMethodDescriptionstatic 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.gitlab.pdftk_java.com.lowagie.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)