in reply to Re: PDF::API2 Questions
in thread PDF::API2 Questions

I'm having another formatting issue or probably an issue placing data onto the page in the PDF document.

I have a column of numbers with decimal places, in each row the number may have a different number of decimal places before the Dot

Data is placed on the page achored in the bottom left corner so the vertical alignment of the numbers do not line up

Is there a simple way for me to get these numbers aligned vertically about the dot in the column of numbers

Not sure i described my problem very well but hoping somebody knows what i'm trying to achieve and help somehow

Replies are listed 'Best First'.
Re^3: PDF::API2 Questions
by akwe-xavante (Acolyte) on Mar 16, 2012 at 16:29 UTC

    Worked it out

    $txt->text_right(Hello World);

      Is it possible to temporarily write something to the browser whilst a PDF document is created and error checking takes place then replace what has been displayed to the browser using perl?