[iText-questions] Printing to legal

2003-03-10 Thread Grant Smith
Hi All, I'm using : Document document = new Document(PageSize.LEGAL.rotate(), 10, 10, 10, 10); to create a report on legal paper. However when I print it with Acrobat, it defaults to normal letter-sized paper. Is there a way through iText to tell Acrobat to change it's default ? Or is this a p

[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

[iText-questions] iText0.93 - Font's missing & compile problem

2002-07-16 Thread Grant Smith
It looks like the fonts are missing in the precompiled .jars. Also, even though the ant build process correctly identifies where j2ee.jar is, it still doesnt compile: [grant@gsdev itext093]$ ant compileWithXML Buildfile: build.xml properties: compileWithXML: [echo] Your path to j2ee.jar

[iText-questions] Bug in PdfPTable ?

2002-07-02 Thread Grant Smith
Hi All, I was trying to nest a PdfPTable within another PdfPTable's header in order to produce a nice-looking header. In doing so, I think I may have uncovered a small bug in PdfPTable. On the first page of output, the table renders perfectly, but on subsequent pages, the inner PdfPTable grows

[iText-questions] Centering Headers and Text

2002-07-01 Thread Grant Smith
Hi All, Firstly let me thank the authors of iText for a superb library. Im just starting out with it, but it looks EXTREMELY useful. Now on to my newbie question: I'd like to have a centered header on each page of a report. Do I have to resort to PdfContentByte, as discussed in chapter 10 of