I have a series of TikZ figures which I need to include in Word document (conference requiring Word submissions). Allowed format as EPS and TIFF. The figures are obviously vector graphics; they are
exported into separate .pdf files with
pgfplots.externallibrary and\tikzexternalize;converted to eps using
pdftops -eps foo.pdfimport into Word 2003, getting uninformative error (error loading file or such).
I found this this thread on the topic, but it is not conclusive. Curiously, EPS files converted from PDFs created with IPE are imported just fine.
What do I need to change to make the import work?
.epsfigures – percusse Dec 1 '11 at 12:56