I used iText to generate a pdf file. The file looks good when I open it in Acrobat Reader 4.0. However, when I open it in Version 5.0, the text is either missing or misplaced.
Any ideas what the problem is? Is iText incompatible with Reader 5.0?
Thanks,
MSDo you Yahoo!?
Y! Web Hosting - Let the
Heya,
i got some problems with this HTML code:
Title
Hugo
Egon
iText is throwing an exception like this: Error: com.lowagie.text.Table
Not more, not less. Anyone got an idea what is going wrong ?
Greets Frank
---
Hi,
Im using iText in servlets over HTTPS. However, when the servlet sends out the
PDF results, Internet Explorer 6.0 complains:
"This page contains both secure and nonsecure items. Do you want to display
the nonsecure items ?"
Im using the following method to output the PDF:
Document document
That behavior is documented in the PdfPTables javadoc.
Best Regards,
Paulo Soares
> -Original Message-
> From: Nicolas Zin [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 22, 2002 13:51
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Big cell in a table
>
> Hi,
>
> I have
Somebody please help me...
I started to generate Reports in HTML with iText.
The reports may have 1 to 5 deep grouping.
I implemented the grouping with nested tables,
because it seemed to be the most obvious way.
I implemented the algorithm and started to see
what hapened. Nesting tables were OK u
Hi,
I have a problem using PdfTable.
When I write a lot of data, such as all the cell is bigger than the page, the cell
is not splited and the information disappear, without any warning moreover.
A small example fitting better than a big explantation I provide some code:
- cuthere -
impor
You're not adding the imported page to the document. Use
writer.getDirectContent().addTemplate(pip, 0, 0).
Best Regards,
Paulo Soares
> -Original Message-
> From: Magica de Spell [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 22, 2002 11:56
> To: [EMAIL PROTECTED]
> Subject: [iT
> -Original Message-
> From: Ljubisa Kunovac [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 22, 2002 9:25
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Positin of chapter and section title
>
> Is there any way to coltrol where chapter title (and section title) is
> goin
hello,
what am I doing wrong in the following:
public class DummyPDF{
DummyPDF(String name, String file, int dest) {
Document document = new Document();
try {
PdfWriter writer = PdfWriter.getInstance
(document, new FileOutputStream(name));
PdfReader reader = new
Your pdf is corrupt. Acrobat goes to great lengths to recover a damaged pdf
but iText won't.
Best Regards,
Paulo Soares
> -Original Message-
> From: Nelson, Sherry [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 21, 2002 21:51
> To: '[EMAIL PROTECTED]'
> Subject: RE: [iText-questi
I found the iText is easy for development.
However, when I finished the development on servlet
and perform loading test.
and found the loading is great!
and the application server will crash up to some limit. (about 20
concurrent users)
I just using 1000 hello word statement.
any optimization ca
Is there any way to coltrol where chapter title
(and section title) is going to writen on the page and can it be written
in
the table cell or using ColumnText.
Any answer would be appreciated
Luke
Hi,
I create a document with several sections, each starting on a new page,
so I do a newPage() after each section. Now, it happened that I added a
table to the document, so that the table (and also my section) ends
excatly at the end of the page, which seems already to start a new page.
When
13 matches
Mail list logo