com.aspose.pdf.facades

Class SaveableFacade

    • Method Detail

      • save

        public void save(String destFile)

        Saves the PDF document to the specified file.

        Specified by:
        save in interface ISaveableFacade
        Parameters:
        destFile - The destination file.
      • save

        public void save(OutputStream destStream)

        Saves the PDF document to the specified stream.

        Specified by:
        save in interface ISaveableFacade
        Parameters:
        destStream - The destination stream.