Klap-in / dokuwiki-plugin-bookcreator

Allow to select some pages and create a book (PDF, ODT or text)
https://www.dokuwiki.org/plugin:bookcreator
13 stars 18 forks source link

Not have a page break after the end of each wiki page #48

Closed cjrobe closed 1 year ago

cjrobe commented 9 years ago

I'd like to have a continuous stream of wiki pages to save paper, is there any way to get rid of the page break at the end of each wiki page in the generated PDF?

Klap-in commented 9 years ago

Not on purpose.

The pagebreak in the page-loop will initiate the breaks. You could modify it manually (however this workaround is overwritten on update..) https://github.com/splitbrain/dokuwiki-plugin-dw2pdf/blob/master/action.php#L324

cjrobe commented 9 years ago

Thanks for the quick response. Works great!

Klap-in commented 1 year ago

I will not implement this. If someone is interested a pull request is welcome. Note that manual modification at every update of mpdf are not workable for us, so such solutions will not be included.