Skip to content

Commit ed1f406

Browse files
Merge branch 'development' of https://github.com/syncfusion-content/document-processing-docs into 984044-PdfViewerUpdate
2 parents 9b65151 + 3908e16 commit ed1f406

File tree

11 files changed

+185
-6
lines changed

11 files changed

+185
-6
lines changed

Document-Processing-toc.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6605,7 +6605,21 @@
66056605
</li>
66066606
<li>
66076607
Release Notes
6608-
<ul><li>2025 Volume 3 - v31.*<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v31.1.19">v31.1.19</a></li><li><a href="/document-processing/release-notes/v31.1.18">v31.1.18</a></li></ul></li><li><a href="/document-processing/release-notes/v31.1.17">v31.1.17 Main Release</a></li></ul></li>
6608+
<ul>
6609+
<li>
6610+
2025 Volume 3 - v31.*
6611+
<ul>
6612+
<li>
6613+
Weekly Nuget Release
6614+
<ul><li><a href="/document-processing/release-notes/v31.1.23">v31.1.23</a></li><li><a href="/document-processing/release-notes/v31.1.22">v31.1.22</a></li>
6615+
<li><a href="/document-processing/release-notes/v31.1.21">v31.1.21</a></li>
6616+
<li><a href="/document-processing/release-notes/v31.1.20">v31.1.20</a></li>
6617+
<li><a href="/document-processing/release-notes/v31.1.19">v31.1.19</a></li>
6618+
<li><a href="/document-processing/release-notes/v31.1.18">v31.1.18</a></li>
6619+
</ul>
6620+
</li>
6621+
<li><a href="/document-processing/release-notes/v31.2.2">v31.2.2 Service Pack Release</a></li>
6622+
<li><a href="/document-processing/release-notes/v31.1.17">v31.1.17 Main Release</a></li></ul></li>
66096623
<li>2025 Volume 2 - v30.*<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v30.2.7">v30.2.7</a></li><li><a href="/document-processing/release-notes/v30.2.6">v30.2.6</a></li><li><a href="/document-processing/release-notes/v30.2.5">v30.2.5</a></li><li><a href="/document-processing/release-notes/v30.1.42">v30.1.42</a></li><li><a href="/document-processing/release-notes/v30.1.41">v30.1.41</a></li><li><a href="/document-processing/release-notes/v30.1.40">v30.1.40</a></li><li><a href="/document-processing/release-notes/v30.1.39">v30.1.39</a></li><li><a href="/document-processing/release-notes/v30.1.38">v30.1.38</a></li></ul></li><li><a href="/document-processing/release-notes/v30.2.4">v30.2.4 Service Pack Release</a></li><li><a href="/document-processing/release-notes/v30.1.37">v30.1.37 Main Release</a></li></ul></li>
66106624
<li>2025 Volume 1 - v29.*<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v29.1.41">v29.1.41</a></li><li><a href="/document-processing/release-notes/v29.1.40">v29.1.40</a></li><li><a href="/document-processing/release-notes/v29.1.39">v29.1.39</a></li><li><a href="/document-processing/release-notes/v29.1.38">v29.1.38</a></li><li><a href="/document-processing/release-notes/v29.1.37">v29.1.37</a></li><li><a href="/document-processing/release-notes/v29.1.35">v29.1.35</a></li></ul></li><li><a href="/document-processing/release-notes/v29.2.4">v29.2.4 Service Pack Release</a></li><li><a href="/document-processing/release-notes/v29.1.33">v29.1.33 Main Release</a></li></ul></li>
66116625
<li>2024 Volume 4 - v28.*<ul><li>Weekly Release<ul><li><a href="/document-processing/release-notes/v28.2.12">v28.2.12</a></li><li><a href="/document-processing/release-notes/v28.2.11">v28.2.11</a></li><li><a href="/document-processing/release-notes/v28.2.9">v28.2.9</a></li><li><a href="/document-processing/release-notes/v28.2.7">v28.2.7</a></li><li><a href="/document-processing/release-notes/v28.2.6">v28.2.6</a></li><li><a href="/document-processing/release-notes/v28.2.5">v28.2.5</a></li><li><a href="/document-processing/release-notes/v28.2.4">v28.2.4</a></li><li><a href="/document-processing/release-notes/v28.1.41">v28.1.41</a></li><li><a href="/document-processing/release-notes/v28.1.39">v28.1.39</a></li><li><a href="/document-processing/release-notes/v28.1.38">v28.1.38</a></li><li><a href="/document-processing/release-notes/v28.1.37">v28.1.37</a></li><li><a href="/document-processing/release-notes/v28.1.36">v28.1.36</a></li><li><a href="/document-processing/release-notes/v28.1.35">v28.1.35</a></li></ul></li><li><a href="/document-processing/release-notes/v28.2.3">v28.2.3 Service Pack Release</a></li><li><a href="/document-processing/release-notes/v28.1.33">v28.1.33 Main Release</a></li></ul></li>

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/winforms-blazor-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The WinForms project must target Windows and enable WinForms. A typical project
104104
Create a `Component` folder, add an `_Imports.razor` file in it, and include the required component namespaces within that folder.
105105

