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