I'm using TCPDF to generate a PDF with text only.
First I've used multiCell to add the text, now I wanted to have two words become bold (somewhere in the middle in my text). So I changed my code to use writeHTML and surrounded i with b-tags, and voila the words are now blod. But at the same time my document size went from 41kB to 205kB which seems a little extreme.
Is there anyway to use inline blod formatting in the text without increasing the PDF size by 300%?