Skip to content

Commit da7a525

Browse files
ES-967048-Feedback addressed
1 parent 71b6078 commit da7a525

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ The frequently asked questions under each category in Essential<sup>&reg;</sup>
2828
* [Why does the item index in a Word document differ from the DocIO library?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#why-does-the-item-index-in-a-word-document-differ-from-the-docio-library)
2929
* [How to view Word documents in my .NET MAUI application using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-view-word-documents-in-my-net-maui-application-using-docio)
3030
* [How to identify if a Word document is in portrait or landscape?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#how-to-identify-if-a-word-document-is-in-portrait-or-landscape)
31-
* [How to save the Word document with same compatibility using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/word-file-formats#saving-word-document-with-compatibility)
3231
* [How to create a Word document using DocIO in a python wrapper-based web API using .NET Core Word library?](https://support.syncfusion.com/kb/article/20139/how-to-create-a-word-document-using-docio-in-aspnet-core)
3332
* [How to integrate DocIO functionality in Node.js using ASP.NET Core Web API?](https://support.syncfusion.com/kb/article/20317/how-to-integrate-docio-functionality-in-nodejs-using-aspnet-core-web-api)
3433
* [Is it possible to fetch the page number of Word document elements using DocIO?](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/word-document-faqs#is-it-possible-to-fetch-the-page-number-of-word-document-elements-using-docio)

Document-Processing/Word/Word-Library/NET/Supported-and-Unsupported-Features.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ Yes<br/><br/></td></tr>
11171117
<td>= (Formula) field</td>
11181118
<td> Yes <br/>
11191119
<strong>Known Limitation:</strong><br/>
1120-
All formula fields are supported except <code>=SUM(ABOVE)</code>, which is not supported.
1120+
All formula fields are supported except formulas that evaluate an entire column or row (for example, <code>=SUM(ABOVE)</code>), which are not supported
11211121
</td>
11221122
</tr>
11231123
</tr>
@@ -1166,8 +1166,23 @@ Yes<br/><br/></td></tr>
11661166
</td>
11671167
</tr>
11681168
<tr><td>NumWords field</td><td>No</td></tr>
1169-
<tr><td>Page field</td><td>Yes</td></tr>
1170-
<tr><td>PageRef field</td><td>Yes</td></tr>
1169+
<tr>
1170+
<td>Page field</td>
1171+
<td>
1172+
Yes <br>
1173+
<strong>Known Limitation:</strong><br>
1174+
Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts.
1175+
Requires <code>UpdateDocumentFields()</code> and PDF assemblies in .NET Core/MAUI.
1176+
</td>
1177+
</tr>
1178+
<tr><td>PageRef field</td>
1179+
<td>
1180+
Yes <br>
1181+
<strong>Known Limitation:</strong><br>
1182+
Not supported on Silverlight/WinRT platforms. PDF layout limitations may cause incorrect page counts.
1183+
Requires <code>UpdateDocumentFields()</code> and PDF assemblies in .NET Core/MAUI.
1184+
</td>
1185+
</tr>
11711186
<tr><td>PrintDate field</td><td>No</td></tr>
11721187
<tr><td>Quote field</td><td>No</td></tr>
11731188
<tr><td>Ref field</td><td>Yes</td></tr>

Document-Processing/Word/Word-Library/NET/Working-with-Fields.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ Field updating engine calculates the resultant value based on the field code inf
259259
The following are the known limitations:
260260

261261
* Updating of NUMPAGES field and Cross Reference field with Page number and Paragraph number options are not supported in Silverlight, WinRT, Universal, and Windows Phone applications.
262-
* Currently group shapes, drawing canvas, and table auto resizing are not supported in Word to PDF layouting, and this may lead to update incorrect page number and total number of pages.
263262

264263
N> In ASP.NET Core, Blazor, Xamarin, WinUI and .NET MAUI platforms, to update fields like Page and NumPages in a Word document, pass true to the UpdateDocumentFields() method and reference the Word to PDF [assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required#converting-word-document-to-pdf) or [NuGet](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required#converting-word-document-to-pdf) packages in your application.
265264

0 commit comments

Comments
 (0)