Hi,

I'm create a pdf document from some text and from some HTML text, this is 
convert using te HTMLWorker.

It's work fine, but if inside my html code i have a url to an image, the 
image are "parse" at the beginning of the document, like a background 
image....

After the htmlworker, i'm use this code to insert the convert object at 
the document :

  for(int k=0;k<p.size();++k)
         document.add((Element)p.get(k));


and i think the image come at the right place. I'm need to "manipulating" 
the image after conversion? I'll use the PdfImage? 

Thank you in advance for your help.

Daniela
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to