106106
{% tabs %}
107-
{% highlight razor tabtitle="~/_Imports.razor" %}
107+
{% highlight razor tabtitle="~/_Imports.razor" %}
108108

109109
@using Microsoft.AspNetCore.Components.Web
110110
@using Syncfusion.Blazor.SfPdfViewer

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/wpf-blazor-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The WPF project must target Windows and enable WPF. A typical project file looks
103103
Create an `_Imports.razor` and add the component namespace
104104

105105
{% tabs %}
106-
{% highlight razor tabtitle="~/_Imports.razor" %}
106+
{% highlight razor tabtitle="~/_Imports.razor" %}
107107

108108
@using Microsoft.AspNetCore.Components.Web
109109
@using Syncfusion.Blazor.SfPdfViewer

Document-Processing/PDF/Smart-PDF-Viewer/blazor/getting-started/winforms-blazor-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The WinForms project must target Windows and enable WinForms. A typical project
104104
Create a `Component` folder, add an `_Imports.razor` file in it, and include the required component namespaces within that folder.
105105

106106
{% tabs %}
107-
{% highlight razor tabtitle="~/_Imports.razor" %}
107+
{% highlight razor tabtitle="~/_Imports.razor" %}
108108

109109
@using Microsoft.AspNetCore.Components.Web
110110
@using Syncfusion.Blazor.SmartPdfViewer

Document-Processing/PDF/Smart-PDF-Viewer/blazor/getting-started/wpf-blazor-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The WPF project must target Windows and enable WPF. A typical project file looks
103103
Create an `_Imports.razor` and add the component namespace
104104

105105
{% tabs %}
106-
{% highlight razor tabtitle="~/_Imports.razor" %}
106+
{% highlight razor tabtitle="~/_Imports.razor" %}
107107

108108
@using Microsoft.AspNetCore.Components.Web
109109
@using Syncfusion.Blazor.SmartPdfViewer

Document-Processing/Release-Notes/Migratingtov16.1.0.24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn here all about Essential Studio Document Processing 2018 volu
44
platform: file-formats
55
keywords: migration, upgrade-changes, 2018vol1-changes
66
---
7-
# Essential Studio Document Processing 2018 volume 1 Migration in Word Library
7+
# Essential Studio Document Processing 2018 volume 1 in Word Library
88

