Latest Online Resources about Telerik Document Processing

0 Answers 24 Views
General Discussions
Telerik
Top achievements
Rank 1
Iron
Telerik asked on 27 Oct 2025, 09:05 AM | edited on 17 Nov 2025, 08:45 AM

Hello everyone,

Here are the highlights of the new online resources we published this week from 10 Nov 2025 to 17 Nov 2025:

Article: https://docs.telerik.com/devtools/document-processing/ai-coding-assistant/changelog
Summary: This changelog provides versioned release notes for the Telerik Document Processing AI Coding Assistant, including dates, new features, enhancements, and fixes. Use it to track changes and compatibility, plan upgrades, and troubleshoot behavior across versions in your projects.

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/changing-date-format-exported-excel-blazor-grid
Summary: Explains how to change the date format in an Excel export from a Telerik UI for Blazor Grid by post-processing the generated workbook with Telerik Document Processing (SpreadProcessing). You handle the grid’s Excel export event, target DateTime columns or cells in the worksheet, and apply a CellValueFormat/NumberFormat (e.g., yyyy-MM-dd) so Excel displays consistent date values instead of locale-specific text or serial numbers.

Article: https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/complete-context-question-processor
Summary: This article explains how to use the RadSpreadProcessing Gen‑AI Complete Context Question Processor to answer natural-language questions over a workbook using the full spreadsheet context (cells, evaluated formulas, named ranges, tables, charts, and pivot tables). It covers configuring LLM and embeddings providers, building the document context/index from a Workbook, and invoking the API to get answers with cell/range citations, plus options for scope control, retrieval depth, and token limits.

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/consistent-pdf-font-formatting
Summary: This article shows how to achieve consistent PDF font formatting when exporting with Telerik Document Processing (PdfProcessing/WordsProcessing). You register the complete font family (regular, bold, italic, bold-italic) via FontsRepository/FontsSettings, configure PdfExportSettings to embed fonts, and set explicit substitution/fallback fonts to avoid viewer-dependent faux styles and glyph fallback. These steps prevent mismatched fonts, weights, and glyphs across machines and PDF viewers.

Article: https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/custom-partialcontextquestionprocessor
Summary: This article shows how to implement and register a custom PartialContextQuestionProcessor in RadSpreadProcessing GenAI Document Insights to control partial context extraction from spreadsheets. You define logic to select relevant worksheets, ranges, tables, or metadata, override the context-building methods, and configure InsightsOptions so only the needed cells are sent to the LLM.

Article: https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/editing/gen-ai-powered-document-insights/custom-partialcontextquestionprocessor
Summary: This article shows how to implement a custom PartialContextQuestionProcessor in Telerik Document Processing (RadWordsProcessing) to control document context extraction for question answering and to tailor LLM prompt composition and token limits. It details the overrides and wiring to register the processor in the Gen-AI Document Insights pipeline and use it with OpenAI or Azure OpenAI providers.

Article: https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/custom-partialcontextquestionprocessor
Summary: This article shows you how to implement and register a custom PartialContextQuestionProcessor in RadPdfProcessing’s Gen AI–powered Document Insights to control which PDF segments are selected and sent to an LLM. You’ll learn how to plug in your own retrieval and prompt-building logic, tune context size and relevance filtering, and integrate the processor into the Document Insights workflow to tailor PDF question answering to your model and token budget.

Article: https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/features/digital-signature/external-digital-signing
Summary: RadPdfProcessing supports external digital signing of PDFs, letting you compute the signing hash for a SignatureField, send it to an HSM or remote key service, and then embed the returned CMS/PKCS#7 signature to finalize the document. The article details the two-phase workflow, required API calls, ByteRange handling, and supported hash algorithms (e.g., SHA-256) for integrating external signers.

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/fit-multiline-text-stamp-annotation-radpdfprocessing
Summary: This article explains how to render multiline, wrapped text inside a Telerik Document Processing RadPdfProcessing StampAnnotation by creating a custom appearance stream and drawing the text with FixedContentEditor. It covers measuring text widths, breaking lines to fit the annotation’s rectangle, configuring font/margins/alignment, and assigning the Normal appearance so the stamp renders correctly in PDF viewers.

Article: https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/gen-ai-powered-document-insights/getting-started
Summary: This guide shows how to configure and use Gen AI Powered Document Insights in Telerik Document Processing (RadSpreadProcessing) to programmatically analyze workbook data and ask questions about spreadsheets. It covers setup steps—adding required packages, configuring an AI provider, and enabling insights for a workbook or worksheet—and demonstrates calling the API to return structured answers with references to cells and ranges. The article includes .NET code samples to initialize the service and run queries.

Feel free to check them out and share your thoughts!

The Telerik Team

---------------------------------------------------------------------------------------------------------------------------------------------------------

Hello everyone,

Here are the highlights of the new online resources we published this week from 29 Oct 2025 to 05 Nov 2025:

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/alternating-row-color-in-pdf-tables
Summary: Implement alternating row colors (zebra striping) in PDF tables with Telerik RadPdfProcessing (PdfProcessing) in C# by setting row or cell background fills during table generation. Use the FixedContentEditor/Table API and the row index (e.g., row % 2) to differentiate header and data rows and apply consistent styling in a RadFixedDocument.

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/generate-pdf-with-headers-footers-from-separate-html-files
Summary: Learn how to generate a PDF with repeating headers and footers from separate HTML files using Telerik Document Processing (WordsProcessing) in C#. You import body, header, and footer HTML with HtmlFormatProvider into RadFlowDocument instances, copy the header/footer content into the target document’s Section.Headers/Footers, then export to PDF with PdfFormatProvider.

Article: https://docs.telerik.com/devtools/document-processing/getting-started/installation/generating-api-keys
Summary: This guide shows you how to generate and manage API keys in your Telerik account to authenticate against the private Telerik NuGet feed for installing Telerik Document Processing packages. You’ll create a key (with optional expiration), copy it, and configure it in nuget.config, Visual Studio, or the dotnet/nuget CLI for local development and CI/CD, including how to revoke or rotate keys when needed.

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/pdfprocessing-prevent-font-conversion-embedding-fonts
Summary: To stop Telerik Document Processing PdfProcessing from converting your text to a different font or to outlines, register your TrueType/OpenType fonts with FontsRepository (for example, via FontsRepository.RegisterFont) and enable embedding when you export the RadFixedDocument. The article shows the code you need to register and use custom fonts, how to control embedding via export settings, and what to do when a font’s licensing prevents embedding and triggers fallback or outline conversion.

Article: https://docs.telerik.com/devtools/document-processing/knowledge-base/read-folder-encrypted-archive
Summary: This article shows you how to read and extract a specific folder from a password‑protected ZIP using Telerik Document Processing ZipLibrary in .NET. You iterate archive entries that match the target folder path and provide decryption settings (password) when opening each entry to stream out the files, handling directory structure creation as needed.

Feel free to check them out and share your thoughts!

The Telerik Team

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Telerik
Top achievements
Rank 1
Iron
Share this question
or