Skip to content

Commit 76eeba8

Browse files
committed
Merge branch 'hotfix/hotfix-v32.2.3' of https://github.com/syncfusion-content/document-processing-docs into 1005726-ug
2 parents 611ed77 + 825ddff commit 76eeba8

13 files changed

Lines changed: 316 additions & 8 deletions

File tree

Document-Processing-toc.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<li>
2323
<a href="/document-processing/ai-coding-assistant/mcp-server/spreadsheeteditorsdk">Spreadsheet Editor SDK</a>
2424
</li>
25+
<li>
26+
<a href="/document-processing/ai-coding-assistant/mcp-server/pdfviewersdk">PDF Viewer SDK</a>
27+
</li>
2528
</ul>
2629
</li>
2730
<li>
@@ -7561,7 +7564,7 @@
75617564
<ul>
75627565
<li>
75637566
2025 Volume 4 - v32.*
7564-
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.2.4">v32.2.4</a></li><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>
7567+
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.2.5">v32.2.5</a></li><li><a href="/document-processing/release-notes/v32.2.4">v32.2.4</a></li><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>
75657568
<li><a href="/document-processing/release-notes/v32.2.3">v32.2.3 Service Pack Release</a></li>
75667569
<li><a href="/document-processing/release-notes/v32.1.19">v32.1.19 Main release</a></li>
75677570
</ul>

Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,3 +634,20 @@ By applying these configuration changes, you can ensure that your AKS workloads
634634

635635
</table>
636636

