I have tbs_plug in for generate ODT document in PHP website. It can generate single document as per requirement but i need Multiple document in single ODT file. I am using different template for each document.
How to generate group ODT document with TBS plugin/php?
332 views Asked by Digant At
1
If you want to generate multiple page on single document of ODT using Loop then you need to do following
Open your PHP file where you have array of data for generating multiple page ODT
// Get all data into array from database
// Pass that array to ODT doc template using TBS plugin
// Generate Group ODT using ODT template file
After that now at first line of second page write this code in first data block of TBS
in my template here is my code