In drutex_pdf.inc,
function drutex_pdf_nodeapi(&$node, $op, $teaser = FALSE, $page = FALSE) {
must be changed to
function drutex_pdf_nodeapi($node, $op, $teaser = FALSE, $page = FALSE) {
to avoid nasty warnings with PHP 5.4.