99
Complete field code is now included in Document Object Model(DOM). Whereas in v15.4.0.20 and earlier versions, the first paragraph item after field start is not included in Document Object Model(DOM).
1010
<table class="params">
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title : Essential Studio® for Document Processing Release Notes - v31.1.20
3+
description : Learn here about Essential Studio® for Document Processing Weekly Nuget Release - Release Notes - v31.1.20
4+
platform : document-processing
5+
documentation: ug
6+
---
7+
8+
# Essential Studio® for Document Processing - v31.1.20 Release Notes
9+
10+
{% include release-info.html date="September 17, 2025" version="v31.1.20" passed="236188" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.1.20 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
21+
| Component Name | Platform | Test Cases | Passed | Failed | Remarks |
22+
|------------------------------|----------------------------------------------------------|------------|--------|--------|------------|
23+
| Pdf Library (Pdf) | .NET | 14705 | 14705 | 0 | All Passed |
24+
| Word Library(DocIO) | .NET | 56375 | 56375 | 0 | All Passed |
25+
| Word Library(DocIO) | Java | 4079 | 4079 | 0 | All Passed |
26+
| Excel Library(XlsIO) | .NET | 37718 | 37718 | 0 | All Passed |
27+
| PowerPoint Library | .NET | 54322 | 54322 | 0 | All Passed |
28+
| Metafilerenderer | .NET | 863 | 863 | 0 | All Passed |
29+
| SfPdfViewer2 | Blazor | 12313 | 12313 | 0 | All Passed |
30+
| Pdf Viewer | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 19094 | 19094 | 0 | All Passed |
31+
| SfPdfViewer | MAUI | 14271 | 14271 | 0 | All Passed |
32+
| Pdf Viewer | WPF | 2998 | 2998 | 0 | All Passed |
33+
| PdfViewer | WinForms | 207 | 207 | 0 | All Passed |
34+
| DOCX Editor(Document Editor) | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 4224 | 4224 | 0 | All Passed |
35+
| DOCX Editor(Document Editor) | Blazor | 1929 | 1929 | 0 | All Passed |
36+
| Spreadsheet | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 10393 | 10393 | 0 | All Passed |
37+
| Spreadsheet | WPF | 2697 | 2697 | 0 | All Passed |
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 - v31.1.21
3+
description : Learn here about the controls in the Essential Studio® for Document Processing Weekly Nuget Release - Release Notes - v31.1.21
4+
platform : document-processing
5+
documentation: ug
6+
---
7+
8+
# Essential Studio® for Document Processing - v31.1.21 Release Notes
9+
10+
{% include release-info.html date="September 23, 2025" version="v31.1.21" passed="236108" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.1.21 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
19+
## Test Results
20+
21+
22+
| Component Name | Platform | Test Cases | Passed | Failed | Remarks |
23+
|------------------------------|----------------------------------------------------------|------------|--------|--------|------------|
24+
| Pdf Library (Pdf) | .NET | 14696 | 14696 | 0 | All Passed |
25+
| Word Library(DocIO) | .NET | 56375 | 56375 | 0 | All Passed |
26+
| Word Library(DocIO) | Java | 4079 | 4079 | 0 | All Passed |
27+
| Excel Library(XlsIO) | .NET | 37652 | 37652 | 0 | All Passed |
28+
| PowerPoint Library | .NET | 54317 | 54317 | 0 | All Passed |
29+
| Metafilerenderer | .NET | 863 | 863 | 0 | All Passed |
30+
| SfPdfViewer2 | Blazor | 12313 | 12313 | 0 | All Passed |
31+
| Pdf Viewer | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 19094 | 19094 | 0 | All Passed |
32+
| SfPdfViewer | MAUI | 14271 | 14271 | 0 | All Passed |
33+
| Pdf Viewer | WPF | 2998 | 2998 | 0 | All Passed |
34+
| PdfViewer | WinForms | 207 | 207 | 0 | All Passed |
35+
| DOCX Editor(Document Editor) | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 4224 | 4224 | 0 | All Passed |
36+
| DOCX Editor(Document Editor) | Blazor | 1929 | 1929 | 0 | All Passed |
37+
| Spreadsheet | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 10393 | 10393 | 0 | All Passed |
38+
| Spreadsheet | WPF | 2697 | 2697 | 0 | All Passed |
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title : Essential Studio® for Document Processing Release Notes - v31.1.22
3+
description : Learn here about the controls in the Essential Studio® for Document Processing Weekly Nuget Release - Release Notes - v31.1.22
4+
platform : document-processing
5+
documentation: ug
6+
---
7+
8+
# Essential Studio® for Document Processing - v31.1.22 Release Notes
9+
10+
{% include release-info.html date="October 01, 2025" version="v31.1.22" passed="237871" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.1.22 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
21+
| Component Name | Platform | Test Cases | Passed | Failed | Remarks |
22+
|------------------------------|----------------------------------------------------------|------------|--------|--------|------------|
23+
| Pdf Library (Pdf) | .NET | 14722 | 14722 | 0 | All Passed |
24+
| Word Library(DocIO) | .NET | 56583 | 56583 | 0 | All Passed |
25+
| Word Library(DocIO) | Java | 4079 | 4079 | 0 | All Passed |
26+
| Excel Library(XlsIO) | .NET | 37743 | 37743 | 0 | All Passed |
27+
| PowerPoint Library | .NET | 54327 | 54327 | 0 | All Passed |
28+
| Metafilerenderer | .NET | 863 | 863 | 0 | All Passed |
29+
| SfPdfViewer2 | Blazor | 12906 | 12906 | 0 | All Passed |
30+
| Pdf Viewer | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 19130 | 19130 | 0 | All Passed |
31+
| SfPdfViewer | MAUI | 14271 | 14271 | 0 | All Passed |
32+
| Pdf Viewer | WPF | 2998 | 2998 | 0 | All Passed |
33+
| PdfViewer | WinForms | 207 | 207 | 0 | All Passed |
34+
| DOCX Editor(Document Editor) | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 5005 | 5005 | 0 | All Passed |
35+
| DOCX Editor(Document Editor) | Blazor | 1933 | 1933 | 0 | All Passed |
36+
| Spreadsheet | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC | 10407 | 10393 | 0 | All Passed |
37+
| Spreadsheet | WPF | 2697 | 2697 | 0 | All Passed |
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title : Essential Studio® for Document Processing Release Notes - v31.1.23
3+
description : Learn here about the controls in the Essential Studio® for Document Processing Weekly Nuget Release - Release Notes - v31.1.23
4+
platform : document-processing
5+
documentation: ug
6+
---
7+
8+
# Essential Studio® for Document Processing - v31.1.23 Release Notes
9+
10+
{% include release-info.html date="October 07, 2025" version="v31.1.23" passed="237962" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.1.23 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
21+
| Component Name | Platform | Total Count | Failed | Remarks |
22+
|------------------------------|----------------------------------------------------------|-------------|--------|------------|
23+
| Pdf Library (Pdf) | .NET | 14724 | 0 | All Passed |
24+
| Word Library(DocIO) | .NET | 56583 | 0 | All Passed |
25+
| Word Library(DocIO) | Java | 4079 | 0 | All Passed |
26+
| Excel Library(XlsIO) | .NET | 37748 | 0 | All Passed |
27+
| PowerPoint Library | .NET | 54391 | 0 | All Passed |
28+
| Metafilerenderer | .NET | 863 | 0 | All Passed |
29+
| SfPdfViewer2 | Blazor | 12906 | 0 | All Passed |
30+
| Pdf Viewer | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 19130 | 0 | All Passed |
31+
| SfPdfViewer | MAUI | 14271 | 0 | All Passed |
32+
| Pdf Viewer | WPF | 2998 | 0 | All Passed |
33+
| PdfViewer | WinForms | 207 | 0 | All Passed |
34+
| DOCX Editor(Document Editor) | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 5009 | 0 | All Passed |
35+
| DOCX Editor(Document Editor) | Blazor | 1936 | 0 | All Passed |
36+
| Spreadsheet | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 10407 | 0 | All Passed |
37+
| Spreadsheet | WPF | 2710 | 0 | All Passed |

0 commit comments

Comments
 (0)