Re: [iText-questions] Timestamping

2007-04-24 Thread Aiken Sam
Paulo Soares consiste.pt> writes: > > Now that iText uses the BouncyCastle library it's perhaps time to > revisit timestamping. Can you prepare code to incorporate timestamping > in the latest iText release? > I try my best. But as you said before, different timestamp servers have diffrent de

[iText-questions] iText in WebSphere Portal with Struts Framework

2007-04-24 Thread Kal Sokkalingam
Does any one know how to integrate the iText PDF file into Struts Portal (WebSphere 5.1)? I see example that talks about servlet integration not portal with Struts integration. Struts portal action class does not have response object. So how do we write on-the-fly PDF file into a JSP file?

Re: [iText-questions] query regarding japanese fonts not appearing in the PDF

2007-04-24 Thread Peter B. West
Peter B. West wrote: > Abhishek Vaidya wrote: >> Hi, >> >> I am using cold fusion for web capture (converting websites to PDF). >> It uses Ice Browser to capture the web page as a java.awt panel which is >> converted to PDF using itext. Our product is supported on windows and >> unixes. On wind

Re: [iText-questions] query regarding japanese fonts not appearing in the PDF

2007-04-24 Thread Peter B. West
Abhishek Vaidya wrote: > Hi, > > I am using cold fusion for web capture (converting websites to PDF). > It uses Ice Browser to capture the web page as a java.awt panel which is > converted to PDF using itext. Our product is supported on windows and > unixes. On windows the code is working fine

[iText-questions] query regarding japanese fonts not appearing in the PDF

2007-04-24 Thread Abhishek Vaidya
Hi, I am using cold fusion for web capture (converting websites to PDF). It uses Ice Browser to capture the web page as a java.awt panel which is converted to PDF using itext. Our product is supported on windows and unixes. On windows the code is working fine and displaying the Japanese cha

Re: [iText-questions] New Dictionary

2007-04-24 Thread Brian McKeever
> The error message is: > > Exception in thread "AWT-EventQueue-0" java.lang.NoSuchFieldError: HALFTONE > at com.lowagie.text.pdf.PdfHalftone.(Unknown Source) > > not HHALFTONE as showed the previos message. Maybe you're running against the wrong version of iText (i.e. not the version you add

