com.pdfjet
Class EmbeddedFile
java.lang.Object
com.pdfjet.EmbeddedFile
public class EmbeddedFile
- extends java.lang.Object
Used to embed file objects.
The file objects must added to the PDF before drawing on the first page.
|
Constructor Summary |
EmbeddedFile(PDF pdf,
java.lang.String fileName,
java.io.InputStream stream,
boolean compress)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedFile
public EmbeddedFile(PDF pdf,
java.lang.String fileName,
java.io.InputStream stream,
boolean compress)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFileName
public java.lang.String getFileName()