Uses of Class
org.apache.pdfbox.pdmodel.common.filespecification.PDEmbeddedFile
-
Packages that use PDEmbeddedFile Package Description org.apache.pdfbox.examples.pdmodel These examples show how to use the classes in the PDModel package.org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic. -
-
Uses of PDEmbeddedFile in org.apache.pdfbox.examples.pdmodel
Methods in org.apache.pdfbox.examples.pdmodel that return PDEmbeddedFile Modifier and Type Method Description private static PDEmbeddedFileExtractEmbeddedFiles. getEmbeddedFile(PDComplexFileSpecification fileSpec)Methods in org.apache.pdfbox.examples.pdmodel with parameters of type PDEmbeddedFile Modifier and Type Method Description private static voidExtractEmbeddedFiles. extractFile(java.lang.String filename, PDEmbeddedFile embeddedFile, java.lang.String directoryPath) -
Uses of PDEmbeddedFile in org.apache.pdfbox.pdmodel.common.filespecification
Methods in org.apache.pdfbox.pdmodel.common.filespecification that return PDEmbeddedFile Modifier and Type Method Description PDEmbeddedFilePDComplexFileSpecification. getEmbeddedFile()Get the embedded file.PDEmbeddedFilePDComplexFileSpecification. getEmbeddedFileDos()Get the embedded dos file.PDEmbeddedFilePDComplexFileSpecification. getEmbeddedFileMac()Get the embedded Mac file.PDEmbeddedFilePDComplexFileSpecification. getEmbeddedFileUnicode()Get the embedded unicode file.PDEmbeddedFilePDComplexFileSpecification. getEmbeddedFileUnix()Get the embedded Unix file.Methods in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type PDEmbeddedFile Modifier and Type Method Description voidPDComplexFileSpecification. setEmbeddedFile(PDEmbeddedFile file)Set the embedded file for this spec.voidPDComplexFileSpecification. setEmbeddedFileUnicode(PDEmbeddedFile file)Set the embedded Unicode file for this spec.
-