Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do i set Preset "High Resolution" in save as EPS script

Guest
Jan 27, 2012 Jan 27, 2012

Hi,

I am writing my own Illustrator scripts to automate the workflow.

I haven't been able to fix a Preset "High Resolution" in the transparency section of the EPS-option dialog.

Is there a way to set that option by script?

It would be great if anyone help an idea of how to solve it.

MOhan

TOPICS
Scripting
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Guest
Jan 29, 2012 Jan 29, 2012

For Eps using the script as

save current document in file newFilePath as eps ¬

            with options {class:EPS save options ¬

            , compatibility:Illustrator 14 ¬

            , preview:color Macintosh ¬

            , embed linked files:true ¬

            , include document thumbnails:true ¬

            , embed all fonts:true ¬

            , CMYK PostScript:true ¬

            , PostScript:level 3}

in this If I add "preset:high resolution" than it show's error.

It will be great if any one help me how to add this.

MOhan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Jan 30, 2012 Jan 30, 2012

The reason you get an error is that NO such property of EPS options exists…

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 30, 2012 Jan 30, 2012

Thanks.

My issue is as per my workflow need to supply PDF to clients.

Same is converted from Adobe Illustrator>Concert to EPS>Distill and PDF is ready.

While converting through Script process some of the text's converting in pixels.

Picture 1.png

Same if converted without script it comes in good quality.

Picture 3.png

Please advise.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Jan 31, 2012 Jan 31, 2012

To be honest EPS has almost NO place in my work flow these days the same can be said for Distiller too… From both AI & ID I export directly to PDF using presets… You have asked for all fonts to be embeddded… I don't think this has anyting to do with resolution and is more likely a font related issue…

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 31, 2012 Jan 31, 2012
LATEST

Thanks Muppet Mark,

Got the solution. Actually the text was kept "Multiply".

Due to which it converts in pixels.

Thanks a lot for your comments.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines