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

Export content credentials with UXP

New Here ,
May 23, 2023 May 23, 2023

Copy link to clipboard

Copied

Currently when exporting from UXP content credentials (C2PA data) are not exported in the file no matter how the user has content credentials configured. In the native export screen there is a checkbox to attach or embed the content credentials - could this be exposed to UXP to allow a flag to be passed using this check when calling the await activeDocument.saveAs.png(aFile, true/false) or the batchplay equivalent of 
                        _obj: "save",

                        as: {

                            _obj: "PNGFormat"

 

Failing that, the behaviour should be that that if the user has enabled content credentials on the file, then the export from UXP should automatically add these to the file

 

Wacom2940412508qi_0-1684834202192.png

 

TOPICS
SDK

Views

508

Translate

Translate

Report

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
Adobe
Adobe Employee ,
Jul 28, 2023 Jul 28, 2023

Copy link to clipboard

Copied

Hi - I'm unclear if you are trying to save or export this file. Only Export has the functionality currently to attach the CAI credentials to the document. 

Director of Product Management - Adobe Photoshop

Votes

Translate

Translate

Report

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
New Here ,
Sep 10, 2024 Sep 10, 2024

Copy link to clipboard

Copied

LATEST

Hi John

It's been over a year, any chance of some further update? We're now public with our plugin and users are complaining about the lack of content credentials data. 

Votes

Translate

Translate

Report

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
New Here ,
Aug 08, 2023 Aug 08, 2023

Copy link to clipboard

Copied

Dear John,

 

I'm trying to use UXP to save my document with the CAI credentials. Currently I make use of:

 

 const activeDocument = require("photoshop").app.activeDocument;
                await activeDocument.saveAs.png(holdNewFile, true);
 
Would you please demonstrate how thie export functionality can be ran within UXP attaching the CAI credentials?
 
Thanks,
Rhys

 

Votes

Translate

Translate

Report

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