[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 -

Re: [iText-questions] using htmlWriter and a CSS-file, problem with example Chap0708.java

2006-09-25 Thread ing erl
Ok-i. Time is a rare resource.- Ink2006/9/25, Bruno Lowagie (iText) <[EMAIL PROTECTED]>: ing erl wrote:> Hello Bruno!>> Well, my knowledge is Java - not HTML and CSS.>> But I would like to achieve what was done in the example which I first> mentioned:>Cell invoiceOr

Re: [iText-questions] using htmlWriter and a CSS-file, problem with example Chap0708.java

2006-09-25 Thread ing erl
the above example, is that not possible today?regards, i2006/9/25, Bruno Lowagie (iText) <[EMAIL PROTECTED]>: ing erl wrote:> Hello,>> So today, one is not able to generate an HTML with a CSS. I think we are not talking about the same subject.If you declare a CSS, it is added to the

Re: [iText-questions] using htmlWriter and a CSS-file, problem with example Chap0708.java

2006-09-25 Thread ing erl
Hello,So today, one is not able to generate an HTML with a CSS.if I am looking at old-tutorials, where are the new ones ?Best regards, Ink2006/9/25, Bruno Lowagie (iText) < [EMAIL PROTECTED]>:ing erl wrote:> Any suggestions on how to reach the .small property in my CSS-file '

[iText-questions] using htmlWriter and a CSS-file, problem with example Chap0708.java

2006-09-25 Thread ing erl
Hello!Checking the example at http://www.lowagie.com/iText/examples/Chap0708.javaBut having problems with the .setMarkupAttribute(MarkupTags.CLASS , "small");I am starting with the following line:document.add(new Header(MarkupTags.HTML_VALUE_CSS , "myStyles.css"));I try the following: 

Re: [iText-questions] problem with using the Table class

2006-09-25 Thread ing erl
Hello,I have not used PdfPTable, but that might be a suggestion.Have you tried using PdfPTable ?regards, i2006/9/25, Rizwanur < [EMAIL PROTECTED]>:Hi All, i am using the Table class to generate a table . I am using the Table class because i need to add cell to a random location inside the table. Th

[iText-questions] HTML-table, probs when putting out in layout cells on row, column

2006-09-22 Thread ing erl
Hi!The layout in Cell is not working here, I am using the HtmlWriter .Checked in IE and Firefox.    Document document = new Document();    ByteArrayOutputStream baosPDF = new ByteArrayOutputStream();     HtmlWriter htmlWriter = null;        try {            htmlWrit

Re: [iText-questions] Creating a image from my PDF-file or how to create a HTML document ?

2006-09-22 Thread ing erl
Thanks Bruno!You are a lifesafer !Best regards from Stockholm, Ink2006/9/22, bruno <[EMAIL PROTECTED]>: ing erl wrote:> Hello Fabrizio,>> Do you you mean that I can use iText, create my PDF and then use> GhostScript from> my Java-code to take a picture of my PDF and publish

Re: [iText-questions] Creating a image from my PDF-file or how to create a HTML document ?

2006-09-22 Thread ing erl
Hello Fabrizio,Do you you mean that I can use iText, create my PDF and then use GhostScript frommy Java-code to take a picture of my PDF and publish on a HTML-site ?Bruno: Do you know if JasperReports or iReport solves my problem, if so - is there any disadvantage using Jasperreports vx iText when

Re: [iText-questions] Creating a image from my PDF-file or how to create a HTML document ?

2006-09-21 Thread ing erl
?regards, Ink2006/9/21, Bruno Lowagie <[EMAIL PROTECTED]>: ing erl wrote:> am I able to take a 'picture' of my PDF-document and publish that image> on a HTML?Not with iText.br,Bruno- Take Surveys. Earn Ca

[iText-questions] Creating a image from my PDF-file or how to create a HTML document ?

2006-09-21 Thread ing erl
Hello!I am able to create a nice PDF-file which has a fairly complex layout, using the class 'PdfContentByte' and its method 'setTextMatrix' to place out my text.I would like to create an exact layout of my PDF and publish it on a HTML or JSP page. How am I able to reuse the layout that I have done