Im new to using the pdf functions in php so I appologise now if this question has a very simple answer. (I can't find a good guide anywhere about how to use these functions)
If I have a long string in a veriable and I wish to make parts of that string bold before I print it to the PDF document. How could I do this?
At the moment im using the pdf_show_boxed function to place the text on the page, (seems to be the only function where the text wraps rather than goes off the page) is there is a better function to use that would allow me to format part of the text without having to split the string up, formating the bit I want bold and print another pdf_show_boxed to the screen with the formated test in. i.e. 1 where I wouldn't need to know the end coordinates of the previous text to place text next to/underneath?