Hi,
According to the spec below the "Name" property is an item. However it
is generated as a String in
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDPropBuildDataDict

    public void setName(String name)
    {
        dictionary.setString(COSName.NAME, name);
    }

it should be :  dictionary.setName("Name", name);

Regards,
Elyes


http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/Acrobat_Signature_BuildDict.pdf

/Prop_Build
<<
/Filter
<<
/Name /Adobe.PPKLite
/Date (Sep 27 2006 00:11:15)
/R 131101
/PreRelease true
>>
/PubSec
<<
/Date (Sep 27 2006 00:05:54)
/R 13102
/NonEFontNoWarn true
/PreRelease true
>>
/App
 <<
 /Name /Exchange-Pro
 /R 524288

Reply via email to