Answered
How to Add Bold to Java code in PDF
Here is my code for the first line:
"<b>Client Services</b>+\r"+line1+line2+"Reviewers\r"+line3+line4+line5+line6+line7+
Here is the output:
Client Services<b>Client Services</b>+
How do I get it to add the bold without the <b>Client Services</b>+ after it?