Skip to content

Launch the Desktop Client

URL Schema, short for Uniform Resource Locator Schema, is a URL protocol that can be recognized by desktop applications. It allows data to be passed between a web page and a desktop application.

Open a File

The URL format for launching the Pixso desktop client and opening a file is:

js
pixso://startPixso?type=xxx&url=xxx

Parameters:

  • type: client launch type. For example, use open_file to open a file.
  • url: the file URL.

Example:

html
<a
  href="pixso://startPixso?type=open_file&url=https://pixso.cn/app/editor/rUS0GdFDZSlfoBUdyT3h1g?icon_type=1&page-id=0%3A1"
  >Open file in Pixso desktop client</a
>