Read text fom layer in psd File (Photoshop API)
Hello,
I have a use case where a person makes changes to a psd file (some text). After that my process continues and I need to know the new text in the psd file. Can I retrieve this text through the Photoshop API? I only found ways to overwrite the current text via the edit text layer endpoint (https://developer.adobe.com/photoshop/photoshop-api-docs/api/#tag/Photoshop/operation/text). I am using Java, might there also be a way to retrieve specific text from the file locally?
Thanks everybody.
