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]])
- file: path to the file to attach.
- name: the name under which the file will be attached. The default value is taken from file.
- 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.
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]])The
OpenAttachmentPane()method is also provided to force the PDF viewer to open the attachment pane when the document is loaded.