View Single Post
Old 02-19-2026, 02:57 PM   #44
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,795
Karma: 24088595
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by DiapDealer View Post
I suspect the same is true for the ODTImport plugin.
The plugin is using writer2xhtml for the conversion, which has several pagebreak settings documented in the user guide. You can enable the output of pagebreak targets in epub3 files by adding the following line to config.xml in the ODTImportQt plugin folder.

Code:
<option name="original_page_numbers" value="true" />
If you add this line and convert the linked .odt user manual with the ODTImportQt plugin, writer2xhtml will actually insert pagebreak markers with non-standard masterpage="Standard" attributes. But they seem to be off by one number. I.e., it says page 6 when it actually should say page 7 etc.
Doitsu is offline   Reply With Quote