Re: [iText-questions] Query related to iTextSharp 4.0.4

2007-10-03 Thread sureshhalade
It means that I need to use iTextSharp 4.0.3 for decryption of any password protected pdf files. Thanks Paulo. Suresh Paulo Soares wrote: > > iTextSharp 4.0.4 and newer enforce the password restrictions just like > Acrobat. > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED

Re: [iText-questions] form field fontsize changing with using setFormFlattening(true);

2007-10-03 Thread Dennis Racine
I don't have a problem taking out the setGenerateAppearances(false) but what can i do about keeping the font sizes of the form data the same when the form is populated and/or flattened? They are currently increasing in size from their original setting. Dennis Racine wrote: I'm having an issue

Re: [iText-questions] byte[] TIFF to PDF in iText

2007-10-03 Thread Paulo Soares
Image.getInstance(byte[]) and ByteArrayOutputStream. See http://itexttoolbox.sourceforge.net/doku.php for an example on how to convert a tiff into a pdf. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bleuciel musicien > Sent: Wednesday,

Re: [iText-questions] byte[] TIFF to PDF in iText

2007-10-03 Thread bleuciel musicien
Can you pls tell me which methods, I don't seem to figure this out. Thanks. Niko.> From: [EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net> Date: Tue, 2 Oct 2007 22:50:37 +0100> Subject: Re: [iText-questions] byte[] TIFF to PDF in iText> > There are methods for all that.> > Paulo>

Re: [iText-questions] Questions On Headers/Footers with PageEvents

2007-10-03 Thread Bruno Lowagie (iText)
John Zeitler wrote: > Incidentally, is this information made clearer in the book rather than the > tutorials? The API documentation at http://itext.ugent.be/library/api/ is > sketchy at best and misleading at worst (it still has the HeaderFooter > functionality as non-deprecated, which has been de

Re: [iText-questions] Questions On Headers/Footers with PageEvents

2007-10-03 Thread John Zeitler
Right, I'm a complete and total idiot. I figured out the problem... my margins were set to 0! The header and footer were printing to the document, all right, but were rendering OUTSIDE of the page's bounds. Therefore it looked like nothing was happening. Sorry to waste your time. Incidentall

Re: [iText-questions] MultiColumnText alignment problems

2007-10-03 Thread Aaron Baff
> > That's expected behavior. Make sure your header and footer > remain inside the margins you defined when creating the > Document object. > Oh. I didn't realize this. I have to set the margin before I set the footer, correct? Up until now it hasn't been a problem, and when I've tried to set the

Re: [iText-questions] Query related to iTextSharp 4.0.4

2007-10-03 Thread Paulo Soares
iTextSharp 4.0.4 and newer enforce the password restrictions just like Acrobat. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of sureshhalade > Sent: Wednesday, October 03, 2007 6:02 AM > To: itext-questions@lists.sourceforge.net > Subject:

Re: [iText-questions] [SPAM] Re: [SPAM] Servlet issues

2007-10-03 Thread javazombie
Hi I just experienced the same problem with the servlet example. Worked fine when I removed the package com.lowagie.examples.general.webapp; from the top of the source code. Took me a while to work out - something so simple! Now to see what Itext can do, looks very promising... Bruno Lowagie

Re: [iText-questions] MultiColumnText alignment problems

2007-10-03 Thread Bruno Lowagie (iText)
Aaron Baff wrote: > Bruno, > > I think I see what seems to be happening. With the height specified, > MultiColumnText will only go to that height, and not go onto another > page. The problem with using isOverflow() for me is I am iterating > over a list of objects each of which represents a 2 colu