com.pdfjet
Class EmbeddedFile

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getFileName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedFile

public EmbeddedFile(PDF pdf,
                    java.lang.String fileName,
                    java.io.InputStream stream,
                    boolean compress)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getFileName

public java.lang.String getFileName()