-
Notifications
You must be signed in to change notification settings - Fork 41
Q3 2025 #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Q3 2025 #606
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request updates documentation to reflect Q3 2025 release changes across multiple Document Processing Libraries, specifically RadPdfProcessing, RadWordsProcessing, and RadSpreadProcessing. The changes include updates to timeout mechanisms, new GenAI-powered document insights features, and enhanced accessibility support.
Key changes include:
- Introduction of GenAI-powered Document Insights for RadWordsProcessing with AI-based document summarization and question-answering capabilities
- Addition of accessibility support features for PDF documents including tagged PDF and structure tree functionality
- Migration from obsolete methods to timeout-enabled versions across format providers
- Updates to PDF/A compliance documentation and viewer preferences
Reviewed Changes
Copilot reviewed 67 out of 71 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
web.config | Adds URL redirect rules for radpdfprocessing features |
libraries/radwordsprocessing/overview.md | Adds GenAI-powered Document Insights to feature list |
libraries/radwordsprocessing/formats-and-conversion/ | Updates format providers to use timeout-enabled methods |
libraries/radwordsprocessing/editing/gen-ai-powered-document-insights/ | New documentation for AI-powered document analysis features |
libraries/radpdfprocessing/overview.md | Adds accessibility support and GenAI features |
libraries/radpdfprocessing/model/ | Introduces tagged PDF, structure tree, and accessibility components |
libraries/radpdfprocessing/features/ | Adds viewer preferences and accessibility support documentation |
libraries/radpdfprocessing/concepts/ | Moves PDF/A compliance documentation and updates structure |
libraries/radspreadprocessing/formats-and-conversion/ | Updates format providers to use timeout-enabled methods |
_config.yml | Adds navigation entries for new GenAI and accessibility sections |
@@ -25,7 +25,7 @@ All you have to do in order to use __DocxFormatProvider__ is add references to t | |||
* Telerik.Windows.Documents.Flow.dll | |||
* ~~Telerik.Windows.Zip.dll~~* | |||
|
|||
>note *As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately. | |||
>note As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word 'dependency' should be 'dependencies' to match the plural form used in the sentence 'in the rest of the Document Processing Libraries'.
>note As of **Q2 2025** the Zip Library will no longer be used as an internal dependency in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately. | |
>note As of **Q2 2025** the Zip Library will no longer be used as internal dependencies in the rest of the Document Processing Libraries - PdfProcessing, WordsProcessing, SpreadProcessing, SpreadStreamProcessing. It will be replaced by the System.IO.Compression. We will continue to ship the Telerik Zip Library as a standalone library so clients can still use it separately. |
Copilot uses AI. Check for mistakes.
No description provided.