Implement the "k" and "K" color operators, which sets the color in DeviceCMYK color space. Currently graphics with color set with these operators are imported with incorrect colors.
Available in R2 2018 Official Release Version.
Feature Request by Borislav IvanovStatus: CompletedComments: 0Category: RadPdfProcessingLast update: 2018-04-20T15:06:34 by Petar Horozov
Provide the ability to work with images in headers/footers of a worksheet. Note that large images put in headers are visualized as watermarks on printing/exporting to PDF.
Feature Request by Tanya DimitrovaStatus: ApprovedComments: 0Category: RadSpreadProcessingLast update: 2018-04-20T10:35:25 by Borislav Ivanov
The issue is reproducible only in a specific setup with a specific document. It is related to the calculations of the line spacing when the table row should be split between two pages.
Workaround: Change the line spacing: foreach (var paragraph in this.document.EnumerateChildrenOfType<Paragraph>()) { paragraph.Properties.LineSpacingType.LocalValue = HeightType.Exact; paragraph.Properties.LineSpacing.LocalValue = 15; }
Bug Report by Tanya DimitrovaStatus: ApprovedComments: 0Category: RadWordsProcessingLast update: 2018-04-13T14:05:09 by Tanya Dimitrova
Applying LockAspectRatio to an image is not respected after opening the document in MS Word - the LockAspectRatio checkbox in the is not checked. An additional XML element (cNvGraphicFramePr) should be added so the UI can respect it.
Bug Report by Tanya DimitrovaStatus: ApprovedComments: 0Category: RadWordsProcessingLast update: 2018-04-12T12:19:41 by Tanya Dimitrova