Re: [iText-questions] SSL

2004-11-02 Thread Wendy Smoak
From: Luis Velando > Hi I'm running an Internet Application using SSL, when I try to get the > PDF file I'm getting the following error. > This page contains both secure and nonsecure items. > If I run the application without SSL there is no problem. > Can you help me solve this problem. Maybe. T

[iText-questions] SSL

2004-11-02 Thread Luis Velando
Hi I'm running an Internet Application using SSL, when I try to get the PDF file I'm getting the following error. This page contains both secure and nonsecure items. If I run the application without SSL there is no problem. Can you help me solve this problem. Thank You Luis Velando

[iText-questions] column headings in table using iText

2004-11-02 Thread John Sims
Hi,   I'm creating a PDF file using iText. The document has a table that spans several pages. Does anyone know how to print a heading row at the beginning of each page?   thanks, -john

RE: [iText-questions] PdfAnnotation.createFreeText

2004-11-02 Thread Paulo Soares
annot.put(new PdfName("CreationDate"), new PdfDate()); This solves the problem. Weird, isn't it? Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Neil Darroch > Sent: Tuesday, November 02, 2004 9:30 AM > To: [EMAIL PR

[iText-questions] (no subject)

2004-11-02 Thread Patrick Lee
Hi, I'm having a problem with partialFormFlattening, which I wonder has anyone come across. I want to leave some fields on a pdf as editable and ones that have had data filled into them, I want to flatten. So I've called stamp.setFormFlattening(true); stamp.partialFormFlattening("ISG_RSV_TIN1

RE: [iText-questions] Merging of 2 PDF files?

2004-11-02 Thread Paulo Soares
No problem with that. You can import pages clip them and place them in a page any size. It's also possible to set the bleed box and other boxes. See the javadocs for PdfWriter and PdfContentByte. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

[iText-questions] Merging of 2 PDF files?

2004-11-02 Thread Sven Henckel
I wonder, if it's possible with iText to merge two PDF files resp. 2 PDF pages into one PDF file (one page). I'd like to read the trim box of two A4 PDF pages and merge their content (the content of this box) into a single A3 PDF page - both pages side by side. This A3 page is supposed to have a c

[iText-questions] iText exception

2004-11-02 Thread Laisne Stéphane
Title: iText exception Hi, Since several mounth, I'm using JasperReports to build report. Today, I want to import SVG image in jasper by using the JRAbstractSvgRenderer class. When I import three images, the pdf result is good, but with more than three images I have a "java.lang.OutOfM

Re: [iText-questions] PdfAnnotation.createFreeText

2004-11-02 Thread Neil Darroch
Can anyone assist with this? --- Neil Darroch <[EMAIL PROTECTED]> wrote: > --- Paulo Soares <[EMAIL PROTECTED]> wrote: > > > > - Original Message - > > > Hi, > > > > > > I'm using PdfAnnotation.createFreeText to create > a > > > textBox. I was advised this is the equivalent of > > >