[iText-questions] how do i get the page number?

2002-10-30 Thread ramamoorthy
hi, iam facing a problem, while creating a document dynamically. if the content exceeds the page, then how do i get the page number that the content has? regards, ramu. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

Re: [iText-questions] how do i get the page number?

2002-10-30 Thread Bruno
Quoting ramamoorthy [EMAIL PROTECTED]: hi, iam facing a problem, while creating a document dynamically. if the content exceeds the page, then how do i get the page number that the content has? int pageN = writer.getPageNumber(); writer is an instance of the PdfWriter you created in step

Re: [iText-questions] can not open pdf in IE 5 and IE 6

2002-10-30 Thread Bruno Lowagie
Zhang, Yuying wrote: Hi, I have a pdf file generated with iText and I've put it under our JRun server. I also have a link to it on one of our web pages. When I click on the link in IE 5 or IE 6 it shows up as a blank page. However, other pdf files not generated with iText all display properly.

Re: [iText-questions] iText Bug

2002-10-30 Thread Matt Benson
Is it possible you are hitting an old iText jar in the WebLogic instance? -Matt --- Aaron Kelley [EMAIL PROTECTED] wrote: I believe I found another bug in iText, although this one is a bit harder to track. My program crashes with the following exception while running in WebLogic 6.X:

RE: [iText-questions] iText Bug

2002-10-30 Thread Aaron Kelley
Not at all. I installed WebLogic on a clean machine and deployed the WAR file from scratch and found the same results. I would say that this is a WebLogic problem, but it did not appear until I changed versions of iText. -Original Message- From: Matt Benson [mailto:gudnabrsam;yahoo.com]

RE: [iText-questions] iText Bug

2002-10-30 Thread Aaron Kelley
I am missing something. Is this a special jar of the new version or are we talking about using the older version here? Can someone please explain the differences in these files (besides the obvious version differences)? Aaron -Original Message- From: [EMAIL PROTECTED]

[iText-questions] PdfAcroForm question

2002-10-30 Thread bin shi
Hi, everyone I am using PdfAcroForm to create TextField, CheckBox and etc in PDF. when I create I a rotate document, like this: com.lowagie.text.Document pdfDocument = new com.lowagie.text.Document(PageSize.A4.rotate());, texts in all these fields show vertically. I changed to normal

Re: [iText-questions] PdfAcroForm question

2002-10-30 Thread Leonard Rosenthol
At 3:33 PM -0500 10/30/02, bin shi wrote: I am using PdfAcroForm to create TextField, CheckBox and etc in PDF. when I create I a rotate document, like this: com.lowagie.text.Document pdfDocument = new com.lowagie.text.Document(PageSize.A4.rotate());, texts in all these fields show vertically.

RE: [iText-questions] iText Bug

2002-10-30 Thread Aaron Kelley
Great. All works as expected now. Thanks for the detailed explanation and I look forward to future versions. -Original Message- From: [EMAIL PROTECTED] [mailto:itext-questions-admin;lists.sourceforge.net] On Behalf Of Bruno Sent: Wednesday, October 30, 2002 2:35 PM To: Aaron Kelley Cc:

[iText-questions] jdk 1.4?

2002-10-30 Thread David Thielen
Hi; Does the newest version of iText require 1.4? Also, if I want to add some features to the program, who do I need to talk to first? I want to add to Paragraph: First line indent spacing before/after the entire paragraph widow/orphan control thanks - dave

[iText-questions] Generation of file in weblogic.

2002-10-30 Thread amit
Hi I am generating one pdf file in simple java class . Its generating properly . I have a main table in which I am adding some cells which has subtables .But when i am calling that java class method from servlet in weblogic its generating file but without subtable contents . Please help .

[iText-questions] valign of Cell in Landscape mode

2002-10-30 Thread SATHISH Sreedharan
Hi all, I have used lowagie for building PDF's from HTML.The PDF's have come out really well both in lanscape and portrait modes except for one small proble.In the portrait mode even when i set the Vertical Alignment of the Cell to middle, it still keeps comming at the bottom although it works

[iText-questions] Creating Index page which list topic with Page Numbers

2002-10-30 Thread sundardba
Hai, we were using ITEXT for our project to create PDF documents and this working fine.I have a requirement like this, I need to create the index page at the begining of the document. index page will look like this Slno Topic Page Number 1

Re: [iText-questions] Creating Index page which list topic with Page Numbers

2002-10-30 Thread Bruno
Quoting [EMAIL PROTECTED]: Hai, we were using ITEXT for our project to create PDF documents and this working fine.I have a requirement like this, I need to create the index page at the begining of the document. index page will look like this Slno Topic

Re: [iText-questions] jdk 1.4?

2002-10-30 Thread Bruno
Quoting David Thielen [EMAIL PROTECTED]: Hi; Does the newest version of iText require 1.4? No, it can be compiled with 1.3. But if you compile it with 1.4, you can't use the compiled code in a 1.3 JVM (unless you compiled it with a special option). Also, if I want to add some features to

[iText-questions] jdk compatbility

2002-10-30 Thread shankar Krishnamoorthy
Hi, I was looking for some simple utility that would allow me create pdf reports ( in a j2ee environment) and came across iText. It seems like what I was looking for. In reading through, the site mentions that it requires jdk1.2. Will this work with jdk 1.3 as well? or are there any known

[iText-questions] About XSL + XML

2002-10-30 Thread lihui
Is there any example for transforming a basic xml and xsl file into a iText xml? -- Lihui Zhao Unlimi-Tech Software Inc. http://www.unlimitedftp.com Bus: 613.841.2439 Fax: 613.841.7428 --- This sf.net email is sponsored by: Influence the

Re: [iText-questions] jdk compatbility

2002-10-30 Thread Bruno
Quoting shankar Krishnamoorthy [EMAIL PROTECTED]: In reading through, the site mentions that it requires jdk1.2. Will this work with jdk 1.3 as well? Yes. or are there any known issues? Not that I know of. As you have probably read in the mailinglist: the only thing you must avoid, is to