I am developing a module responsible for generating and exporting documents in PDF (Reports). Since I did not find any third party free solution, then I'm using a simple VB library that puts the document header and sets some basic settings like font, paper size, and so on.
For the rest, I'm doing it in hand.
I would like to know how to apply bold in just a single text snippet of the PDF document. I noticed that people create a kind of source object in the "PDF / PostScript" code however it is tied to other objects and I do not know how to create it.