|
|
Tag Browser: formatting
< 1 second(s)
-
I'm using Aspose.Cells v.4.5.0.0 (trial) for .NET 2.0OS: Windows XP (Polish version), MS Office XP (Polish version)I export data which contains Dates. And I've problem with formatting them.Used code://sRes is my value, DataType isn't known earlierAspose.Cells.Cell wcItem = ws.Cells[j, i]DateTime dtTmp=DateTime.MinValue;if (DateTime.TryParse(sRes, ...
-
This release includes a few useful features and bug fixes aimed to improve editing capabilities of Aspose.Editor control family.
Improvements:
- New ASP.NET demo was implemented for the editor. Demo uses new plugin architecture, no jscript and additional controls are ...
-
I'm having trouble with the export to Aspose.PDF not formatting HTML content correctly. It successfully removed the HTML tags from the text, but it doesn't seem to be formatting. The content has <ul><li></li></ul> tags. Would this be some sort of limitation because of having the evaluation version that maybe if I get ...
-
I am binding a HTML stream and it works for the most part. the only problem is that a extra line break is being added after the end of my <br /><u></u>
html so |