Uses of Class
com.snowtide.pdf.EmbeddedFile
-
Packages that use EmbeddedFile Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases.com.snowtide.pdf.annot This package contains interfaces and classes that PDFxStream uses to represent various types of annotations present in PDFDocument
s. -
-
Uses of EmbeddedFile in com.snowtide.pdf
Methods in com.snowtide.pdf that return types with arguments of type EmbeddedFile Modifier and Type Method Description List<EmbeddedFile>
Document. getAllEmbeddedFiles()
Returns a list of all ofthe embedded files
available in the source PDF.List<EmbeddedFile>
PDFTextStream. getAllEmbeddedFiles()
Deprecated.List<EmbeddedFile>
Document. getEmbeddedFiles()
Returns a list ofthe embedded files
associated with the source PDF document itself.List<EmbeddedFile>
PDFTextStream. getEmbeddedFiles()
Deprecated. -
Uses of EmbeddedFile in com.snowtide.pdf.annot
Methods in com.snowtide.pdf.annot that return EmbeddedFile Modifier and Type Method Description EmbeddedFile
FileAttachmentAnnotation. getAttachment()
Returns theEmbeddedFile
associated with this annotation.
-