Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

New conversion engine for inline html

$
0
0
Hi,

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

e.g.
var table = new Text("<html>...");
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

Viewing all articles
Browse latest Browse all 3131

Trending Articles