On 06/03/2011 10:02 PM, Gordon Sasamori wrote:
> 
> Regarding the first bullet: Images are now represented by DrawingML elements 
> in OOXML (.docx) files.

DrawingML elements are just used to *wrap* graphic files, whether raster
files or vector files.



> 
> I have in my fo:
> 
> <fo:block id="d5e72"><fo:external-graphic 
> src="url(file:///C:/My%20Documents/DB/foo.svg)" width="auto" height="auto" 
> content-width="auto" content-height="auto"/></fo:block>
> 
> The docx however has PNG file
> 
> <Relationship Id="r9" 
> Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image";
>  Target="images/1.png" />
> 
> And BLIP
> 
> <a:graphic>
>  <a:graphicData 
> uri="http://schemas.openxmlformats.org/drawingml/2006/picture";>
>   <p:pic>
>    <p:nvPicPr>
>     <p:cNvPr id="2" name="Picture 0"/>
>     <p:cNvPicPr/>
>    </p:nvPicPr>
>    <p:blipFill>
>     <a:blip r:embed="r9"/>
>     <a:srcRect/>
>     <a:stretch>
>      <a:fillRect/>
>     </a:stretch>
>    </p:blipFill>
>    <p:spPr>
>     <a:xfrm>
>      <a:off x="0" y="0"/>
>       <a:ext cx="7772400" cy="10058400"/>
>     </a:xfrm>
>     <a:prstGeom prst="rect"/>
>    </p:spPr>
>   </p:pic>
>  </a:graphicData>
> </a:graphic>
> 
> Is it possible to preserve the source vector drawings as a vector drawing in 
> docx?
> 

Sure but in such case, do not use SVG vector drawings because MS-Word
does not natively support this standard vector graphics format.

Instead please use WMF or EMF vector drawings. These vector graphics
formats are natively supported by MS-Word (and also by OpenOffice.org).

 
--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to