Table-layout: fixed not working

Hi,


Converting a html document with a table (with style table-layout: fixed) does not work: all the columns overlap.

In the attachment the html and the output.

My code:
using (var ms = new MemoryStream(File.ReadAllBytes(“fixedtable.html”)))
{
var d = new Document(ms, new HtmlLoadOptions());
d.Save(“output.pdf”);
}

Can you take a look?

Thanks,
Gert

Hi Gert,


Thanks for contacting support.

We already have logged table-layout:fixed related issue as PDFNET-42356 in our issue tracking system. I have associated the issue ID with this thread as well, so that you will be updated once the issue is resolved. We will certainly share updates with you as soon as we do some significant progress in this regard. Please be patient and spare us a little time.

We are sorry for the inconvenience.


Best Regards,

2 posts were split to a new topic: HTML to PDF Conversion - Table-layout: fixed is not working

@yvesb

Can you please confirm if you are using 22.3 version of the API? Also, please share your sample HTML file in .zip format with us. We will test the scenario with the latest version of the API and address it accordingly.

The issues you have found earlier (filed as PDFNET-42356) have been fixed in Aspose.PDF for .NET 23.2.