Get the currency code and symbol
Here are the codes that you can use in any of the Pdf Customiser template files:
<?php echo $current_currency_code = Mage::app()->getStore()->getCurrentCurrencyCode(); ?> <?php echo $current_currency_symbol = Mage::app()->getLocale()->currency(Mage::app()->getStore()->getCurrentCurrencyCode())->getSymbol();?>