Re: [iText-questions] Merging PDF and a HTML

2010-05-04 Thread Gaba
Thank you. I was able to merge using HTMLWorker. Now I am trying to use TextMarginFinder. 1T3XT info wrote: > > Gaba wrote: >> Hi >> >> I have a requirement where I need to merge a PDF with dynamically >> generated >> HTML content from Rich Text Area.The HTML content is stored in a String >> v

Re: [iText-questions] Merging PDF and a HTML

2010-04-28 Thread 1T3XT info
Gaba wrote: > Hi > > I have a requirement where I need to merge a PDF with dynamically generated > HTML content from Rich Text Area.The HTML content is stored in a String > variable. The formatting of the content in the HTML has to be preserved > while merging. For e.g. if text in HTML is bold, re

Re: [iText-questions] Merging PDF and a HTML

2010-04-28 Thread Gaba
Hi I got a sample program for parsing HTML. Please let me know how to merge it with a pdf and put it just one line below the last paragraph. It should wrap at the end of the line and rollover to new page if it reaches end of page. Thank you Gaba wrote: > > Hi > > I have a requirement where I

[iText-questions] Merging PDF and a HTML

2010-04-28 Thread Gaba
Hi I have a requirement where I need to merge a PDF with dynamically generated HTML content from Rich Text Area.The HTML content is stored in a String variable. The formatting of the content in the HTML has to be preserved while merging. For e.g. if text in HTML is bold, red in color and italics,