[iText-questions] error viewing pdf file in Acrobat Reader 5.0

2002-10-22 Thread Miriam Salomon
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

[iText-questions] iText: HTML to PDF

2002-10-22 Thread [EMAIL PROTECTED]
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 ---

[iText-questions] Secure sockets with iText (SSL/HTTPS) problem

2002-10-22 Thread Grant Smith
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

RE: [iText-questions] Big cell in a table

2002-10-22 Thread Paulo Soares
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

[iText-questions] Generating nested tables in HTML using iText, please, please, HELP!!

2002-10-22 Thread Gyula Szalai
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

[iText-questions] Big cell in a table

2002-10-22 Thread Nicolas Zin
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

RE: [iText-questions] import pages

2002-10-22 Thread Paulo Soares
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

RE: [iText-questions] Positin of chapter and section title

2002-10-22 Thread Paulo Soares
> -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

[iText-questions] import pages

2002-10-22 Thread Magica de Spell
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

RE: [iText-questions] "can't read cross-reference section"

2002-10-22 Thread Paulo Soares
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

[iText-questions] LOADING ON SERVER SIDE

2002-10-22 Thread Dickie_Siu
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

[iText-questions] Positin of chapter and section title

2002-10-22 Thread Ljubisa Kunovac
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

[iText-questions] Unnecessary empty page

2002-10-22 Thread someblue
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