637+
## Does OCRProcessor require Microsoft.mshtml?
638+
639+
<table>
640+
<tr>
641+
<th style="font-size:14px" width="100px">Query
642+
</th>
643+
<td>
644+
Is Microsoft.mshtml required when using the OCRProcessor in the .NET Framework?
645+
</td>
646+
</tr>
647+
<tr>
648+
<th style="font-size:14px" width="100px">Solution</th>
649+
<td>
650+
Yes, the Microsoft.mshtml component is required when using the OCRProcessor in .NET Framework applications. We internally rely on this package to parse the hOCR results, which are delivered in HTML format. Because of this, Microsoft.mshtml is necessary for .NET Framework projects that use the OCRProcessor.
651+
</td>
652+
</tr>
653+
</table>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title : Essential Studio® for Document Processing Release Notes - v32.2.5
3+
description : Learn here about the controls in the Essential Studio® for Document Processing Weekly Nuget Release - Release Notes - v32.2.5
4+
platform : document-processing
5+
documentation: ug
6+
---
7+
8+
# Essential Studio® for Document Processing - v32.2.5 Release Notes
9+
10+
{% include release-info.html date="February 17, 2026" version="v32.2.5" passed="229911" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v32.2.5 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Platform | Test Cases | Passed | Failed | Remarks |
21+
|----------------|----------|------------|--------|--------|---------|
22+
| Calculate Library | .NET | 145 | 145 | 0 | All Passed |
23+
| DOCX Editor | Blazor | 1975 | 1975 | 0 | All Passed |
24+
| DOCX Editor | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 5023 | 5023 | 0 | All Passed |
25+
| Excel Library | .NET | 37920 | 37920 | 0 | All Passed |
26+
| Metafile Renderer | .NET | 897 | 897 | 0 | All Passed |
27+
| PDF Library | .NET | 13805 | 13805 | 0 | All Passed |
28+
| PDF Viewer | .NET MAUI | 15368 | 15368 | 0 | All Passed |
29+
| PDF Viewer | Blazor | 15030 | 15030 | 0 | All Passed |
30+
| PDF Viewer | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 19851 | 19851 | 0 | All Passed |
31+
| PDF Viewer | Windows Forms | 209 | 209 | 0 | All Passed |
32+
| PDF Viewer | WPF | 3036 | 3036 | 0 | All Passed |
33+
| PowerPoint Library | .NET | 54538 | 54538 | 0 | All Passed |
34+
| Spreadsheet | Blazor | 3970 | 3970 | 0 | All Passed |
35+
| Spreadsheet | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 10797 | 10797 | 0 | All Passed |
36+
| Spreadsheet | WPF | 2715 | 2715 | 0 | All Passed |
37+
| Word Library | .NET | 40553 | 40553 | 0 | All Passed |
38+
| Word Library | Java | 4079 | 4079 | 0 | All Passed |

Document-Processing/Word/Word-Library/NET/Support-File-Formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DOC
2525
{{'[DOCX](https://help.syncfusion.com/document-processing/word/word-library/net/open-and-save-word-document-in-console-application#open-and-save-word-document-using-net-core-and-latest)'| markdownify }}
2626
</th>
2727
<th>
28-
{{'[Word Processing XML (2007)]()'| markdownify }}
28+
{{'[Word Processing XML (2007)](https://help.syncfusion.com/document-processing/word/word-library/net/wordml)'| markdownify }}
2929
</th>
3030
<th>
3131
DOT
@@ -113,7 +113,7 @@ DOTM
113113
<td>Yes</td>
114114
</tr>
115115
<tr>
116-
<th>{{'[Word Processing XML (2007)]()'| markdownify }}</th>
116+
<th>{{'[Word Processing XML (2007)](https://help.syncfusion.com/document-processing/word/word-library/net/wordml)'| markdownify }}</th>
117117
<td>Yes</td>
118118
<td>Yes</td>
119119
<td>Yes</td>

Document-Processing/Word/Word-Library/NET/wordml.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ N> Refer to the appropriate tabs in the code snippets section: ***C# [Cross-plat
1919
{% tabs %}
2020

2121
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/DocIO-Examples/refs/heads/main/WordML-conversion/Convert-Word-to-WordML/.NET/Convert-Word-to-WordML/Program.cs" %}
22-
FileStream fileStreamPath = new FileStream("Template.docx", FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
22+
2323
//Loads an existing Word document into DocIO instance
2424
using (FileStream fileStreamPath = new FileStream(Path.GetFullPath(@"Data/Template.docx"), FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
2525
{
@@ -66,9 +66,9 @@ The following code example shows how to convert a WordML file into Word document
6666
{% tabs %}
6767

6868
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/DocIO-Examples/refs/heads/main/WordML-conversion/Convert-WordML-to-Word/.NET/Convert-WordML-to-Word/Program.cs" %}
69-
FileStream fileStreamPath = new FileStream("Template.txt", FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
69+
7070
//Loads an existing WordML file into DocIO instance
71-
using (FileStream fileStreamPath = new FileStream(Path.GetFullPath(@"Data/Template.xml"), FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
71+
using (FileStream fileStreamPath = new FileStream(Path.GetFullPath(@"Data/Input.xml"), FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
7272
{
7373
using (WordDocument document = new WordDocument(fileStreamPath, FormatType.WordML))
7474
{
@@ -86,7 +86,7 @@ using (FileStream fileStreamPath = new FileStream(Path.GetFullPath(@"Data/Templa
8686

8787
{% highlight c# tabtitle="C# [Windows-specific]" %}
8888
//Loads a WordML file
89-
WordDocument document = new WordDocument("Template.xml");
89+
WordDocument document = new WordDocument("Input.xml");
9090
//Saves the document as Word document
9191
document.Save("WordMLToWord.docx", FormatType.Docx);
9292
//Closes the document
@@ -95,7 +95,7 @@ document.Close();
9595

9696
{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
9797
'Loads a WordML file
98-
Dim document As New WordDocument("Template.xml")
98+
Dim document As New WordDocument("Input.xml")
9999
'Saves the document as Word document
100100
document.Save("WordMLToWord.docx", FormatType.Docx)
101101
'Closes the document
41.7 KB
Loading
87.4 KB
Loading
56.1 KB
Loading
82.4 KB
Loading
73.1 KB
Loading

0 commit comments

Comments
 (0)