[iText-questions] [SPAM] Re: Itextsharp annotations modified after digital signing

2013-11-14 Thread mkl
hichiu, hichiu wrote it works with ... Great. but the free text is removed. If i dont add comment.Remove(PdfName.CONTENTS);, the annotation modified is shown again. Moreover, the annotation is not showing, both the color and the text. Of course. You create the appearance. And that

Re: [iText-questions] Itextsharp annotations modified after digital signing

2013-11-14 Thread hichiu
Thanks Michael, I didnt think of adding text to the appearance. It works really great for my first signing without annotation modified warning. But here comes another problem discovered... when i made the second signing and annotation by the same code, the annotation modified warning appear

[iText-questions] Problem signing pdf

2013-11-14 Thread Marco Serioli
I'm trying to digitally sign a pdf file from a java Maven project. I've included in my pom file: dependency groupIdcom.itextpdf/groupId artifactIditextpdf/artifactId version5.4.4/version optionaltrue/optional /dependency dependency groupIdorg.bouncycastle/groupId

Re: [iText-questions] Problem signing pdf

2013-11-14 Thread iText mailing list
On 11/14/2013 11:23 AM, Marco Serioli wrote: I'm trying to digitally sign a pdf file from a java Maven project. This is: (1) a BouncyCastle question presented as if it were an iText question; (2) a duplicate question (you've already posted on SO 20 hours ago):

Re: [iText-questions] Problem signing pdf

2013-11-14 Thread Marco Serioli
if it is posted in this mailing list is because with the proposed StackOverflow I have not solved anything, certainly not time for people to steal. anyway thanks for the reply, 2013/11/14 iText mailing list i...@1t3xt.info On 11/14/2013 11:23 AM, Marco Serioli wrote: I'm trying to digitally

Re: [iText-questions] Problem signing pdf

2013-11-14 Thread iText mailing list
On 11/14/2013 11:50 AM, Marco Serioli wrote: if it is posted in this mailing list is because with the proposed StackOverflow I have not solved anything If the answer on SO didn't solve your problem, why post an identical question on the mailing-list? With an identical question, you'll get an

[iText-questions] [SPAM] Re: GetCertificateChain(alias) is null

2013-11-14 Thread mkl
aar, aar wrote We are using a SSL certificate of our site issued by Thawte in this case. It is a chained certificate with 3 certs in it. I cannot provide the certificate because it contains a private key. If we cannot use SSL certificate, Can I know what kind of certificates itextsharp

Re: [iText-questions] Problem signing pdf

2013-11-14 Thread Marco Serioli
Maybe that not all users who reading this mailing list also read Stack Overflow.. but anyway I will try more on SO. Thank you. Marco 2013/11/14 iText mailing list i...@1t3xt.info On 11/14/2013 11:50 AM, Marco Serioli wrote: if it is posted in this mailing list is because with the proposed

[iText-questions] [SPAM] Re: Itextsharp annotations modified after digital signing

2013-11-14 Thread mkl
hichiu, hichiu wrote It works really great for my first signing without annotation modified warning. But here comes another problem discovered... when i made the second signing and annotation by the same code, the annotation modified warning appear again for the annotation added after first

Re: [iText-questions] Itextsharp annotations modified after digital signing

2013-11-14 Thread hichiu
Thankss Michael, my careless mistakes... Everything solved now!! GREATGREAT -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itextsharp-annotations-modified-after-digital-signing-tp4659401p4659455.html Sent from the iText - General mailing list archive at

Re: [iText-questions] GetCertificateChain(alias) is null

2013-11-14 Thread aar
Mkl, Thank a lot for your response. I will check it that regard. -- View this message in context: http://itext-general.2136553.n4.nabble.com/GetCertificateChain-alias-is-null-tp4659428p4659456.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] iTextSharp SmallCaps

2013-11-14 Thread Jerry Hohler
I have business cards that use small caps. How to I create a pdf using small caps? Jerry Hohler Application Developer Envision, Inc. 2301 S. Water St. Wichita, KS 67213 O: 316-425-7264 F: 316-267-4312 www.envisionus.comhttp://www.envisionus.com Envision: To improve the quality of life and

Re: [iText-questions] iTextSharp SmallCaps

2013-11-14 Thread iText mailing list
On 11/14/2013 4:14 PM, Jerry Hohler wrote: I have business cards that use small caps. How to I create a pdf using small caps? Using a small caps font. How else? Can you elaborate on the background of your question? What have you tried? What didn't work? Did you try these examples:

Re: [iText-questions] [SPAM] Re: [SPAM] Re: Problem with E-signature and iText

2013-11-14 Thread Aritz Muniáin Sánchez
Here it is my code. I can't understand this behaviour: public static String signPdf(String alias,String reason, String location, String signatureFieldName, String fileContentBase64, String role ) throws IOException, DocumentException, GeneralSecurityException, InvalidNameException {