[ 
https://issues.apache.org/jira/browse/PDFBOX-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851022#comment-16851022
 ] 

Tilman Hausherr commented on PDFBOX-4312:
-----------------------------------------

This has definitively nothing to do with the subject issue "Signature is not 
getting inserted into 00000 area". Please create a new issue, use the latest 
1.8.* or (better) the 2.0.* version. Include the full stack trace and show what 
line of your code is hit. Before doing this, try the example code in the source 
code download, it looks very different to your code. The code you used here is 
definitively wrong, {{save()}} is not the correct way to save a signed file. 
You are using PDJpeg, so you're probably using 1.8. That one doesn't have an 
example to include a text in the signature, if you want to do that, you'd have 
to write the text into an image.

And please don't open an issue if you are using IKVM. It isn't supported, and 
as this issue has shown, doesn't work.

> Signature is not getting inserted into 00000 area
> -------------------------------------------------
>
>                 Key: PDFBOX-4312
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4312
>             Project: PDFBox
>          Issue Type: Bug
>          Components: .NET, PDModel, Signing
>    Affects Versions: 1.8.9, 1.8.15
>            Reporter: bal
>            Assignee: Tilman Hausherr
>            Priority: Major
>             Fix For: 1.8.17
>
>         Attachments: image-2019-05-14-16-27-40-794.png
>
>
> Hi ,
> I want to sign pdf using signature in pkcs 7 format . I am converting pkcs 7 
> signature to byte array using Convert.FromBase64String method in .net . I am 
> passing this byte array to sign method in signature interface which gets 
> called after calling saveincremental. My byte array is inserting proper but 
> the name of which signature is not shown when i open pdf. May be my byte 
> conversion may not proper or something else i am doing wrong. please let me 
> know.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to