On Fri, Oct 04, 2002 at 06:07:16PM +0200, Vladimir Milovanovic wrote:
> Thanks to everyone who replied. I have subscribed to the lists now, so 
> there is no need to reply to my email anymore :).
> 
> I have tried to use pdfimages, and it gave me no results. I have tried 
> it with two files, one produced absolutely nothing, and the other 
> produced a many files, which all turned out to be gray rectangles (of a 
> size that the image would have been). I am running ver 1.00 of xpdf, so 
> it is quite up to date.

Pdfimages extract bitmap images from the PDF.
Your figures are in vector format, and should be handled differently.
You have several alternatives:

1. Acrobat may have an option to save a figure as PDF (or as EPS?).
The pdf can be converted to EPS.

2. Use pdf2ps+ps2eps to create an EPS from the PDF
(if the PDF has several pages, use gv+ps2eps).
Then, you may need to manually fix the bounding box.

3. Use pstoedit to create an xfig figure, then open it in xfig
and remove unwanted elements.
Then export the figure to EPS.

Reply via email to