摘要: function saveEPS( doc, saveFile ) { var saveOptions = new JPEGSaveOptions( ); saveOptions.encoding = SaveEncoding.JPEGMAXIMUM; doc.saveAs( saveFile, saveOptions, true ); } fun... 阅读全文
posted @ 2017-03-29 14:50 Shiyu_Huang 阅读(921) 评论(0) 推荐(0) 编辑