Gossamer Forum
Home : Products : DBMan : Customization :

Bold a field in PDF

Quote Reply
Bold a field in PDF
Hello,

I've been using the, "PDF Label Export in a Column by Row Fashion" MOD for the last year now. (available here:)

http://www.gossamer-threads.com/perl/resources/jump.cgi?ID=1124

I wanted to make a second layout for it. Mission accomplished. However, i want to bold just one field in the PDF created. The MOD gives me the option to bold all fields or none, but I just need the Name field bolded. Here's the code I have:

if ($rec{$printDivOne}) {$pagetext .= "($rec{$Name} \t $rec{'Address'}\t

I need to tell it to make the first field bold somehow. How would I do this?

Thanks very much in advance for any help. Smile

Last edited by:

jadey: Oct 28, 2002, 12:04 PM