Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

AutoSave

AutoSave: = "autoSave"

Saves the output file in the same directory of the original file. The output file name will be the original file name plus a suffix. Make sure to pass the required arguments Output.fileNameSuffix.

ReturnContent

ReturnContent: = "returnContent"

Returns to the page the output file content Base64 encoded bytes.

SaveInFolder

SaveInFolder: = "saveInFolder"

Saves the output file in a pre-selected folder. The output file name will be the original file name plus a suffix. Make sure to pass the required arguments Output.folderId and Output.fileNameSuffix.

ShowSaveFileDialog

ShowSaveFileDialog: = "showSaveFileDialog"

Shows a save file dialog so the user can select where and which name to save the output file.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc