Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The documents produced by WordsProcessing and SpreadProcessing are compliant with the specification. But, Open Office, Numbers and Pages (the default applications for working with .docx and .xlsx on MAC) are unable to open documents where the target attribute of the relationships of the documents is specified as an URI, instead of as a relative reference. According to the specification (Ecma Office Open XML Part 2 - Open Packaging Conventions) both formats are acceptable.

The issue is in the relationships parts, relationship element. The Target attribute can be either a URI (Target="/word/theme/theme1.xml") or a relative reference (Target="theme/theme1.xml") as stated in the specification. The document processing libraries use URI, which OpenOffice is unable to interpret, despite them being allowed by the specification.

The fix will be available in our official release Q2 2016.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
2
The feature will be available in our official release Q2 2016.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The fix is available in our latest LIB release (v. 2015.1.0316)
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
From a custom function which inherit from FunctionBase it's possible to return some constant expressions like StringExpression or BoolExpression. But It's impossible to return a reference to a Cell or CellRange which will be used by another function by example or which will automatically update it's result.  There is no public constructor.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: UI for WPF
Type: Feature Request
1

			
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: UI for WPF
Type: Feature Request
1

			
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Created by: Maurício
Comments: 1
Category: UI for WPF
Type: Feature Request
5
Transparency is not shown when we add png images.

The feature will be available in our official release Q1 2016.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Please add a link to the new TDP library and explain it, so people can find the place to vote for PDFProcessing!
http://feedback.telerik.com/Project/184/Feedback
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The feature will be available in our official release 2015 Q2.
Completed
Last Updated: 22 Feb 2017 12:37 by Foursight
ADMIN
Created by: Tanya
Comments: 1
Category: UI for WPF
Type: Feature Request
2
The feature will be available in our official release 2015 Q2.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Tanya
Comments: 1
Category: UI for WPF
Type: Feature Request
1
Currently RadPdfProcessing imports Contents only from stream. In some documents Contents property may be PdfArray. 
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Created by: Mi
Comments: 1
Category: UI for WPF
Type: Feature Request
2

			
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Deyan
Comments: 1
Category: UI for WPF
Type: Feature Request
2

			
Completed
Last Updated: 22 Feb 2017 12:37 by Vikas
ADMIN
Created by: Petya
Comments: 6
Category: UI for WPF
Type: Feature Request
24
Provide a way to convert flow formats (docx, HTML, RTF) to PDF.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: UI for WPF
Type: Bug Report
0
The feature will be available in our official release Q1 2016.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
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.