Hi,
I am using Aspose.Words version 23.8.0 and attempting to generate a PDF from HTML. This seems to be working well, except that a lot of styling is ignored. I have the following style block in my HTML:
<style>
…...CSS and inline styling ignored in PDF generation Aspose.Words...<style> .co-logo { display:inline-block; position:relative; }...