I have all my master PSD files saved like the following: mydocument_PSD.psd. I want it to run a custom sharpening action and then save the file as mydocument.jpg (note the "_PSD" portion needs to be removed).
I found this Photoshop-Export-PSD-script/Export-PSD.jsx at master · edwardloveall/Photoshop-Export-PSD-script · GitHub that gets me almost there but it's for a png and it's the straight document name and there is no action ran.
Any ideas?