Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-28 Thread adamec
Thanks a lot for all the answers - I think this thread is good for every bigginer out there!! -- View this message in context: http://itext-general.2136553.n4.nabble.com/PKCS-1-signature-iText-signed-pdf-tp4657691p4657710.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-02-28 Thread Paul Breslaw
On 28/02/13 14:36, Leonard Rosenthol wrote: > Paul - I don¹t see your original post. Can you repost? Okay - here's what I wrote:- Regards Paul Breslaw. I've found some strange behaviour of Chunk.setRemoteGoto(file, pageno) under 5.3.5 and 5.4.0. In my application, the target page numb

[iText-questions] XML documentation files missing for itextsharp libraries

2013-02-28 Thread Wayne Bloss
Hello, Is there an itextsharp.xml file containing documentation for use by .NET IDEs to display during autocomplete/Intellisense? The only one I've found so far is somewhat older, but can be found here - https://bitbucket.org/dariusdamalakas/aodl/src/0b172a66c56a/libs?at=default If such a file

Re: [iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-02-28 Thread Leonard Rosenthol
Paul - I don¹t see your original post. Can you repost? On 2/28/13 6:00 AM, "Paul Breslaw" wrote: > >I posted a question about Chunk.setRemoteGoto and /FitH a few days ago, >but it doesn't seem to have triggered any comment. > >I'm quite prepared to be told that the "question doesn't make sense"

[iText-questions] [SPAM] Re: PKCS#1 signature + iText = signed pdf

2013-02-28 Thread mkl
adamec, adamec wrote > I still quite donet understand. When I sign a pdf with iText by means of > private key I provide (using PrivateKeySignature), I also create hash for > document. Then, this hash is signed afterwards and alsdo attached to pdf. The difference starts with which document bytes a

Re: [iText-questions] Itext 5.4.0 - Splitting pdf / UA

2013-02-28 Thread loic
Thank you very much, my problem is solved thanks to your reply. :-) As you suggested the use of setTagged() works. First I have try to use PdfCopy, but I got a nullPointerException when closing document. Then I tried just adding setTagged() with PdfAWriter and it works fine. Best regards, Loïc

Re: [iText-questions] Strange behaviour of Chunk.setRemoteGoto

2013-02-28 Thread Paul Breslaw
I posted a question about Chunk.setRemoteGoto and /FitH a few days ago, but it doesn't seem to have triggered any comment. I'm quite prepared to be told that the "question doesn't make sense", or that I should read the book (which I have done). And I would consider it an absolutely unpunishabl

Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-28 Thread Andreas Kuehne
Get well soon ;-) > On 28/02/2013 9:42, Andreas Kuehne wrote: >> But I do miss your spicy comments > I got verbally slammed again recently. > I need some time to recover ;-) > > -- > Everyone hates slow websites. So do we.

Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-28 Thread 1T3XT BVBA
On 28/02/2013 9:42, Andreas Kuehne wrote: > But I do miss your spicy comments I got verbally slammed again recently. I need some time to recover ;-) -- Everyone hates slow websites. So do we. Make your web apps faster with

Re: [iText-questions] PKCS#1 signature + iText = signed pdf

2013-02-28 Thread Andreas Kuehne
Hi Bruno, that's the most informative post I've read for a long time. You named all the pitfalls (too obvious for me to see) and gave good orientation for the newbie! But I do miss your spicy comments ;-) Greetings, Andreas > On 27/02/2013 21:06, adamec wrote: >> Hmmm, first of all - thanks for