Re: [iText-questions] newPage() Functionality

2007-10-26 Thread Sean Conlon
ow to create a new page in iText" from the following url http://itextdocs.lowagie.com/tutorial/general/faq/index.php If you invoke newPage and the current page is blank, no new page will be added. On 10/25/07, Sean Conlon <[EMAIL PROTECTED]> wrote: I am sure there is a good explanati

[iText-questions] newPage() Functionality

2007-10-25 Thread Sean Conlon
I am sure there is a good explanation for this, but it appears as though the new blank pages that I add to the document with "document.newPage()" are not added to the HelloWorld.pdf (see code snippet below). This is purely a test in order to understand when a page is actually created in the f

[iText-questions] Image Shadow

2007-10-24 Thread Sean Conlon
I am looking for the best way to add a shadow around an image. I have thought to use a layered output, and just put the image on top of an appropriately sized grey rectangle. However, I am curious if there is a better way. I have also thought to simply draw two skinny and long rectangles along t

Re: [iText-questions] detecting corrupt PDF files with iText

2007-10-23 Thread Sean Conlon
PdfReader reader reader = new PdfReader("yourFile.pdf" null); reader.isRebuilt(); I remember this had something to deal with determining whether the file was corrupt, but I read that a while back. Hope this at least leads you to the correct answer. -Original Message- From: [EMAIL

Re: [iText-questions] FW: iText

2007-10-23 Thread Sean Conlon
ECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sean Conlon > Sent: Tuesday, October 23, 2007 4:27 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] FW: iText > > I apologize, I should have started a new thread.. > > Hello, > > I am

Re: [iText-questions] FW: iText

2007-10-23 Thread Sean Conlon
: Re: [iText-questions] FW: iText All that can be done. How it's done depends on the context but generaly you'll need ColumnText for the text manipulation. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sean Conlon &g

[iText-questions] FW: iText

2007-10-23 Thread Sean Conlon
I apologize, I should have started a new thread.. Hello, I am just starting to research whether iText is right for my company or not. Does iText handle the following: - Drop Caps (The ability to have the first letter of a word/sentence a larger size and a

[iText-questions] iText

2007-10-23 Thread Sean Conlon
Hello, I am just starting to research whether iText is right for my company or not. Does iText handle the following: - Drop Caps (The ability to have the first letter of a word/sentence a larger size and a different font) - Curves &