Re: eps -> pdf
Re: eps -> pdf
- Subject: Re: eps -> pdf
- From: ronx <email@hidden>
- Date: Sat, 17 Jan 2004 22:13:27 -0700
You might want to try this site and look at some of the examples to
covert your files from eps to pdf.
Take a look at the following scripts in particular:
Script for conversion from PICT to JPEG (requires GC 3.9.1 or later)
Script for WMF to GIF conversion (requires GC 3.9 or later)
I hopes this help. Actually, I am not sure what you are trying to do.
Are you trying to create thousands of pdf files from thousands of quark
files or, are you trying to create 1 pdf file from thousands of quarks
file? The approach is that you take is difference depending on what
you are trying to do. On second though, it would seem that you are
trying to batch the quark files into a pdf format. There is a
Basically what you need to do is install:
% fink install ghostscript6
and then (after issuing a rehash ):
% gs -q -sPAPERSIZE=a4 -dNOPAUSE -dBATCH -sDEVICE= pdf write \
-sOutputFile=output. pdf pdf 1. pdf pdf 2. pdf
The command above (it's one line, as shown by the \) will basically
create one outputfile called output. pdf that consists of pdf 1. pdf
and pdf 2. pdf . You can replace pdf 1. pdf with *. pdf and it will
grab all the pdf files and output one pdf . That's all.
thx
RLC
Lemke Software GmbH, Peine - Scripts GraphicConverter
<
http://lemkesoft.com/en/graphscripts.htm>
On Saturday, January 17, 2004, at 06:38 PM, Ian Ferguson wrote:
>
Totally snagged on this one. I was wondering if anybody had any ideas
>
on how to script eps files to PDF? I have thousands of Quark files
>
that I have converted to eps via applescript and now want to
>
post-process the eps files to PDF. Any help would be most appreciated.
>
--
>
Ian Ferguson
>
Applications Developer
>
Toronto, Canada
>
mailto:email@hidden
>
_______________________________________________
>
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.
References: | |
| >eps -> pdf (From: Ian Ferguson <email@hidden>) |