You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When converting an already existing docx with formated tables (with fonts, colors, ...) it does not work properly. Seems it removes all format from the table content.
To Reproduce
I've just used this
(new ReportGenerator(locationOfLibreOfficeSoffice)).Convert(docxFilePath, pdfFilePath);
Expected behavior
Screenshots
Desktop (please complete the following information):
OS: Windows 10
.Net Core6
Visual Studio 2022
LibreOffice v7.6.7 portable
The text was updated successfully, but these errors were encountered:
Describe the bug
When converting an already existing docx with formated tables (with fonts, colors, ...) it does not work properly. Seems it removes all format from the table content.
To Reproduce
I've just used this
(new ReportGenerator(locationOfLibreOfficeSoffice)).Convert(docxFilePath, pdfFilePath);
Expected behavior
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: