public abstract class SaveableFacade extends Facade implements ISaveableFacade
Base class for all saveable facades.
Modifier and Type | Method and Description |
---|---|
void |
save(OutputStream destStream)
Saves the PDF document to the specified stream.
|
void |
save(String destFile)
Saves the PDF document to the specified file.
|
bindPdf, bindPdf, bindPdf, bindPdf, bindPdf, close, dispose, getDocument
public void save(String destFile)
Saves the PDF document to the specified file.
save
in interface ISaveableFacade
destFile
- The destination file.public void save(OutputStream destStream)
Saves the PDF document to the specified stream.
save
in interface ISaveableFacade
destStream
- The destination stream.