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
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
(...)
>
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
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
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
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
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
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
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
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
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:
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'
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.
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
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
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
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
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
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]
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:
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)
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.
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
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
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.
25 matches
Mail list logo