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

Re: [iText-questions] rtf pdf

2002-10-30 Thread Bruno
First of all: you posted your question to the admin address instead of the mailinglist address. Quoting namal ubhayawardana <[EMAIL PROTECTED]>: > I'm trying to printing a rtf file to PDF is it iText can't parse RTF. > possible to convert this to pdf without any unwanted > characters (...) >

[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 issues

[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 futu

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

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

[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 1Ch

[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 perf

[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 . T

[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

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:

RE: [iText-questions] iText Bug

2002-10-30 Thread Bruno
Quoting Aaron Kelley <[EMAIL PROTECTED]>: > 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)? You have the jar @ Paulo'

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.

[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 documen

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] [mailto:itext-que

RE: [iText-questions] iText Bug

2002-10-30 Thread Bruno
Quoting Aaron Kelley <[EMAIL PROTECTED]>: > Actually, I did not know that. That is most likely it... Thank you. I > will try that and let you know if it does not work. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:itext-questions-admin@;lists.sourceforge.net] On Behalf Of

RE: [iText-questions] iText Bug

2002-10-30 Thread Aaron Kelley
Actually, I did not know that. That is most likely it... Thank you. I will try that and let you know if it does not work. -Original Message- From: [EMAIL PROTECTED] [mailto:itext-questions-admin@;lists.sourceforge.net] On Behalf Of Charles Hicks Sent: Wednesday, October 30, 2002 11:24 A

Re: [iText-questions] iText Bug

2002-10-30 Thread Charles Hicks
Remember that the latest version of iText requires java 1.4 - is it installed on your WebLogic machine? - Original Message - From: "Aaron Kelley" <[EMAIL PROTECTED]> To: "'Matt Benson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 9:22 AM Subject: RE: [iText-q

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 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:

[iText-questions] iText Bug

2002-10-30 Thread Aaron Kelley
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:   Servlet failed with Exception java.lang.NoSuchMethodError     at com.lowagie.text.pdf.PdfDate.(Unknown Source)  

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.

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

2002-10-30 Thread Zhang, Yuying
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. I saw some postings

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 i

[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 heaven.