Skip to content

Attachments support? #19

Description

@cesarreyes3

http://www.fpdf.org/en/script/script95.php

Description
This script allows to attach files to the PDF. The method to attach a file is:

Attach(string file [, string name [, string desc]])

  1. file: path to the file to attach.
  2. name: the name under which the file will be attached. The default value is taken from file.
  3. desc: an optional description.

The OpenAttachmentPane() method is also provided to force the PDF viewer to open the attachment pane when the document is loaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions