PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.16k stars 2.68k forks source link

<w:lastRenderedPageBreak/> page break support #2573

Open stanolacko opened 4 months ago

stanolacko commented 4 months ago

Description

Some Word2007 document are using for page break. When converting this document to PDF, it does not add page break in final PDF.

coveralls commented 4 months ago

Coverage Status

coverage: 97.209% (-0.008%) from 97.217% when pulling b0dc3e33394d1739fac314823ec8cd9e1a6401c5 on stanolacko:w-lastRenderedPageBreak into 8b891bb6842dd383f679b47898fad0b7c181f325 on PHPOffice:master.

stanolacko commented 4 months ago

What kind of test is requered? For example simple text, with which generated 2 pages document?