[iText-questions] [SPAM] Re: LTV problem?

2013-12-28 Thread mkl
Eric, Eric Chow wrote > The sample1.pdf is signed by the certificate that generated by keytool and > the sample2.pdf is signed with the smartcard (PKCS#11). > > sample1.pdf (58K) > http://itext-general.2136553.n4.nabble.com/attachment/4659598/0/sample1.pdf > sample2.pdf (48K) > http://itext-gener

Re: [iText-questions] Fix-Patch for TiffImage Bug for Multi-Page colored (JPEG) tiff file

2013-12-28 Thread iText mailing list
On 12/28/2013 12:45 AM, owolabi oyapero wrote: > The attached patch is a single character bug-fix that resolves > exception with processing multi-page-colored tiff-file that uses JPEG > compression. > > TiffImage Line 441, Changed: > posFilePointer = jpegOffset; to posFilePointer += jpegOffset;

[iText-questions] Fix-Patch for TiffImage Bug for Multi-Page colored (JPEG) tiff file

2013-12-28 Thread owolabi oyapero
The attached patch is a single character bug-fix that resolves exception with processing multi-page-colored tiff-file that uses JPEG compression. TiffImage Line 441, Changed: posFilePointer = jpegOffset; to posFilePointer += jpegOffset; itextpdf-5.4.4-TiffImage.patch Description: Binary data -