in reply to Re^4: PDF, annotation method using Perl
in thread PDF, annotation method using Perl
Have you patched your PDF/Table.pm as I described? Without the patch, PDF::Table doesn't have an option "cell_render_hook", so it of course won't work...
perl -MPDF::Table -e"print qq($INC{'PDF/Table.pm'}\n)"
(Windows syntax) should tell you where Table.pm lives — just in case that's what kept you from editing it :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: PDF, annotation method using Perl
by Anonymous Monk on Apr 02, 2009 at 14:05 UTC | |
by almut (Canon) on Apr 02, 2009 at 14:30 UTC | |
by Anonymous Monk on Apr 02, 2009 at 15:17 UTC | |
|
Re^6: PDF, annotation method using Perl
by Anonymous Monk on Apr 02, 2009 at 18:25 UTC |