in reply to Re^2: PDF::API2 multi-line, wrapped, header paragraph?
in thread PDF::API2 multi-line, wrapped, header paragraph?

Hi, indeed you can use the paragraph method, but like all parts of the pdf::api2 module, it is not to well documented. at first, all lines where printed on top of each other, but that was because i forgot to add a txt->lead() line like in $txt->textstart; $txt->lead(13); $txt->font($font{'bold'},10); $txt->translate($x,$y); $txt->paragraph("$SysDescr", $TextWidth, $ParagrapHeight, align => "left" );
  • Comment on Re^3: PDF::API2 multi-line, wrapped, header paragraph?

Replies are listed 'Best First'.
Re^4: PDF::API2 multi-line, wrapped, header paragraph?
by buttroast (Scribe) on Dec 06, 2005 at 19:22 UTC
    Thanks I will try that out. This module is very nice, but the limited documentation is very frustrating. I appreciate your help.
    Thanks buttroast