in reply to Re^3: Looping in PDF::Table module
in thread Looping in PDF::Table module

Thank you for your reply rnewsham, i get your point. Sorry for my last post, i wasn't able to fully explain it. My problems occur because i created more than 1 table and i make sure that the second and so on tables looks attached to the end of the first table/table before the next table. I did this because i can't merge columns and rows using pdf::table module. Is it possible to merge columns and rows using pdf::table? if there is a way to do it, it will save me a lot from all the troubles i am facing right now.

Replies are listed 'Best First'.
Re^5: Looping in PDF::Table module
by rnewsham (Curate) on Jul 25, 2013 at 11:30 UTC

    It does not appear to be a documented feature and a quick skim of the modules source and I can't see anything to suggest such a capability.

    You have raised an interesting issue that may slow my own adoption of PDF::Table. It looks like you will need to contact the authors and see if the functionality could be added. The code does not look particularly complicated so if they don't add it by the time I need it I will do it myself, unfortunately I have no need at the moment and more urgent matters need my attention so it won't be anytime soon.