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: 12 Apr 2023 14:52 by ADMIN
Created by: Joseph
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
7
I'd like to see EML to PDF support.  It's difficult to reconstruct construct multi-part emails (i.e. emails with pictures) from EML files to render to HTML and then to PDF.  It would be nice if their was a turn-key solution as a part of the Document Processing library.
Unplanned
Last Updated: 27 Mar 2023 13:29 by Adam
Created by: Adam
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
3
HtmlFormatProvider: Add support for the <header> tag
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.
Unplanned
Last Updated: 16 Mar 2023 08:23 by Joel
Wrong image resizing leads to cropped images when adding large images
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: 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. 

Unplanned
Last Updated: 24 Feb 2023 13:12 by David
Importing documents containing emojis throws an ArgumentException.
Unplanned
Last Updated: 24 Feb 2023 07:49 by Patgat
Created by: Patgat
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
8
The Row Height is not respected when converting to pdf.
Unplanned
Last Updated: 17 Feb 2023 16:25 by TheGramix
Iterating the rows of the worksheet without reading the cells is not moving to the next row.
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.
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: 13 Feb 2023 09:56 by Claude
Created by: Claude
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
3
Add support for generating documents containing notes.
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: 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: 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 R3 2022 SP1
Created by: Foxy
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
1
When exporting a rotated page from a PDF document to an image, the resulting image is the wrong size, and the page looks clipped.
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R1 2023

InvalidCastException 'Unable to cast object of type 'EffectContainerElement' to type 'EffectListElement' is thrown on import.

As a workaround, you can either use the old version of the assemblies (R2 2022) or you can set ImportSettings.SkipShapes of the DocxFormatProvider to true.

Unplanned
Last Updated: 14 Nov 2022 13:53 by ADMIN
Created by: JeffSM
Comments: 2
Category: Telerik Document Processing
Type: Feature Request
1
Introduce support for importing webp images. Currently, when you insert such an image in Word it is converted to jpeg.
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.