Hi
Hi Marco,
see attached sample.
Hi Marco,
Thanks for sharing the resource file.
I have tested the scenario using latest release of Aspose.Pdf for .NET 11.4.0 and I am unable to notice any issue. For your reference, I have also attached the output generated over my end. Please take a look.
[C#]
var htmlLoadOptions = new HtmlLoadOptions();
var stream = new MemoryStream();
var writer = new StreamWriter(stream);
writer.Write(File.ReadAllText(@"C:\pdftest\RenderProblem\RenderProblem\NewHtml.html"));
writer.Flush();
stream.Position = 0;
var doc = new Document(stream, htmlLoadOptions);
var output = new MemoryStream();
doc.Save(output, SaveFormat.Pdf);
File.WriteAllBytes(@"C:\pdftest\RenderProblem\RenderProblem\HTMl_to_PDFouput.pdf", output.ToArray());
Your output is not ok. See attached screenshot.
Hi Marco,
- PDFNEWNET-40396 HTMl to PDF - Bottom margin of table is disturbed
- PDFNEWNET-40397 HTML to PDF - Fine white lines in table Header Row
The issues you have found earlier (filed as PDFNET-40397) have been fixed in Aspose.PDF for .NET 21.12.