12 May
2004
12 May
'04
9:55 a.m.
At 12:15 12/05/2004, you wrote:
Hello all!
Thanks for all your suggestions. I am capturing screenshots and saving them as .eps images using Jasc Paint Shop Pro 8. I then convert the eps images to PDF using "convertall2pdf"(on the command line) which is the batch file that Ghostscript uses. I am sending through the script of "Convertall2pdf".
@echo off PATH=%PATH%;c:\gs\gs8.13\lib;c:\gs\gs8.13\bin; for /F %%i in ('dir /b *.eps') do ps2pdf %%i %%i.pdf
see pstopdf.pdf manual on or site; play with: pstopdf --method=1 yourfile.eps pstopdf --method=2 yourfile.eps pstopdf --method=3 yourfile.eps Hans