New conversion engine for inline html

Hi,

we are currently using inline html for some tables in our generated documents.

e.g.
var table = new Text("...");
table.IsHtmlTagSupported = true;

The problem with this approach is that the table overflows the right side of the document instead of being wrapped.
Like stated in the thread below it works with the new conversion engine.

http://www.aspose.com/community/forums/516084/table-and-text-syles-problem/showthread.aspx

Is there a way to use the new conversion engine together with the inline html feature?

Best regards

Hi Streit,


Thanks for your inquiry. I am afraid currently Aspose.Pdf.Document(DOM approach) renders HTML document to PDF document, but it does not support to add HTML contents(inline) in PDF document at the moment. We have already logged this feature request as PDFNEWNET-35804 in our issue tracking system. We will update you via this forum thread as soon as it is resolved.

We are sorry for the inconvenience caused.

Best Regard,

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


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

Hi Streit,


Thanks for your patience. As stated above PDFNEWNET-35804 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,