Exemplo n.º 1
0
 /**
  * Adds the comments present in an FDF file.
  * @param fdf the FDF file
  * @throws IOException on error
  */
 public void AddComments(FdfReader fdf)
 {
     stamper.AddComments(fdf);
 }