Experimental
This method duplicates a certain page.
the id of the page
This method returns a page by its id
the id of a specific page
page properties
This method returns a UInt8Array containing a PNG encoded image of the page.
Optional
pageId: stringThe id of a specific page. If not specified, selected page snapshot will be provided
Optional
settings: null | SnapshotSettingsan object to specify desired snapshot properties, e.g., resolution.
If it's not provided, default settings will be applied, e.g., page resolution.
Limit for largestAxisSize
is 1000 px
UInt8Array snapshot of the given page
This method changes the order of pages.
the index in the list to move to
An array of all IDs you want to move to the given index
Experimental
This method removes a certain page.
the id of the page
Experimental
This method selects a certain page to be the active page.
the id of the page
This method will set the height of the page to a specific value. This only works if the document is a project.
the id of a specific page.
the string value that will be calculated (f.e. 1+1 will result in 2). The notation is in pixels
Experimental
This method sets the page's visibility.
the id of the page
the visibility of the page
This method will set the width of the page to a specific value. This only works if the document is a project.
the id of a specific page.
the string value that will be calculated (f.e. 1+1 will result in 2) The notation is in pixels
The PageController is responsible for all communication regarding Pages. Methods inside this controller can be called by
window.SDK.page.{method-name}