Example #1
0
 public void addFileAttachment(
     String description, byte fileStore[], String file, String fileDisplay) throws IOException {
   addFileAttachment(
       description, PdfFileSpecification.fileEmbedded(stamper, file, fileDisplay, fileStore));
 }