Combine pdf in master detail export

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
lissa
User
Posts: 69

Combine pdf in master detail export

Post by lissa »

hi, I want to ask In the master detail table view, I export to PDF, why is the PDF export result separated into 2 pages, page 1 master table, page 2 detail table, is there a way to combine them?


arbei
User
Posts: 9719

Post by arbei »

Page breaks are inserted intentionally to separate master and detail table data. If "combining" means removing the page breaks, you may customize the Config("PAGE_BREAK_HTML").


lissa
User
Posts: 69

Post by lissa »

Can you tell me the steps or where to put the code?
how can I customize it Config("PAGE_BREAK_HTML")?


arbei
User
Posts: 9719

Post by arbei »

You may read and learn:


Post Reply