Is there a way to tack a variable onto the end of a print.drawString so it would show up like
Text: <variable>
Or:
page.drawString ("Text: " object1, x, y);
Where object1 is the variable. I tried doing that, but i get an error ")" Expected on that line, i suspect that it is because anything that is expected in that first slot is expected inside of quotes.