Aspose.Pdf.Generator.Text has the property IsHtmlTagSupported

To whom it may concern,

I am using the new namespace "Aspose.Pdf" and I want to write the following html

don't forget to add Centrian to your carrier list

into the PDF and i using the following code:

string detials = " don't forget to add Centrian to your carrier list ";

TextFragmenTextFragmen dataInfo = new TextFragment(detials);

Cell cellDetail = new Aspose.Pdf.Cell();

cellDetail.Paragraphs.Add(dataInfo);

It does not recognize the HML tags

I know that namespace has "Aspose.Pdf.Generator" namespace has the object Aspose.Pdf.Generator.Text which has the property IsHtmlTagSupported to convert the text into Html.

Does the "Aspose.Pdf" namespace has something similar to understand the HMTL tags?

thank you

Alvaro

Hi Alvaro,


Thanks for contacting support.

I am afraid the requested feature is
currently not supported but for the sake of implementation, I have logged this
requirement in our issue tracking system under New Features list as PDFNEWNET-35710.
We will further investigate this requirement in details and will keep you
updated on the status of a correction. <o:p></o:p>

We apologize for your inconvenience.

The issues you have found earlier (filed as PDFNEWNET-35710;PDFNEWNET-35710) have been fixed in Aspose.Pdf for .NET 9.5.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

Hi Alvaro,


Thanks for your patience. As stated above PDFNEWNET-35710 is resolved and now you can add HTML string in new/existing document using new DOM approach. Please check following documentation link for the purpose. It will help you to accomplish your requirements.


Please feel free to contact us for any further assistance.

Best Regards,