Question
saveAs option
I open an eps file in Photoshop. I wanted to save this file as .eps after few modifications. If i pass the below statement i receive an error.
phot_app.ActiveDocument.SaveAs(outFilename.ToString(), , , ".eps")
How to save an eps file opened in Photoshop as .eps?
regards,
Sashi