Re: Save as PDF from Illustrator
Re: Save as PDF from Illustrator
- Subject: Re: Save as PDF from Illustrator
- From: Simon Topliss <email@hidden>
- Date: Mon, 16 Dec 2002 15:54:40 +0000
Hi Rob,
Use the following:
save current document in file newFilePath as pdf ,
with options {class:PDF save options ,
, compatibility:Acrobat 4 ,
, preserve editability:true ,
, embed all fonts:true ,
, font subset threshold:100 ,
, color compression:automatic ,
, color downsampling:72 ,
, grayscale compression:automatic ,
, grayscale downsampling:72 ,
, monochrome compression:CCIT4 ,
, monochrome downsampling:300 ,
, compress art:true}
Watch those pesky continuation characters.
Simon (who actually works with Rob!)
On 16/12/02 3:18 pm, "Rob Stott" <email@hidden> wrote:
>
Hi there,
>
>
I'm having a problem saving a file as a PDF in Illustrator 10 (OS X),
>
the following works;
>
>
save in file theFileToBeSaved as pdf with embed all fonts
>
>
however, I also want to use color compression, so I've tried...
>
>
save in file theFileToBeSaved as pdf with embed all fonts and color
>
compression JPEG high
>
>
but this won't compile, I'm sure I'm making a schoolboy error here
>
somewhere, can anyone tell me what the problem is?
>
>
Thanks
>
Rob
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.