Search found 1 match

by sandy154
Mon Apr 30, 2018 1:35 pm
Forum: Photoshop Scripting - General Discussion
Topic: PsDotNet - Photoshop C# library
Replies: 13
Views: 30931

Re: PsDotNet - Photoshop C# library

i need to convert .psd file to png using photoshop.dll in .net platform but without opening photoshop image textlayer is not updating.below is the code. string adobejavascriptfilepath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Scripts\\AdobeScript.jsx"); dynamic app = Activator...