public class PDFDocument extends Base
| Constructor and Description |
|---|
PDFDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
includeIndirectObject(IndirectObject iobj) |
IndirectObject |
newDictionaryObject(String dictionaryContent) |
IndirectObject |
newIndirectObject() |
IndirectObject |
newRawObject(String content) |
IndirectObject |
newStreamObject(String streamContent) |
void |
setDocumentInfo(String info) |
String |
toPDFString() |
void |
write(OutputStream out) |
public IndirectObject newIndirectObject()
public IndirectObject newRawObject(String content)
public IndirectObject newDictionaryObject(String dictionaryContent)
public IndirectObject newStreamObject(String streamContent)
public void includeIndirectObject(IndirectObject iobj)
public void setDocumentInfo(String info)
public String toPDFString()
toPDFString in class Basepublic void write(OutputStream out) throws IOException
IOExceptionCopyright © 2016. All rights reserved.