Quote:
Originally Posted by DiapDealer
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.