From: Martin Somers Date: 2006-10-31T07:54:32+09:00 Subject: Re: using ruby with photoshop - p objectroblem using the SaveAs ------=_Part_70515_14819459.1162248868064 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline What verisons are you using, I'm still getting an illegal argument - argument 1 Required values is missing On 10/30/06, carlos tirado wrote: > > On 10/29/06, Martin Somers wrote: > > saveme = ActiveDocument > > That should be: > saveme = cs.ActiveDocument > > > > > saveme.SaveAs('C:/cells2.jpg', jpgopt, true, Extension.LOWERCASE); > > I don't know about Extension here, it gave me an error, so I just > removed that last part, and it seemed to work: > > saveme.SaveAs('C:/cells2.jpg', jpgopt, true); > > CT > > ------=_Part_70515_14819459.1162248868064--