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, getDocumentpublic void save(String destFile)
Saves the PDF document to the specified file.
save in interface ISaveableFacadedestFile - The destination file.public void save(OutputStream destStream)
Saves the PDF document to the specified stream.
save in interface ISaveableFacadedestStream - The destination stream.Copyright © 2025 Aspose. All Rights Reserved.