On Fri, 3 Aug 2001, Michael Koundouros wrote: > I am using gsview to convert individual eps figures to pdf. unfortunately > the pdf images are not sized to the page. I understand there exists a script > (eps2pdf) that will allow the conversion process to read the eps bounding > box. Does anyone know how to get this script to work on a win98 platform??? I took a quick look at epstopdf (I assume that's what you're thinking about). The code is written in Perl and it actually checks to see if you're in Windows and calls gswin32c in that case. So as long as you have a running perl installation and a windows ghostscript in your path it should work. I know you can put perl in windows, but I don't know the details of that. regards, fernando
