if (!defined('ALLOWED')) die('Appel direct ne sont pas permis'); $http=new HttpInput(); /** * @file * @brief export an operation in PDF */ $operation=$http->get("operation_id","number"); $op=new PDF_Operation($cn, $operation); $op->export_pdf(["acc","anc"]); $op->download_pdf();