Using html formated strings

Hi

Is there any way to use html formated strings in aspose.pdf?
I have tried "

Text myText = new Text("<font face=“Arial” size=“2”>Html test text");

"
but it doesn′t work.
Is there an object to place html formated text in a pdf document?

regards

Bj?rn

Dear Bj?rn,

Thank you for considering Aspose.Pdf.

HTML formatted strings are not supported. You can only convert HTML documents using Convert HTML to PDF example.