Exemplo n.º 1
0
 /** Adds a file attachment at the document level. Existing attachments will be kept.
  * @param description the file description
  * @param fs the file specification
  */
 public void AddFileAttachment(String description, PdfFileSpecification fs)
 {
     stamper.AddFileAttachment(description, fs);
 }