Informations Author: Johannes Güntert License: FPDF Description This script allows to embed JavaScript inside the PDF. The code is executed when the document is opened. The Acrobat JavaScript reference is available here. Note: support may depend on the PDF viewer. Source <?php require('fpdf.php'); class PDF_JavaScript extends FPDF { protected $javascript; protected $n_js; function IncludeJS($scrip