Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

[Embed SDK] Streamline Publish Button (avoid dropdown, prescribe settings)

Community Beginner ,
Aug 12, 2025 Aug 12, 2025

My goal

  • prescribe the settings available in the button dropdown (see image below) in my code
  • when the user clicks the Print button - no popup shows, no options available - perform the callback function and return to the web app

 

I am not finding the settings for the file format options which are different depending on the file format.  Additionally, if I set image/png, the file format dropdown still starts at JPG.

 

I do not want to give the user these options; I want this to be controlled in the code.

 

ProImagingLFP_1-1755009587442.png

 

Current exportConfig:

const exportConfig = [
  {
    id: "save-modified-asset",
    label: "Print ",
    action: {
      target: "publish",
      publishFileType: "image/png",
      outputType: "base64",
    },
    style: { uiType: "button" },
  },
];

 

 

TOPICS
Embed SDK , User Interface
93
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation