Hello there, I see PE support SVG from the PTC website. In FOP, the following way can be used: <fo:instream-foreign-object> <svg:svg width="100pt" height="100pt" xmlns:svg="http://www.w3.org/2000/svg" > <svg:circle cx="50pt" cy="50pt" r="30pt" style="fill:blue;"/> <svg:text transform="rotate(270, 10, 160)" x="80" y="160" fill="red" fill-opacity="0.4" font-size="10" font-family="Times">SVG Image Gallery</svg:text> </svg:svg> </fo:instream-foreign-object> I got the information from ati_xsl.htm that Arbortext does not support fo:instream-foreign-object extended-level formatting object. Does anyone know how I can output svg to PDF using XSL-FO? Thanks in advance. Jingjun