Re: [iText-questions] Insert image in Pdf

2012-02-03 Thread Jason Berk
Buy the book or look it up on the website. No one is going to do the work for youshow some initiative. From: Karthikeyan M [mailto:karthikey...@maxval-soft.com] Sent: Friday, February 03, 2012 2:33 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Insert image in

[iText-questions] Insert image in Pdf

2012-02-03 Thread Karthikeyan M
Hi I need to insert images in PDF and need to provide hyperlink for that image. Please provide sample code for this. Thanks. -- Try before you buy = See our experts in action! The most comprehensive online lea

Re: [iText-questions] Digital signing and embedding certificate CRL

2012-02-03 Thread sanduche
Hi to all, sorry for late response, past few days I have read documentation regarding digital signatures with iText. What I need is to embed certificate CRL in signature. After some reading I found out that it is needed to add RevocationInfoArchival as signature signed attribute. Is this possible

Re: [iText-questions] CONVERT TIFF TO PDF USING ITEXT

2012-02-03 Thread Alexis Pigeon
Hi cmatari, On 3 February 2012 13:22, cmatari wrote: > Hi. > > I have a problem to convert pdf to tiff images that do not use the default > orientation tag. > > The tiff images have 2 pages to the front Orientation = 3 (Bottom-Right: > Rotate 180, Flip 0) and the reverse orientation = 4 (Bottom-

[iText-questions] CONVERT TIFF TO PDF USING ITEXT

2012-02-03 Thread cmatari
Hi. I have a problem to convert pdf to tiff images that do not use the default orientation tag. The tiff images have 2 pages to the front Orientation = 3 (Bottom-Right: Rotate 180, Flip 0) and the reverse orientation = 4 (Bottom-Left: Rotate 0, Flip V) After converting to pdf the front display p

Re: [iText-questions] SunPKC11 Exception when signing PDF

2012-02-03 Thread Valentin Ivanov
I have set the Private Key to null in sap.setCrypto(), and all is OK now. Thank you -- View this message in context: http://itext-general.2136553.n4.nabble.com/SunPKC11-Exception-when-signing-PDF-tp4340293p4354641.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] SunPKC11 Exception when signing PDF

2012-02-03 Thread mkl
Valentin, Paulo, Valentin Ivanov wrote > Could you please take a look at the link i have provided, I am sure you > took a look at the wrong sample. They are very close, actually one above > another, and i guess you took a look at the one titled "An example with an > external hash", but I use the o

Re: [iText-questions] SunPKC11 Exception when signing PDF

2012-02-03 Thread Valentin Ivanov
Hi Mikel, I am close to solve the problem, I got ti to work this way: sap.setExternalDigest(null, new byte[20], null); > sig.setExternalDigest(null, hash, null); But this is "An example with an external hash in Windows Certificate Mode" I want to do it "An example with an external hash and si

Re: [iText-questions] Sign and PDF with SmartCard and web browser only

2012-02-03 Thread mkl
Max, madmax wrote > Once the digest is signed and I send it back to the servlet I verify it > with some java code And on the console it shows the following: > > Your verifying Java code: While I'm not too proficient in BouncyCastle usage, the JavaDocs tell me that CMSSignedData is a "general cl