Unplanned
Last Updated: 20 Nov 2020 07:42 by ADMIN
Created by: Lance
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Implement a MarkdownFormatProvider, which will allow import/export from/to markdown format.
Unplanned
Last Updated: 31 Oct 2023 15:02 by ADMIN
The paper source is lost when importing/exporting a docx file
Completed
Last Updated: 03 Dec 2020 07:44 by ADMIN
Release R1 2020

When the value contains a semicolon the HTML style property values are omitted on import:

<th width ='12%;' ...>

Currently, setting it without semicolon imports the value successfully:

<th width ='12%' ...>

Completed
Last Updated: 24 Nov 2020 14:23 by ADMIN
Release R1 2021
A NullReferenceException is thrown while trying to resolve the references inside a document whose main document part is not named "document.xml"
Completed
Last Updated: 29 Jan 2021 14:49 by ADMIN
Release R1 2021 SP1
When exporting to PDF the bullets of the unsorted list are missing.
Unplanned
Last Updated: 09 Nov 2020 10:24 by ADMIN
WordsProcessing: base64 image size is set to negative infinity when importing from HTML.
Unplanned
Last Updated: 04 Nov 2020 07:33 by ADMIN
Removing a row from a table with merged cells leaves the table with missing cells
Unplanned
Last Updated: 15 Oct 2020 05:34 by ADMIN
Created by: Dimitar
Comments: 0
Category: WordsProcessing
Type: Feature Request
4
The Open Document Format for Office Applications (ODF), also known as OpenDocument, is an open standard file format for spreadsheets, charts, presentations, and word processing documents using ZIP-compressed[6] XML files.

The most common filename extension for word processing (text) is .odt.
Unplanned
Last Updated: 09 Oct 2020 08:44 by ADMIN

At this point, only background-color is supported. Add support for bgcolor attribute as well. It could be used with the following tags: body, marquee, table, tBody, td, tFoot, th, tHead, tr.

 

Unplanned
Last Updated: 29 Sep 2020 11:42 by ADMIN
The provider can be extended so that the users can choose between exporting the superscript/subscript text with CSS styling or with HTML tags. Currently, the content can be exported with styles only.
Unplanned
Last Updated: 29 Sep 2020 11:38 by ADMIN
The provider can be extended so that the users can choose between exporting the font styles with CSS styling or with HTML tags. Currently, the content can be exported with styles only.
Unplanned
Last Updated: 24 Sep 2020 06:07 by ADMIN

There are 27 types of border styles in the Open XML specification and they are implemented in RadFlowDocument. Part of the borders are already supported (eg. None, Single, Dotted) when exporting to HTML, all others are treated as None and stripped.

The HTML format doesn't support all types of border styles OOXML format supports.

Unplanned
Last Updated: 23 Sep 2020 13:23 by ADMIN
Created by: César
Comments: 0
Category: WordsProcessing
Type: Feature Request
5

Such objects are defined as oleObject elements in the XML:

<w:object w:dxaOrig="3795" w:dyaOrig="3555">
	<v:shape id="_x0000_i1026" type="#_x0000_t75" style="width:32.85pt;height:30.55pt" o:ole="" fillcolor="window">
	  <v:imagedata r:id="rId9" o:title=""/>
	</v:shape>
	<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1026" DrawAspect="Content" ObjectID="_1647182330" r:id="rId10"/>
</w:object>

Currently, they are skipped on import.

 

Completed
Last Updated: 25 Sep 2020 14:08 by ADMIN
Release R3 2020 SP1
When the associated document style is not of type StyleType.Table (does not contain TableProperties) a NullReferenceException is thrown.
Unplanned
Last Updated: 18 Sep 2020 05:47 by ADMIN
Introduce support for the "page-break-inside" tag when importing an HTML
Unplanned
Last Updated: 11 Sep 2020 10:01 by ADMIN
The negative margin is not respected when exporting to pdf.
Unplanned
Last Updated: 12 Aug 2020 06:54 by ADMIN

Wrongly imported/exported table cells from nested tables (see the picture below).

Unplanned
Last Updated: 26 Oct 2020 09:37 by ADMIN
When exporting to PDF document, the image size is exported wrong when the image is wrapped in VML shape and the size is set in this shape.
Completed
Last Updated: 29 Jan 2021 14:43 by ADMIN
Release R1 2021 SP1
Image size is not respected when importing HTML
Unplanned
Last Updated: 31 Jul 2020 06:39 by ADMIN
Right alignment in a table does not work when converting from html to pdf