srikrishnan has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, Initially I tried "PDF::Create" module for creating simple pdf files. +But in that I am not able to achieve the below requirement. Someone i +n this forum suggested me to use "PDF::API2" module. But again I stuc +k up in this below requirement. In a line I want some words should be in bold for eg. This is a <b>sample</b> text. What is the method? How can I achieve this in pdf, using this module? Can anybody help me to solve this problem? Regards, Srikrishnan

Replies are listed 'Best First'.
Re: Help on PDF::API2 module
by freshbee (Initiate) on Mar 05, 2009 at 06:32 UTC

    You can use the method "synfont" of that module. For examples and reference.

    PDF::API2

Re: Help on PDF::API2 module
by Corion (Patriarch) on Mar 05, 2009 at 08:14 UTC

    You already asked the same question in Help on PDF::Create Module and you got the same answer. If it doesn't work for you, maybe you can tell us how it does not work for you? That would help us to help you better.