var targetFile=File.openDialog("EPSファイルを選択してください"); if(targetFile){ var opt=new EPSOpenOptions(); opt.resolution=350; app.open(targetFile, opt); }