in reply to Re^5: PDF, annotation method using Perl
in thread PDF, annotation method using Perl

It does work, my bad I need more sleep and lots of more coffee. Thank you for the information very much. Going to the next phase. I think I should post the finished code here at some point it could be a nice reference about how use this module, it could help a lot of people looking for the same thing since documentation is nos really helpful. What do you think?
  • Comment on Re^6: PDF, annotation method using Perl

Replies are listed 'Best First'.
Re^7: PDF, annotation method using Perl
by almut (Canon) on Apr 02, 2009 at 14:30 UTC
    I think I should post the finished code here (...) What do you think?

    Definitely. Making working sample snippets available to the public is always a goog thing, especially if the regular documentation is terse.

    Also, you might want to submit a (friendly worded) feature request against PDF::Table, saying it would have been nice to have something like the missing 'cell_render_hook' to solve your problem (just link to this thread). In case the author agrees, we might see this functionality in an upcoming release...

      You got it!!! Thanks again!!!