Hi, All I am trying to create a PDF document and I am using "PDFont font = PDTrueTypeFont.loadTTF(doc, ".\Arial.ttf")" for setting fonts. Everthing seems to be working except for the character "bullet point". How do I add bullet points in the PDF document?
PS: Please note that I have used the "HelloWorldTTF.java" example to try this. Thanks, Sridharan

