Completed
Last Updated: 12 Oct 2022 10:32 by ADMIN
Release R3 2021 SP1
A FileNotFoundException is thrown when importing a file and not having a DrawingML reference. FileNotFoundException: Could not load file or assembly 'Telerik.Windows.Documents.DrawingML'
Completed
Last Updated: 07 Nov 2022 14:19 by ADMIN
Release R3 2022 SP1

When using the Clone function from RadFlowDocument, the below exception is thrown :

[2022-10-07T13:06:32.329Z] Error: System.ArgumentException: The document element is associated with another document. (Parameter 'item')
   at Telerik.Windows.Documents.Flow.Model.Collections.DocumentElementCollection`2.VerifyDocumentElementOnInsert(T item)
   at Telerik.Windows.Documents.Flow.Model.Collections.DocumentElementCollection`2.AddClonedChildrenFrom(DocumentElementCollection`2 fromCollection, CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.Paragraph.CloneCore(CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.Collections.DocumentElementCollection`2.AddClonedChildrenFrom(DocumentElementCollection`2 fromCollection, CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.Footer.CloneCore(CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.HeadersFootersBase`1.CloneHeadersFootersFrom(HeadersFootersBase`1 headersFooters, CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.Section.ClonePropertiesAndHeadersFooters(CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.Section.CloneCore(CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.Collections.DocumentElementCollection`2.AddClonedChildrenFrom(DocumentElementCollection`2 fromCollection, CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.RadFlowDocument.CloneCore(CloneContext cloneContext)
   at Telerik.Windows.Documents.Flow.Model.RadFlowDocument.Clone()
   at Perspex.Shared.OOPGenerator.OOPGenerator.SetWordDocumentTemplate(Schools school, SchoolYear schoolyear) in D:\projecten\cip\Perspex\src\Perspex.Shared\OOPGenerator\OOPGenerator.cs:line 62

It occurs after I upgraded to the latest version (2022.3.906) of RAD Document processing. In the previous version it worked as expected.

Steps I take to reproduce the issue :

1) Load a word document
2) Clone the document.

Duplicated
Last Updated: 13 Oct 2022 10:22 by ADMIN

Having a basic docx document with two tables and bookmarks generates an invalid word document when saving.

Steps to reproduce :

  • Create word document with table and bookmarks
  • Load document into RadFlowDocument
  • Cloning document will generate an exception
  • Saving document works but the saved document cannot be opened with Word. (invalid document)

I have included a simple project to demonstrate the issue.

Version 2022.2.613 does not have the above issues.

Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
Created by: Joe
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
0
Passing 12:00 am or 12:00:00 am to the SpreadProcessing is not recognized as time and is set as text value.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023
Importing HTML with base64 encoded image without extension causes a missing image when exported to PDF.
Completed
Last Updated: 14 Feb 2023 06:49 by ADMIN
Release R1 2023 SP1
Created by: Sebastiaan
Comments: 8
Category: Telerik Document Processing
Type: Bug Report
0

I can't share the document publicly.

Stack trace:

System.ArgumentException: Unexpected value = 100.0%
   at Telerik.Windows.Documents.Flow.FormatProviders.Docx.Model.Types.FractionalValueConverter.ConvertFromString(String value)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Core.ConvertedOpenXmlAttribute`1.SetStringValue(IOpenXmlImportContext context, String value)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadAttributes(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.ReadChildElements(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Elements.OpenXmlElementBase.Read(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Parts.OpenXmlPartBase.Import(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.Flow.FormatProviders.Docx.Model.Parts.HeaderPart.Import(IOpenXmlReader reader, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.Model.Parts.OpenXmlPartBase.Import(Stream stream, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImporter`1.ImportPartFromArchive(ZipArchiveEntry zipEntry, PartBase part, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.FormatProviders.OpenXml.OpenXmlImporter`1.Import(Stream input, IOpenXmlImportContext context)
   at Telerik.Windows.Documents.Flow.FormatProviders.Docx.DocxFormatProvider.ImportOverride(Stream input)
   at Telerik.Windows.Documents.Common.FormatProviders.FormatProviderBase`1.Import(Stream input)
The document opens fine in Word.
Unplanned
Last Updated: 02 Feb 2023 15:43 by Michael
 The text is cut off when in a table cell and tab stops are used for its alignment. 
Completed
Last Updated: 06 Mar 2023 14:48 by ADMIN
Release R1 2023 SP1
Using the COUNTIF function throws an exception if the criteria parameter is set to "<>".
Unplanned
Last Updated: 17 Feb 2023 11:03 by Walter
Created by: Walter
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
0
Add support for pivot charts.
Unplanned
Last Updated: 24 Feb 2023 13:12 by David
Importing documents containing emojis throws an ArgumentException.
Completed
Last Updated: 02 Aug 2024 11:09 by ADMIN
Release 2024.3.802 (2024 Q3)
Wrong sheet name in exception message when adding sheet with already existing name
Unplanned
Last Updated: 03 Mar 2023 07:17 by Ron

One cannot build the source code for document processing.

Error Message: StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets" was not found. Confirm that the expression in the Import declaration "..\Tools\StyleCop.MSBuild.5.0.0\build\StyleCop.MSBuild.targets" is correct, and that the file exists on disk. 

Completed
Last Updated: 11 May 2023 06:21 by ADMIN
Release R2 2023
InvalidCastException when importing documents where the "endobj" keyword in not on a new line.
Completed
Last Updated: 17 May 2023 14:09 by ADMIN
Release R2 2023
Exporting to PDF documents containing empty table rows results in 0 height of the rows.
Unplanned
Last Updated: 21 Mar 2023 07:43 by Jyotika
When a workbook is created and then exported, there are about 20mb of unmanaged memory remaining at the end of the application run.
Completed
Last Updated: 27 Apr 2023 11:50 by ADMIN
Release R2 2023
Some files, where the parts of the xlsx are arranged in specific order, throw InvalidOperationException: "Sequence contains no matching element".
Completed
Last Updated: 08 May 2023 15:27 by ADMIN
Release R2 2023
Provide support for importing rich text as plain text.
Completed
Last Updated: 28 Apr 2023 12:54 by ADMIN
When auto fitting the width of columns containing conditional formatting sometimes causes NullReferenceException.
Duplicated
Last Updated: 26 Apr 2023 12:52 by ADMIN
Created by: RRE
Comments: 1
Category: Telerik Document Processing
Type: Feature Request
0

Telerik expose beautyfull document processing: you can automate a lot of thinks in document without user interaction.

But doesn't exists nothing about print this documents without user interaction: you have to open document on a webpage in a component and the print it.

 

For example: filling out a form can be done internally by process but not printed it.

 

Renato

 

Unplanned
Last Updated: 05 May 2023 14:20 by Russ

The problem can be found in two places:

1. When the value "7400-5" is pasted, the result in Spreadsheet is 2008956, which is the underlying raw date value.

2. When 7400-5 is written in the control directly, the result is 5/1/7400, which is 2008956 with a date format on it.