gebi / ooopy

OOoPy is a library in Python for inspecting, creating or modifying OpenOffice.org documents. It uses the existing ElementTree XML library by for manipulation of the OOo XML.
6 stars 1 forks source link

Sometime ooo_cat insert page-break inside pages #9

Open trinity-1686a opened 6 years ago

trinity-1686a commented 6 years ago

As stated in the title, sometime when using ooo_cat (or doing the same transformation as it, directly in Python), it insert page-break inside some pages. I've attached an archive containing 3 open documents, the 2 first are some pages I'm trying to concatenate, the 3rd is what I get when I try to merge them. example.tar.gz

LucaDevelop commented 2 years ago

I have the same problem. between the title of a paragraph (style "Title") and the body of the paragraph (default style) ooo_cat insert a page-break.