Hmm ... it can be done without editing class_bbcode.php and without having to modify the printthread Templates
In pdfthread.php
FIND
PHP Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
BELOW that ADD
PHP Code:
$vbulletin->templatecache['bbcode_php'] = $vbulletin->templatecache['bbcode_php_pdfthread'];
$vbulletin->templatecache['bbcode_html'] = $vbulletin->templatecache['bbcode_html_pdfthread'];
$vbulletin->templatecache['bbcode_quote'] = $vbulletin->templatecache['bbcode_quote_pdfthread'];
$vbulletin->templatecache['bbcode_code'] = $vbulletin->templatecache['bbcode_code_pdfthread'];
Done