not sure about the unwanted symbols, but if you want to remove the "pdf creation," go to Admin CP>>Templates>>Manage Templates>>Knowledgebase>>kbarticlenavbar and then look for this code:
Code:
<div class="navitem" onMouseOver="javascript:this.className='navitemhover';" onMouseOut="javascript:this.className='navitem';"><img src="<{$themepath}>icon_pdf.gif" width="16" height="16"> <a href="index.php?_m=knowledgebase&_a=pdfexport&kbarticleid=<{$article[kbarticleid]}>" target="_blank"><{$language[pdfversion]}></a></div>
and delete it from your template.