Embed zip in PDF using XSL-FO

Hi, 

I am trying to attach zip file to pdf generaed using xsl-fo,
http://xmlgraphics.apache.org/fop/fo.html  -   0.95

part of xsl code -
<fo:declarations>
          <pdf:embedded-file filename="cattachments.zip"
src="url(file:///C:/attachments.zip)"    
          description="Attachments"/>
</fo:declarations>

When I open PDF, I donot see any zip file attached with the PDF.

Please suggest. Thanks.

Regards
Neeraj

-- 
View this message in context: http://old.nabble.com/Embed-zip-in-PDF-using-XSL-FO-tp31074120p31074120.html
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.

Received on Saturday, 5 March 2011 22:39:06 UTC