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

Post here questions and problems related to editing and publishing DITA content.
Tygopit
Posts: 24
Joined: Fri Nov 27, 2020 12:08 pm

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

Post 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?
230.png
231.png
You do not have the required permissions to view the files attached to this post.
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

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

Post 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
Tygopit
Posts: 24
Joined: Fri Nov 27, 2020 12:08 pm

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

Post by Tygopit »

Hi Julien,
Sure, I'll do it.
Post Reply