org.apache.fop.pdf
Class PDFInfo
org.apache.fop.pdf.PDFObject
|
+--org.apache.fop.pdf.PDFInfo
- public class PDFInfo
- extends PDFObject
class representing an /Info object
Constructor Summary |
PDFInfo(int number) create an Info object |
Method Summary |
void | setProducer(String producer) set the producer string |
byte[] | toPDF() produce the PDF representation of the object |
PDFInfo
public PDFInfo(int number)
- create an Info object
- Parameters:
- number - the object's number
setProducer
public void setProducer(String producer)
- set the producer string
- Parameters:
- producer - the producer string
toPDF
public byte[] toPDF()
- produce the PDF representation of the object
- Returns: the PDF
to Class java.lang.String- the application producing the PDF