Vasu wrote:
> Hi,
> 
> How to add an existing PDFStream to document object.
> 
> document.add(????) --What should I use here ?

If you have PDF syntax, you could add it to
a PdfTemplate with setLiteral, then wrap the PdfTemplate
in an image and use document.add(Image image);

But this is not something you should do without
knowing anything about PDF. If your PDF content stream
has text or images, you will run into problems.

br,
Bruno

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to