Page 1 of 1

Something strange with oXygen 23.1 - pdf-css-html5 transfotrrmation

Posted: Tue May 18, 2021 4:14 pm
by Tygopit
Hi,

I've noticed a strange behavior list/step formatting in 23.1 version.
Same transformation in 23.0 and 23.1 gives different output.
In 23.0 it looks as it should. In 23.1 it looks like sh...t.
A second picture in the list makes a gap on the bottom of the page and pushes the rest of the list to the next page.

Additional CSS:

Code: Select all

body {
    font-size: 10pt !important;
}
@page {
    size: 210mm 297mm;
    margin-top: 25mm;
    margin-bottom: 25mm;
    padding-top: 3mm;
}
@page :left, table-of-contents:left, chapter:first:left, index:left, matter-page:left {
    margin-right: 25mm;
    margin-left: 15mm;
    }
    @page :right, table-of-contents:first:right, chapter:first:right, index:right, matter-page:right {
    margin-right: 15mm;
    margin-left: 25mm;
    }
*[class ~= 'topic/topic'], 
*[class ~= 'topic/body'],
    *[class ~= 'topic/title'] {
	line-height: 1.3;
    font-family: "Calibri", sans-serif;	
}
Output in both versions is attached.

What happens here?
ver. 23.0
ver. 23.0
230.png (164.01 KiB) Viewed 849 times
ver. 23.1
ver. 23.1
231.png (188.47 KiB) Viewed 849 times

Re: Something strange with oXygen 23.1 - pdf-css-html5 transfotrrmation

Posted: Wed May 19, 2021 1:24 pm
by julien_lacour
Hello Piotr,

Is it possible for you to provide a sample at support@oxygenxml.com.
I need at least the topic and the images (if possible) to reproduce the problem on my side.

Regards,
Julien

Re: Something strange with oXygen 23.1 - pdf-css-html5 transfotrrmation

Posted: Wed May 19, 2021 4:17 pm
by Tygopit
Hi Julien,
Sure, I'll do it.