[iText-questions] Rebecca Peltz is out of the office.

2006-02-23 Thread Rebecca . Peltz
I will be out of the office starting 02/23/2006 and will not return until 02/27/2006. I will respond to your message when I return. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications int

[iText-questions] length of page remaining

2005-10-25 Thread Rebecca . Peltz
Are there any methods associated with the Page that will tell us how much space is remaining.  For example, my page has a length of 842.   After I have written to it, I want to know how much is left.  Is this information available ? Thanks, - Rebecca

[iText-questions] how to I get space between header and first table

2005-10-18 Thread Rebecca . Peltz
riteSelectedRows(0, -1, document.leftMargin(), document.bottomMargin(),               writer.getDirectContent());       }       catch (Exception e) {           throw new ExceptionConverter(e);       }         } - Rebecca Peltz Java Developer Expeditor's International 206.674.3400 x 4120 -

[iText-questions] Re: colspan

2005-08-01 Thread Rebecca
When I print the html page, it does not wrap the cells when printed on letter size paper, only the itext pdf. There is enough space for it to expand to 1 line, but it leaves a large spacing between the cells. I just meant that an itext pdf with Times-Roman pasted into word as Timew New Roman.

[iText-questions] colspan

2005-07-29 Thread Rebecca
I have a feeling this is going to be trouble, but it's worth a shot. I am using HtmlWorker to parse an htm page and create a pdf (a different htm file from my earlier posts, but the same itext code). My htm page includes a table with 16 columns, and when I print preview this page, all the colum

[iText-questions] Re: HTMLWorker and ColumnText

2005-07-27 Thread Rebecca
Well now that's interesting. My htm page is created by manually renderining the asp.net controls and writing the output to a file. The span tags are being rendered from asp.net label controls, and as a whole in the webpage, the spans do work. isolated they do not. well, it partially works.

[iText-questions] Re: HTMLWorker and ColumnText

2005-07-26 Thread Rebecca
I don't think I can attach files through this, and I'm at work, so I can only post here. Here is an isolated example of what I am seeing. *this is the same length as the text in my report that i really want to used here please. ABCDEFGHIJKLMNOPQRSTUVWXYZ AGAIN OVER AND OVER AGAIN

[iText-questions] Re: HTMLWorker and ColumnText

2005-07-25 Thread Rebecca
The code you provided does not work for me. It errors on the document having no pages. I have to use ct.SetSimpleColumn(document.Left, document.Bottom, document.Left, document.Top) and set ct.YLine = document.Top...I suppose there may be a better combination, but I have not found it. :( I am

[iText-questions] HTMLWorker and ColumnText

2005-07-22 Thread Rebecca
Can someone explain how to use HtmlWorker and ColumnText? > PdfContentByte cb = pdfWriter.getDirectContent(); > > ColumnText ct = new ColumnText(cb); > ct.setSimpleColumn(...); > ct.setYLine(...); > if (list != null) { > for (int i=0; i < list.size(); i++) { > ct.addElement((E

[iText-questions] Re: iTextSharp

2005-07-22 Thread Rebecca
Ok, thanks. I got the CVS module. I use vs.net 2003, what type of project should I create in order to build? A C# Web App? > > There are no SaxParsers, see the static methods in > iTextSharp.text.html.HtmlParser. Note that this class is only in the > CVS. > -

[iText-questions] iTextSharp

2005-07-21 Thread Rebecca
Yes, I am looking at the xhtml example and trying to parse xhtml but I do not know where the SaxParsers are from the example. What dll do I need to register to import them? --- SF.Net email is sponsored by: Discover Easy Linux Migration Stra

[iText-questions] iText, iTextSharp, iTextDotNet

2005-07-19 Thread Rebecca
I have just found these projects within the last few days, and I am getting extremely confused. Which should I be using? There does not appear to be a published api for all the projects, and they are different. I can't use the api for iText on iTextSharp, it gives me errors. All I want to d

[iText-questions] Converting XML to PDF

2005-07-19 Thread Rebecca
I have used sgml to convert my html document into xml, hoping that I will be able to convert this into pdf. Surprise...it didn't work. So I scaled down. I then converted Chap0701.xml into pdf which worked fine. I can also convert the Shakespeare play with custom tags using TagMap, works grea

[iText-questions] Nested tables with borders result in multiple borders

2005-06-08 Thread Rebecca Peltz
I am using nested tables. I have a border around the outer table and a border around the inner table because the inner table is often smaller than the outer table and I need to see the demarkation. The problem is after I nest a couple of tables, each with their own borders, you can see both bo

[iText-questions] Viewing RTF with tables in MS Word

2002-08-01 Thread Rebecca Grenier
u did last time. Rebecca Grenier - "Affliction comes to us, not to make us sad but sober; not to make us sorry but wise." --- Henry Ward Beecher _ Join the world’s

[iText-questions] Is adding images to a RTF document possible?

2002-07-31 Thread Rebecca Grenier
Hello, I am trying to use iText to create a RTF document that has images and text. The images are all .jpg. I have been trying to add them to my document, and no error is thrown but the image is not added. I have created a very simple program just to see if it is possible to add an image to