RE: [iText-questions] Unexpected results with ContentByte.addTemplate

2006-01-04 Thread Alan
Okay. But when I apply the inverse of the UserUnit as the scale factor in the AddTemplate method the template scales correctly but doesn't locate correctly. Could it be a precision problem? -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 January 2006 11:3

Re: [iText-questions] Unexpected results with ContentByte.addTemplate

2006-01-04 Thread Paulo Soares
User units are completly ignored. If you want to use them you'll have to do the maths yourself. - Original Message - From: "Alan" <[EMAIL PROTECTED]> To: "'Paulo Soares'" <[EMAIL PROTECTED]> Cc: Sent: Thursday, January 05, 2006 12:20 AM Subject: RE: [iText-questions] Unexpected result

RE: [iText-questions] Unexpected results with ContentByte.addTemplate

2006-01-04 Thread Alan
Are they ignored when placing templates? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Thursday, 5 January 2006 10:51 AM To: Alan; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Unexpected results with ContentByt

Re: [iText-questions] Unexpected results with ContentByte.addTemplate

2006-01-04 Thread Paulo Soares
User units are ignored when placing pages. - Original Message - From: "Alan" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 04, 2006 10:29 PM Subject: [iText-questions] Unexpected results with ContentByte.addTemplate Hi All, I have a custom sized single page pdf with a UserUnit

[iText-questions] Unexpected results with ContentByte.addTemplate

2006-01-04 Thread Alan
Hi All,   I have a custom sized single page pdf with a UserUnit value of 190.5723.   I have created a template (5point by 5point) that has a filled circle (radius 2 at coordinates 2.5, 2.5). The object is to draw lines and point symbols on the page.   When I add the template to the C

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

2006-01-04 Thread Andy Levy
Accidentally sent only to Paulo earlier today (meant for the whole list): Based on the timestamps inside the jarfile, it looks like we're running the original 1.3 release I think I'll grab 1.3.6 and see if that makes a difference. Were these changes such that they fixed old bugs we may have been

[iText-questions] Hyperlink to a different location in the RTF doc

2006-01-04 Thread Divya Nagireddy
Hi, I'm trying to create a Hyperlink that goes to a different location in the same RTF document. I have various tables in my document and when you click on the hyperlink, want it to go to a specific table. Any help is appreciated. Thanks in advance. Great job guys!!! Regards, Divya

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

2006-01-04 Thread Paulo Soares
The change log is at http://www.lowagie.com/iText/history.html. Some fixes were 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] > [m

[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

RE: [iText-questions] RSA with RIPEMD-160

2006-01-04 Thread Paulo Soares
That's itext, itextsharp or itextdotnet? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of "Björn Hage" > Sent: Wednesday, January 04, 2006 1:24 PM > To: itext-questions@lists.sourceforge.net > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [

[iText-questions] RSA with RIPEMD-160

2006-01-04 Thread Björn Hage
Hi, we are using iText to read signatures from PDF-documents. For the Digest-Encryption-Algorithm we are using "RSA with RIPEMD-160" (1.3.36.3.3.1.2). The method verifySignature (Class: AcroFields) throws an exception like "no such algorithm: SHA1with1.3.36.3.3.1.2 for provider BC" (provicer:

[iText-questions] Detect end of the page for a big table

2006-01-04 Thread Kalra, Ashwani
Title: Detect end of the page for a big table HI, I am using table.writeSelectedRows(0,-1, ...).  And Writing all the rows in it. But  I want to detect end of the page when table exceeds the page. It looks like the end page event is not getting called and my table is simply getting truncate