3

I need to convert to PDF a Word document containing embedded vector EPS images (by printing to PDF printer - I use Word 2003). Several years ago I tested some of commercial and free PDF printers and found none, with except to Acrobat Distiller, which embeds in the generated PDF file real PostScript content of the EPS image instead of the preview showed by Word. Has the situation changed from that time? Do you know any free or commercial PDF printer which handles embedded EPS correctly?

UPDATE

Good thread about EPS handling in different versions of Word: link.

Overview of eps filters across different Word version (epsimp32.flt).

Support for EPS in Office 2010 and 2013.

An old post about Word 2003 EPS import filter and an attempt to communicate with its developers: link.

1 Answers1

4

Your first mistake is attempting to embed EPS files in Word documents. It's failures at handling EPS files are legendary.

In most cases, by the time the print spooler gets the data, Word has already attempted to render the entire document for the printing subsystem.

Adobe Acrobat works by using a special Word addin along with the PDF printer driver to make sure that extra metadata makes it to the resulting PDF. PDF-T-Maker is a Word add-in that is similar to the Acrobat PDF Maker add-in that Adobe used in older versions of Acrobat. This may get you what you want when used in cooperation with your favorite PDF printer driver or Postscript printer.

However, ultimately you're going to either need to switch to a different application which has better EPS handling or convert those EPS images to a different format that Word will tolerate better. In reality it means switching to a raster graphic format (e.g. PNG, JPEG, TIFF) because there's no good vector formats that Word handles appropriately. Word 2010 still doesn't handle SVG.

afrazier
  • 23,505