Description: There is no HTML export support of inline headings implemented in Bug 131728. Steps to Reproduce: 1. Open https://bugs.documentfoundation.org/attachment.cgi?id=162196 (test document of Bug 131728). 2. Save As HTML. Actual Results: Inline headings of the orignal documents are in separated paragraphs in HTML. Expected Results: Inline headings. Reproducible: Always User Profile Reset: No Additional Info: See also Bug 48459.
Correction: Actual Result is the conversion of the inline heading to a low-resolution image using the user interface.
László Németh committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/bcee366d82392b02745b0070a312624e7baa29d3 tdf#163873 sw inline heading: use HTML text, not lo-res bitmap export It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Commit description: tdf#163873 sw inline heading: use HTML text, not lo-res bitmap export Text frames formatted with Inline Heading style and anchored as characters were converted to unacceptably low resolution images in the HTML export. Now the HTML export contains normal h1–h6 elements with display:inline; CSS setting to get text-based/searchable inline headings, fixing also the rendering quality.
Created attachment 197590 [details] screenshot of the original export (lo-res pictures, as inline headings)
Created attachment 197591 [details] "Apple", the lo-res gif as inline heading
Created attachment 197592 [details] The original HTML document, using the previous gif
Created attachment 197593 [details] The HTML export after the fix, containing h2 heading element with display:inline CSS style setting
Created attachment 197594 [details] screenshot of the fixed HTML export (inline headings are not images any more)