Hi,
When I create a PDF file with following HTML text, I got an exception. See the detailed info below. Any ideas?
My HTML text is as follows:
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: "Trebuchet MS";"><span style="font-size: small;">No information available.</span></span></p>
Exception:
System.ApplicationException was unhandled by user code
Message="The Font '"' is not found. This font is not supported."
Source="Aspose.Pdf"
StackTrace:
at ..( , String , String , Int32 , Boolean , Boolean , String , Boolean )
at ..(String , String , Int32 , Boolean , Boolean , String , Boolean )
at ..(Text , Pdf , )
at ..(Pdf , Section , Table , Row , Cell , Text , , , Boolean )
at ..(Pdf , Section , HeaderFooter , Table , Row , Cell , Text , , , Boolean )
at ..(Pdf , Section , Table , Row , Cell , , )
at ..(Pdf , Section , Table , Row , , )
at ..(Pdf doc, Section currentPart, HeaderFooter hf, Table table, assignInfo, useType, Boolean isFirst, & breakTableNextPart)
at ..(Pdf , Section , )
at ..(Pdf )
at ..( , Pdf )
at Aspose.Pdf.Pdf.Save(String pdfFile)
InnerException: System.ApplicationException
Message="Font '"' not found. Please make sure the customer font file is correctly set."
Source="Aspose.Pdf"
StackTrace:
at ..( , String , String , Boolean )
at ..( , String , String , Int32 , Boolean , Boolean , String , Boolean )
at ..( , String , String , Int32 , Boolean , Boolean , String , Boolean )
InnerException:
Thanks
Rose