Re: [iText-questions] Performance benefits to iText 2?

2008-05-21 Thread Andy Levy
the result out to a tempfile, then read that tempfile back into memory. It's not the most frequently-used code in the app. I'm just looking for any edge I can get. Sounds like this should be one of my last changes. > - Original Message - > From: "Andy Levy" <[EM

[iText-questions] Performance benefits to iText 2?

2008-05-20 Thread Andy Levy
I saw this question was asked a few months ago (http://www.nabble.com/iText-v1.x-vs-iText-v2.x-p15369552.html) but didn't see a reply in the archives. I'm running iText 1.3.6 right now. Like that poster, my application's usage of iText is pretty simple - loading PDFs from disk, compiling into one,

Re: [iText-questions] Font best practices

2006-03-30 Thread Andy Levy
On 3/29/06, Chris Fong <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm a relative newbie so forgive me if this question has been asked before. > I want my application to generate a pdf that uses a TTF font, and looking at > the example docs I would do something like this: > > BaseFont bfComic = >

Re: [iText-questions] Verifying validity of PDF created usin iText

2006-03-22 Thread Andy Levy
On 3/22/06, Vd K <[EMAIL PROTECTED]> wrote: > > Hi, > > We are using iText for creating PDF and the PDF is stored in database for > future use. We have a requirement to make sure the PDF created from iText is > valid and will be viewable using a PDF viewer like "Adobe Acrobat Reader". > Is there an

Re: [iText-questions] Database Connectivity in iTextSharp

2006-03-07 Thread Andy Levy
On 3/7/06, bruno <[EMAIL PROTECTED]> wrote: > By the way: there are over 1000 people subscribed to the list, > then why did only 26 answer this simple question: > http://jroller.com/page/blowagie?entry=would_you_buy_a_book I didn't even realize that you had posted to the list that there was a book

Re: [iText-questions] Positioning of data in fields

2006-02-07 Thread Andy Levy
ake this change manually. On 1/25/06, Andy Levy <[EMAIL PROTECTED]> wrote: > Just to be clear, I'm not "complaining" - just trying to make sure I > have all my facts straight before I tell people we'll have to fiddle > with all 50-some PDFs we're working from just

Re: [iText-questions] Open a new browser from a link

2006-02-03 Thread Andy Levy
On 2/3/06, Andres Muñoyerro Pindado <[EMAIL PROTECTED]> wrote: > I have links in my PDF reports. > > If I use the browser Firefox work perfectly. My problem starts whe I use the > browser Internet Explorer. When I click on a link to open another window (A > Document PDF is created dynamically from

Re: [iText-questions] Positioning of data in fields

2006-01-25 Thread Andy Levy
aligned with some static text it will show the offset. > > - Original Message - > From: "Andy Levy" <[EMAIL PROTECTED]> > To: "Paulo Soares" <[EMAIL PROTECTED]> > Cc: > Sent: Wednesday, January 25, 2006 9:31 PM > Subject: Re: [iText-questions

Re: [iText-questions] Positioning of data in fields

2006-01-25 Thread Andy Levy
nt Acrobat versions make different alignments. You need > setExtraMargin to make this fine adjustment. > > > -Original Message- > > From: Andy Levy [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 24, 2006 4:13 PM > > To: Paulo Soares > > Cc: i

Re: [iText-questions] Positioning of data in fields

2006-01-24 Thread Andy Levy
re made to better align the text to the available field space. > Later on, another fix was made to fine tune the field text position, > AcroFields.setExtraMargin(). > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Be

Re: [iText-questions] Positioning of data in fields

2006-01-05 Thread Andy Levy
On 1/5/06, bruno <[EMAIL PROTECTED]> wrote: > Andy Levy wrote: > > >The history indicates a 1.3.6 release on 12/22/2005 - where can I > >download this? > > > Where did you download the 1.3 version from? > As far as I know there's a link to the 1.3.6 jar o

Re: [iText-questions] Positioning of data in fields

2006-01-04 Thread Andy Levy
to the available field space. > Later on, another fix was made to fine tune the field text position, > AcroFields.setExtraMargin(). > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Andy Levy > > Sent

[iText-questions] Positioning of data in fields

2006-01-04 Thread Andy Levy
I would have searched the archives before posting this but the site isn't responding well for me right now. We use iText to fill in PDF forms for a web application based on user input. We recently upgraded to iText 1.3 in our development environment to attempt to resolve some intermittent problem