Unplanned
Last Updated: 01 Jul 2024 05:18 by ADMIN
Created by: Tanya
Comments: 2
Category: Telerik Document Processing
Type: Feature Request
27
Allow customers to create, modify and convert .pptx files.
Unplanned
Last Updated: 12 Nov 2018 15:45 by ADMIN
When there is an abstractNum defined with the same abstractNumId in word\glossary\numbering.xml and in the word\numbering.xml, a "System.ArgumentException: An item with the same key has already been added." exception is thrown.

In other cases, the import overwrites the styles from the main document part with the ones defined in the glossary or fails to import different parts of the content. 

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: 16 May 2024 11:18 by ADMIN

The value of the TextBoxField is not visible until the field is clicked.

Workaround: Force content update:

foreach (var widget in textBoxField.Widgets)
{
    widget.RecalculateContent();
}

If the update still doesn't fix the issue, change the font prior to setting the value of the field:

foreach (var widget in textBoxField.Widgets)
{
    widget.TextProperties.Font = FontsRepository.Helvetica;
}
Another option could be to set the ViewersShouldRecalculateWidgetAppearances to true in order to force the viewers to update the appearance of the widgets.
Unplanned
Last Updated: 17 Sep 2021 09:15 by Stefan
I need to print a series of docx and pdf documents automatically to a printer from a web page directly on the server-side.
Unplanned
Last Updated: 24 Feb 2023 07:49 by Patgat
Created by: Patgat
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
4
The Row Height is not respected when converting to pdf.
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: 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: 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: 31 Jul 2023 08:45 by Barbarajoy
Created by: Barbarajoy
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
3
Importing large XLS documents is slow.
Unplanned
Last Updated: 18 Jul 2024 08:52 by Rory
Created by: Rory
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
2

MS Excel offers the following text styling options:

Unplanned
Last Updated: 18 Mar 2024 08:00 by ADMIN
When importing an xlsx document with a comment that does not have an author, an exception is thrown "Sequence contains no matching element" Note that this is a different bug from the very similar SpreadProcessing: Exception "Sequence contains no matching element" thrown in files containing notes or comments (telerik.com)
Unplanned
Last Updated: 12 Nov 2018 18:41 by ADMIN
When using the PdfStreamWriter to write a PdfPageSource whose content is an array of content streams, the resultant content stream contains concatenated graphic state operators. This results in error when loading the document in Acrobat Reader and corrupted page content.
Unplanned
Last Updated: 12 Apr 2019 14:45 by ADMIN
Created by: David
Comments: 7
Category: Telerik Document Processing
Type: Feature Request
1

I'm working on a project that has a service component that will be generating Excel xlsx documents for distribution.  While there is a UI for administrative tasks, the service itself will run without an interface.  I'm using the Documents.Core, and several other associated libraries to accomplish this.  Two issues I've encountered, one is setting up the project with the appropriate libraries and keeping the version in sync with the Admin application, second is protecting those libraries once they are packaged for release.  I had a support ticket open to determine how to accomplish the latter, but the first is still a manual issue.  

So the feature request is to include the ability in the project templates and/or Convert to Telerik WPF Application to support a headless document solution.  It would ideally include (only) the required libraries and maintain their linkage to the appropriate library version with the rest of the solution which occurs with a full Telerik WPF UI app.  It would also include the necessary boilerplate code and references to properly protect the libraries.  I was referred to another feedback request on improving the overall library protection build process, but while related, what I'm asking for here is not exactly the same.

Unplanned
Last Updated: 23 Apr 2020 08:38 by ADMIN
Created by: Dimitar
Comments: 0
Category: Telerik Document Processing
Type: Bug Report
1
The align property is not respected when importing HTML
Unplanned
Last Updated: 19 Jul 2024 09:38 by Rory
Created by: Rory
Comments: 0
Category: Telerik Document Processing
Type: Feature Request
1
In Excel this is achieved using the "Categories in reverse order checkbox."
Unplanned
Last Updated: 18 Jul 2024 09:03 by Rory

Workaround: this is the missing part after the export:

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.
Unplanned
Last Updated: 14 Mar 2022 13:10 by Sergio
Invalid formula evaluation when there is a comma in the function and no parameter after it.
Unplanned
Last Updated: 14 Jun 2022 12:09 by Eleanor
When converting an HTML file to DOCX file the HtmlFormatProvider imports inline style as file content and inserts it before the actual file content. Since converting HTML to PDF includes converting to DOCX first, as a middle step, this issue is also present in the converted PDF file. 
1 2 3