I am using Print module to print a Drupal node. Recently users have asked the ability to print a node in form of individual pages.
For example if a paged ‘Drupal’ article spans on 5 pages, user wants the ability to print only 2nd page.
I tried to analyze the var_dump
of a node (by pro-grammatically loading it) to find any information related to paging but I did not have any luck.
I am thinking to do paging of a node pro-grammatically and load different paged content in an array.
How can I do this ?
Please let me know if I need to provide more information.