You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Thomas Chojecki <in...@rayman2200.de> on 2010/05/03 15:44:50 UTC

Adding COSObject to the Document

Hi,
i'm a student from germany and try to implement some new functions to 
the pdf box. Incremental updates and PAdES signatures are one of these 
features.

The incremental update work just fine if i use the COSWriter and call 
doWriteObject() and later call my doWriteXRefInc() and doWriteTrailer(). 
Altering objects also work if i write them out with the doWriteObject().

Right now i'm try to add a PDSignature to the document, but i can't find 
any posibility to append it to the map "objectPool". Hope someone can 
give me i hint.

best regards
Thomas