Hi,

Am 20.05.2013 18:22, schrieb Elyes Lehtihet:
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);
I fixed the issue in revision 1484547 as propoesd, see [1] for more details.

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


Thanks for the contribution!

BR
Andreas Lehmkühler
[1] https://issues.apache.org/jira/browse/PDFBOX-1605

Reply via email to