SaveableFacade

Inheritance: java.lang.Object, com.aspose.pdf.facades.IVentureLicenseTarget, com.aspose.pdf.facades.Facade

All Implemented Interfaces: com.aspose.pdf.facades.ISaveableFacade

public abstract class SaveableFacade extends Facade implements ISaveableFacade

Base class for all saveable facades.

Methods

MethodDescription
save(String destFile)Saves the PDF document to the specified file.
save(OutputStream destStream)Saves the PDF document to the specified stream.

save(String destFile)

public void save(String destFile)

Saves the PDF document to the specified file.

Parameters:

ParameterTypeDescription
destFilejava.lang.StringThe destination file.

save(OutputStream destStream)

public void save(OutputStream destStream)

Saves the PDF document to the specified stream.

Parameters:

ParameterTypeDescription
destStreamjava.io.OutputStreamThe destination stream.