AES wrote:
Quote:
|
My understanding (as an admittedly non-expert graphicist) is that the PNG format was designed to handle both bitmap and vector graphics (as I believe PICT also does).
|
You are incorrect. From "Intro to PNG Features",
http://www.libpng.org/pub/png/pngintro.html:
| Like GIF and TIFF, PNG is a raster format, which is to say, it
| represents an image as a two-dimensional array of colored dots
| (pixels). PNG is explicitly not a vector format, i.e., one that can
| store shapes (lines, boxes, ellipses, etc.) and be scaled arbitrarily
| without any loss of quality (generally speaking). For that you
| probably want SVG or PostScript. (There are some private extensions
to
| PNG that add vector information in addition to PNG's regular
| pixels--Macromedia's Fireworks does something along those lines--but
| no valid PNG may omit the pixel data.)
Quote:
|
And I just now printed one page of one of the received Word.doc documents to PDF; opened the PDF in Illustrator; deleted all the text paragraphs; and the remaining diagram was clearly an editable vector graphic.
|
It is very likely that your Word documents contain EMF or WMF
information, or (what is much the same thing) Office drawings embedded
in the Word file (drawn using MS Office's own drawing tools). When
these Word objects are copied to the clipboard, Word offers several
formats for pasting to the receiving application, including:
Picture (Windows Metafile) [i.e. WMF]
MS Office Drawing Object
Picture (Enhanced Metafile) [i.e. EMF]
HTML Format
Picture (GIF)
Picture (PNG)
Picture (JPEG)
Evidently Illustrator is not equipped to receive the WMF or EMF formats
off the clipboard and selects the PNG format instead. (This information
about Word was gleaned from using Word 2003; other versions may vary
but
probably don't, at least as far back as Office 97.)
But when you "printed to PDF", Word either wrote vector Postscript,
which was then converted to PDF by some means, or wrote a vector PDF
directly (again, depending on your Word version). Illustrator had no
trouble reading the vector objects in the PDF and translating them to
Illustrator's internal representation.