in reply to PDF::API2 Bug

I ran your code with perl10.0 on linux and there was no "unititialized value" error. The table in the pdf file was full of numbers 1 to 10 in each row and no link

Apart from that your description of the problem is very confusing. You don't say what this program should do, why you need to subtract 1 from $row, WHERE in the code this subtracting is happening, where in the code the warning is produced. Sure I could read the code, but this is a lot of code to read.

Replies are listed 'Best First'.
Re^2: PDF::API2 Bug
by Anonymous Monk on May 29, 2009 at 18:38 UTC
    Place your mouse on the links on the values inside the cells of the first column, notice that on the second page the last value of the link is empty. On the second page the header "Name" gets the link and the last row value for the link is empty, the count on the second page should start on the row below the header not on the first row.
      Not what I am seeing. There are no links, even if I hoover with the mouse over the numbers inside the cells (I'm looking at the pdf with adobe reader 9.1).