Uses of Class
aspose.pdf.SaveType

Uses of SaveType in aspose.pdf
 

Fields in aspose.pdf declared as SaveType
static SaveType SaveType.OpenInAcrobat
          Send the document to the browser and present an option to save the document to disk or open in an application associated with .pdf extension.
static SaveType SaveType.OpenInBrowser
          Open the document directly in browser.
 

Methods in aspose.pdf with parameters of type SaveType
 void Pdf.save(java.lang.String fileName, SaveType saveType, aspose.pdf.HttpResponse response)
          Generates Pdf document and sends it to the client browser.