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
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
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
-
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.
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
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.
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
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
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
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.
>
-
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
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
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
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
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 worlds
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
16 matches
Mail list logo