Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfFileSpecification
-
Packages that use PdfFileSpecification Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfFileSpecification in com.gitlab.pdftk_java.com.lowagie.text.pdf
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfFileSpecification Modifier and Type Method Description 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. 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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfFileSpecification Modifier and Type Method Description 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.gitlab.pdftk_java.com.lowagie.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)
-