//Add the new RubberStamp to the document
annotations.add(rubberStamp);
}
document.save( args[1] );
}
catch(COSVisitorException exception)
{
System.err.println("An error occured during saving the document.");
System.err.println("Exception:"+exception);