Re: [iText-questions] Creating a title for my Html-page

2006-10-06 Thread Bruno Lowagie
ing erl wrote: > Hello! > > I can see how to add a header to my HTML-Document. > But how do I add a Title !? > > Using this to add the Header with metadata: > document.add(new Header("Content-Type","text/html; charset=iso-8859-1")); > > how can I add a title to my page that I have created !? lo

[iText-questions] Creating a title for my Html-page

2006-10-06 Thread ing erl
Hello!I can see how to add a header to my HTML-Document.But how do I add a Title !?Using this to add the Header with metadata:document.add(new Header("Content-Type","text/html; charset=iso-8859-1")); how can I add a title to my page that I have created !?Regards, i -