public interface ISaveableFacade extends IFacade
| Modifier and Type | Method and Description |
|---|---|
void |
save(OutputStream destStream)
Saves the result PDF document to stream.
|
void |
save(String destFile)
Saves the result PDF document to file.
|
void save(String destFile)
destFile - String objectvoid save(OutputStream destStream)
destStream - OutputStream objectCopyright © 2025 Aspose. All Rights Reserved.