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
-
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
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
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 '
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:
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
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
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
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
?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
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
11 matches
Mail list logo