|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
FileAttachment defines a public interface for referencing embedded file streams that can be archived or transmitted along with a PDF file. An embedded file stream is a file attachment that a user can open and view while the PDF document is open in Adobe Reader® (or Adobe Acrobat® Professional and Acrobat Standard). Using this interface, you can perform file attachment operations. For example, you can create a new file attachment and embed it into a PDF document.
| Method Summary | |
java.io.InputStream |
getData()
Returns the data of the file attachment. |
java.lang.String |
getFilename()
Returns the file name associated with the data embedded in the document. |
java.lang.String |
getMimetype()
Returns the MIME type of the data embedded in the document. |
| Method Detail |
public java.lang.String getFilename()
public java.lang.String getMimetype()
public java.io.InputStream getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||