Class: QuickActionWorkflow
Extends
Implements
Constructors
Constructor
new QuickActionWorkflow(actionManager, context): QuickActionWorkflow;
Parameters
actionManagerActionManagercontextSDKContextReturns
QuickActionWorkflow
Inherited from
Methods
convertToJPEG()
convertToJPEG(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Lower your file size by changing your PNG images into JPG files.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.convertToJPEG
convertToPNG()
convertToPNG(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Save your images as PNG files to improve file quality.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.convertToPNG
convertToSVG()
convertToSVG(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Drag and drop a JPG or PNG image file to convert to SVG.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.convertToSVG
cropImage()
cropImage(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Transform your image into the perfect shape or size in seconds.
Parameters
Returns
void
Implementation of
resizeImage()
resizeImage(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Change the dimensions of any photo.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.resizeImage
removeBackground()
removeBackground(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Easily remove the background of your photos.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.removeBackground
generateQRCode()
generateQRCode(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Generate a QR Code for a URL.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.generateQRCode
convertToGIF()
convertToGIF(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Convert a video asset to GIF format.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.convertToGIF
convertToMP4()
convertToMP4(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Convert a video asset to MP4 format.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.convertToMP4
cropVideo()
cropVideo(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Transform your video into the perfect shape or size in seconds.
Parameters
Returns
void
Implementation of
mergeVideos()
mergeVideos(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Collate multiple video/photo into a single video.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.mergeVideos
resizeVideo()
resizeVideo(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Change the dimensions of any video.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.resizeVideo
trimVideo()
trimVideo(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Trim a video to a desired length.
Parameters
Returns
void
Implementation of
animateFromAudio()
animateFromAudio(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Create an animated video from an audio.
Parameters
Returns
void
Implementation of
QuickActionWorkflow.animateFromAudio
captionVideo()
captionVideo(
docConfig?,
appConfig?,
exportConfig?,
containerConfig?): void;
Add captions to any video.
Parameters
Returns
void