[iText-questions] iText XML

2008-11-18 Thread James Hughes
Hello, I am trying to use iText to generate a PDF fom an XML file. My problem is I use a table and can't figure out how to specify column widths. The sample table is like this Column1 Column2 I tried specifying the wi

[iText-questions] iText xml and endHeaders()

2006-02-06 Thread Gilgamesh di Uruk
Hello, I'm trying to realize a pdf report containing a table with repeatible header (one header for each page, of course), using an xml file like this: City Phone Name Rome 06-12345 Marzullo (in my example I would like to repeat City, P

[iText-questions] iText XML

2005-09-22 Thread Ritchie Masters
Hi there, I have been using the tutorial to build PDF documents mapping Custom Tags to iText Tags. However, I am having problems trying to create Tables. Is there any examples that I can use to demonstate this, as this is not covered in the tutorial. I can create the tables no problem in code but

Re: [iText-questions] Itext xml specifications

2005-06-23 Thread bruno
Keith Istler wrote: Hello, My name is Keith and I'm using your iText library in a large commercial application to generate a variety of reports from a pretty wide range of data. We've decided to take the route of converting our data to xml, then converting this to the selected document form

[iText-questions] Itext xml specifications

2005-06-22 Thread Keith Istler
Hello, My name is Keith and I'm using your iText library in a large commercial application to generate a variety of reports from a pretty wide range of data. We've decided to take the route of converting our data to xml, then converting this to the selected document format (rtf, html, pdf...

[iText-questions] iText, XML-Template and iteration

2005-01-05 Thread Patrick
Hello, i have a simple Question. I want't to create and web application from which I can create an invoice as an pdf document. I want to define the layout in a separate xml file and collect the data in a servlet and merge it with the xml-template to the pdf. Now my question: How can I define th

Re: [iText-questions] iText XML Changes

2004-12-01 Thread Leonard Rosenthol
At 11:00 PM 11/30/2004, Steve Appling wrote: I would prefer to handle this with a single attribute for each side color using an HTML like syntax: If you are going down that route (a good route!), then you should probably look at the work being done with CSS3 for specification of colors.

Re: [iText-questions] iText XML Changes

2004-12-01 Thread Bruno
Quoting Steve Appling <[EMAIL PROTECTED]>: > I'm working on bringing iText XML a little more up to date (support for > PdfPTable, MultiColumnText, > and the changes to Rectangle). Is the current XML format considered to be a > stable form that should > not be changed for existing elements? No i

[iText-questions] iText XML Changes

2004-11-30 Thread Steve Appling
I'm working on bringing iText XML a little more up to date (support for PdfPTable, MultiColumnText, and the changes to Rectangle). Is the current XML format considered to be a stable form that should not be changed for existing elements? I can just extend it, but it might be nice to make a fe

Re: [iText-questions] itext XML to HTML

2004-09-17 Thread Leonardo Kenji Shikida
please ignore my question. I found HtmlWriter already... doh... [] K. On Fri, 17 Sep 2004 13:43:13 -0300 Leonardo Kenji Shikida <[EMAIL PROTECTED]> wrote: > I have several java classes that generate PDF reports using iText. > > I can generate easily XML just changing the docWriter object. >

[iText-questions] itext XML to HTML

2004-09-17 Thread Leonardo Kenji Shikida
I have several java classes that generate PDF reports using iText. I can generate easily XML just changing the docWriter object. What I want is to generate HTML using the same code. The tutorial at http://www.lowagie.com/iText/tutorial/ch07.html#htmlwithCSS shows a way to perform that using CSS

Re: [iText-questions] iText, XML and element tagging

2004-05-02 Thread Graham Leggett
Bruno wrote: If you don't use 'Advanced iText' (i.e. PdfContentByte stuff), it's not hard to do, it just takes some time to do it. Take a look at the code of XmlWriter and use it as inspiration to write your own MyXmlWriter class (with your own tags). If MyXmlWriter extends DocWriter. Ideally I wo

Re: [iText-questions] iText, XML and element tagging

2004-05-01 Thread Bruno
Quoting Graham Leggett <[EMAIL PROTECTED]>: > Hi all, > > I have an application that uses iText to render a PDF report using the > PdfWriter object. The people who receive the report need to receive it > in both a hardcopy form (PDF), and an electronic form to be parsed by > their systems. To

[iText-questions] iText, XML and element tagging

2004-04-30 Thread Graham Leggett
Hi all, I have an application that uses iText to render a PDF report using the PdfWriter object. The people who receive the report need to receive it in both a hardcopy form (PDF), and an electronic form to be parsed by their systems. To do this, I get iText to output XML using XmlWriter. I wo

[iText-questions] iText XML - change Leading

2004-03-22 Thread Phil Browne
Hi there - Can someone help with the following. I have read the section on iText XML on data merging ( http://www.lowagie.com/iText/tutorial/ch07.html#datamerging) but I am not sure how you change the 'leading' characteristic. I am trying to reduce the space between the lines in my own example but

Re: [iText-questions] iText XML properties

2003-12-07 Thread Bruno
Quoting Massimo Ferrari <[EMAIL PROTECTED]>: > Hi, > how to set the paper size and the output format (landscape/portrait) > when using iText XML? You set the format and margins when creating the Document object. So with iText, you don't have these parameters in the XML. You can change this by su

[iText-questions] iText XML properties

2003-12-07 Thread Massimo Ferrari
Hi, how to set the paper size and the output format (landscape/portrait) when using iText XML? Thank you! Massimo --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help y

[iText-questions] IText XML Documentation

2003-10-08 Thread Trask, Dennis
Can anyone point me to documentation regarding the IText XML format? I have reviewed the itext.dtd, but this does not give any clue as to valid attribute values. For instance, I need to know what are valid values for a element's "bordercolor" attribute?   Dennis Trask   Nielsen Media Res

[iText-questions] iText, XML, and Cocoon

2003-08-14 Thread rob
Hi, I'm looking at using iText with Apache Cocoon as an alternative to FOP and I'm mainly interested in transforming XML into PDF. I've looked at the tutorial and used some of the examples in Cocoon. Everything seems to work - it's much faster than FOP, and seems to consume much less memory. I'v