com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class PdfAttachmentCollection

    • Method Detail

      • add

        public final void add(byte[] fileContent,
               String name,
               String description)
        Adds an attachment to the PdfContent.
        Parameters:
        fileContent - The content of the file to be attached.
        name - The name of the file.
        description - The description of the file.