This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190043 Please use the new item for commenting, voting and subscribing instead of this one.
In the XML all merged cells have the same content, instead of only the one visible having content and the rest being empty. This sometimes causes all cells to be visible in editors.
You can set the data of an image with the LoadFromUri event, but there is no way to set the size.
The feature will be available in our official release 2015 Q2.
The feature will be available in our official release 2015 Q2.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190049 Please use the new item for commenting, voting and subscribing instead of this one.
These file formats are very similar to DOCX, and can be easily imported with loss of some information (e.g. macros). This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190053 Please use the new item for commenting, voting and subscribing instead of this one.
When a document, which contains TOC with visible tab leader, is exported to PDF, the tab leader is missing in the produced document.
An InvalidCastException is thrown when reading the Trailer. The fix will be available in our latest LIB release (v. 2015.02.0810).
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190060 Please use the new item for commenting, voting and subscribing instead of this one.
While eventToCommand works it is verbose and somewhat of a hack. I would really to see better MVVM support by having a command property on all of the controls for all events
Add API to get the list of ranges to which a defined name refers. Example: List<CellRange> ranges = workbook.Names["definedName"].Ranges; CellSelection selection = worksheet.Cells[ranges]; This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190061 Please use the new item for commenting, voting and subscribing instead of this one.
At this point only styling through CSS is supported. The below code does not align the paragraph to the center string import = "<html><body><p align=\"center\">centered??</p></body></html>"; RadFlowDocument document = provider.Import(import); This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190062 Please use the new item for commenting, voting and subscribing instead of this one.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190063 Please use the new item for commenting, voting and subscribing instead of this one.
When encryption is enabled, the streams inside the PDF document are encrypted individually. If the encrypted result contains '{' or '}' symbols, FormatException ("Input string was not in a correct format.") is thrown.