0
I am developing a module responsible for generating and exporting PDF documents (Reports). As I did not find any solution third party free, so I’m using a simple VB library, which puts the document header and sets some basic settings like font, paper size and everything else.
Besides, I’m doing it in my hand.
I would like to know, how to apply the bold in just one text snippet of the PDF document. I noticed that people create a kind of source object in the code "PDF/Postscript" however it is tied to other objects and do not know how to create it.
See the PDF class documentation used.
Tell us which library you’re using, maybe someone knows it and can help you.
– NovoK
I’m actually using a class called VBPDF that I found googling around. It is very simple, actually I only use it because it automatically adds the header codes of a PDF document.
– Cleiton Ribeiro
Put the library link in the question, so people can know what it is.
– NovoK