Re: [iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Aleksandras S
I have embed the entire Cert chain, but Acrobat/Reader still says, that is untrusted. I think to avoid this you need to include CRL into PDF signature, but I'm not sure it will help. On 24/04/07, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: On Apr 24, 2007, at 10:37 PM, Harakiri wrote: > Is

Re: [iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Leonard Rosenthol
On Apr 24, 2007, at 10:37 PM, Harakiri wrote: > Is there another way ? So that an external user does > not have to adjust his preference ? This makes no > sense to me - digital signature would be useless if > users without any technical knowledge actually have to > change default preference to se

Re: [iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Harakiri
This may be an interesting read for other users : it seems that the only default trusted ca for any reader is the acrobat root ca - and geotrust is the only company who can issue you such a certificate Thawte? Useless...Verisign? Useless... if you want that your users do not need any knowledg

Re: [iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Paulo Soares
This is an Acrobat option, it has nothing to do with iText. You should ask the question in an Acrobat forum. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Harakiri > Sent: Tuesday, April 24, 2007 4:38 PM > To: Post all your questions abo

Re: [iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Harakiri
Is there another way ? So that an external user does not have to adjust his preference ? This makes no sense to me - digital signature would be useless if users without any technical knowledge actually have to change default preference to see if a document signature is valid. Does the other option

Re: [iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Paulo Soares
In Acrobat 7 go to Edit->Preferences->General->Security->Advanced Preferences->Windows Integration. When Acrobat is installed there's no windows integration, you have to explicitly set it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ha

[iText-questions] Untrusted Signature Certificate (Chain)

2007-04-24 Thread Harakiri
Hello, im creating a field signature using a Thawte Certificate. Im using the WINCER signing method. I was under the impression that adobe reader would use the windows installed certificates for verifying the signature. But this doesnt seem to be the case, i tried 2 different signed certificates

Re: [iText-questions] Graphic for header

2007-04-24 Thread Paulo Soares
Please post the original image and the code you used to create the PDF so that we can reproduce the situation. By code I mean a standalone program with a main() method. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Elangainathan, Deepa (

Re: [iText-questions] Graphic for header

2007-04-24 Thread Elangainathan, Deepa (CT)
Hi Paulo, Thank you for the link. I actually already read through the link many times and unable to understand why the graphic created is not displaying the same when I run them through both this functions below. Graphics are 72 dpi and 720 pixels. I plan to have the header displayed in Landsca

Re: [iText-questions] selected rows in JTable

2007-04-24 Thread Alexis Pigeon
Hi Arif, On 24/04/07, Arif Abbasi <[EMAIL PROTECTED]> wrote: > Hi > > I subscribed to this list while using your product, but am done now. Can you > please unsubscribe from the list or let know how do I unsubscribe myself? My > mailbox keeps filling up with all itext messages and our e-web is not

Re: [iText-questions] selected rows in JTable

2007-04-24 Thread Arif Abbasi
Hi I subscribed to this list while using your product, but am done now. Can you please unsubscribe from the list or let know how do I unsubscribe myself? My mailbox keeps filling up with all itext messages and our e-web is not capable of defining junk folders or deleting lum sum e-mails. So I have

Re: [iText-questions] Small bug in PageSize.java

2007-04-24 Thread Paulo Soares
It's correct now, thank you. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of mister bean > Sent: Tuesday, April 24, 2007 2:02 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Small bug in PageSize.java > > > T

Re: [iText-questions] Graphic for header

2007-04-24 Thread Paulo Soares
See http://itextdocs.lowagie.com/tutorial/objects/images/index.html#transfor mations. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Elangainathan, Deepa (CT) > Sent: Tuesday, April 24, 2007 2:50 PM > To: Post all your questions about iTe

Re: [iText-questions] Graphic for header

2007-04-24 Thread Elangainathan, Deepa (CT)
Hi, How does assign pixel or units in iText compared with DPI? Also how does it determines the width and height when you create image in Photoshop so it won't blurry in PDF through iText. Regards, Deepa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [iText-questions] problem

2007-04-24 Thread Paulo Soares
Scale the image with Image.scalePercent(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rajini Bhaskarla > Sent: Tuesday, April 24, 2007 2:17 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] problem > > Hi >

[iText-questions] problem

2007-04-24 Thread Rajini Bhaskarla
Hi I tried to add tiff images to pdf by using itext in java. it is adding the tiff images to pdf but it is not displaying entire page. It displays the half of the page.another half is not displayed. what is the problem. How can i fix this problem. Please help me in this regard. I appreciate you

[iText-questions] Small bug in PageSize.java

2007-04-24 Thread mister bean
The Rectangle defined for ID-3 in PageSize.java is listed as 254x249. In fact, it should be *354* x249. As you correctly note in the comments, ID-3 is the same size as B7 paper rotated. You have the dimensions correct on B7, but they appear to have been mistyped when rotated for ID-3. ---Mister B

Re: [iText-questions] iText on the mainframe - memory leak?

2007-04-24 Thread ajsos
Aiken Sam wrote: > > Paulo Soares consiste.pt> writes: >> - Original Message - >> From: "Andrew Joseph" hotmail.com> >> To: lists.sourceforge.net> >> Sent: Monday, April 16, 2007 10:45 PM >> Subject: [iText-questions] iText on the mainframe - memory leak? >> >> Hello, I was trying

Re: [iText-questions] Timestamping

2007-04-24 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Aiken Sam > Sent: Tuesday, April 24, 2007 8:05 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Timestamping > > Paulo Soares consiste.pt> writes: > > > > http://

Re: [iText-questions] iText-questions Digest, Vol 11, Issue 69

2007-04-24 Thread Peter B. West
Alberto, If it's compiling ok, but not running, then the classes you are compiling are not the same ones you are running. The runtime environment is picking up PdfDictionary.class without the definition of PdfDictionary.HALFTONE. Maybe the original itext jar file is on the CLASSPATH ahead of the n

Re: [iText-questions] iText-questions Digest, Vol 11, Issue 69

2007-04-24 Thread Alberto Malvido
Mark, thank you for your reply. My first post had a litle error, the error message was: java.lang.NoSuchFieldError: HALFTONE, and not HHALFTONE as showed. I´m not using JNI, the error is produced in "super(HALFTONE) " line, and it is the same if a write "super(PdfDictionary.HALFTONE)". I´m t

Re: [iText-questions] New Dictionary

2007-04-24 Thread Alberto Malvido
The error message is: Exception in thread "AWT-EventQueue-0" java.lang.NoSuchFieldError: HALFTONE at com.lowagie.text.pdf.PdfHalftone.(Unknown Source) not HHALFTONE as showed the previos message. Hi, I'm creating pdf documents with only one image on it. I want to add halftone parameters

Re: [iText-questions] selected rows in JTable

2007-04-24 Thread Bruno Lowagie (iText)
Jan Weytjens wrote: > I am using iText 2.0.1 and jdk1.5.0_10. > Both in the PDF files generated by the application I am using iText in > and in the example from the book selected rows are not shown selected in > the PDF files (though they are in the applications). > > It would be useful if they

Re: [iText-questions] Cropping PDFTemplate?

2007-04-24 Thread Bruno Lowagie (iText)
Steven Landry wrote: > Paulo, > You said: > "Put it inside another template with the right dimensions." > I assume you mean put the PDFTemplate into another template? Yes. > Can you provide more detail on how I would do that? In the following example an Image is cut into 4 pieces by adding it

Re: [iText-questions] Timestamping

2007-04-24 Thread Aiken Sam
Paulo Soares consiste.pt> writes: > > http://itextpdf.sourceforge.net/howtosign.html > > Paulo > > > -Original Message- > > From: itext-questions-bounces lists.sourceforge.net > > [mailto:itext-questions-bounces lists.sourceforge.net] On > > Behalf Of Arnie Layne > > Sent: Friday,