Currently, when setting a style to a table/table cell the following syntax is imported properly .tdborder{border: 1px solid black} However, if the order of the properties is changed (solid 1px black), the style will not be interpreted. The fix will be available in our latest LIB release (v. 2015.1.0323).
The value will be skipped when importing the document (<table width=200>). If the size is defined (px or %) as follows <table width=200px> or <table width=200%> then the width value will be respected. The fix is available in our latest LIB release (v. 2015.1.0316).
When document contains field element without the optional separator character, the import fails.
The fix is available in our latest LIB release (v. 2015.1.0316)
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