Hello.
We have a simple app (testing purposes) that iterates through all the text layers of a PSD file, creates a new text Portion with empty text, adds it to the layer, and saves it.
When this code is executed on linu…...8 KB) Code: var psdImage = (PsdImage)Image.Load(psdFilePath);...Load(psdFilePath); foreach (var layer in psdImage.Layers) { if (layer is TextLayer...