Uses of Interface
com.adobe.pdf.FileAttachment

Uses of FileAttachment in com.adobe.pdf
 

Methods in com.adobe.pdf that return FileAttachment
static FileAttachment PDFFactory.newFileAttachment(java.io.InputStream src, java.lang.String filename, java.lang.String mimetype)
          Creates a new FileAttachment object from a given data stream.
 FileAttachment PDFDocument.exportFileAttachment(byte[] name)
          Exports data associated with the given name as a FileAttachment object.
 

Methods in com.adobe.pdf with parameters of type FileAttachment
 void PDFDocument.importFileAttachment(byte[] name, FileAttachment fileAttachment)
          Imports the specified FileAttachment object into a PDF document under the given name.