I am converting web page html file using Aspose.PDF. I am getting the error message “Incompatible unit types”.
var option = new HtmlLoadOptions() {};
var document = new Document(sourceFilename, new HtmlLoadOptions());
document.Save(targetFilename);
Aspose.PDF works fine on other html file but not on this file. I have attached the sample file.
Thanks[LD-7515] Cannot PDF HTML files - JIRA.zip (91.2 KB)