PDF Document Generation - I cant add more than one page in document

0
I'm trying to create a PDF document using the PDF Document Generation module, but when the file is created, it's only one page. When the content exceeds the page limit, a new page isn't created, even though I use page breaks. I created the page following the module documentation, and everything works as expected, except that all generated documents contain only one page. I've checked for any page break blocking in the grid's CSS and found none. If I display the page, it shows all the content, but when I generate the PDF, the content is cut off.
asked
1 answers
0

Hi Itala,

I tried the generator and in my case it did create multiple pages, but only if i used a supported layout type for the page. See the info box under bullet 2 in https://docs.mendix.com/appstore/modules/document-generation/#41-generating-documents-for-the-current-user

Maybe your layout contains a scroll container?

You could try the provided DocumentGeneration_Default layout just to see if that makes a difference.

I hope this helps.

answered