Enhance bulk document generation to support duplex-ready merged PDFs. Before merging, DocGen should check the page count of each generated document and automatically add a filler page when the document has an odd number of pages. This ensures that every document begins on the front of a new sheet when printed double-sided. The filler page should optionally display configurable text, such as “This page intentionally left blank,” while matching the document’s page size and orientation.
Additionally, improve the rendering of rich-text merge fields in generated documents. Line breaks such as
should display consistently, and common HTML formatting—including paragraphs, bold and italic text, lists, links, and tables—should be preserved. HTML tables should render with their row and column structure intact instead of being omitted or reduced to unformatted text.
Existing generation and merging behavior should remain unchanged when duplex padding is disabled.
Enhance bulk document generation to support duplex-ready merged PDFs. Before merging, DocGen should check the page count of each generated document and automatically add a filler page when the document has an odd number of pages. This ensures that every document begins on the front of a new sheet when printed double-sided. The filler page should optionally display configurable text, such as “This page intentionally left blank,” while matching the document’s page size and orientation.
Additionally, improve the rendering of rich-text merge fields in generated documents. Line breaks such as
should display consistently, and common HTML formatting—including paragraphs, bold and italic text, lists, links, and tables—should be preserved. HTML tables should render with their row and column structure intact instead of being omitted or reduced to unformatted text.
Existing generation and merging behavior should remain unchanged when duplex padding is disabled.