Skip to content

Commit f8aaea9

Browse files
committed
Task(218028);SERPSTAT-Issue-fixes-Help-Domain-Server-Status-Code-Error-Doc-processing
1 parent 825ddff commit f8aaea9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,20 @@ The frequently asked questions in Essential<sup>&reg;</sup> XlsIO are listed bel
108108
* [Does XlsIO support the multiline header footer support?](faqs/does-xlsio-support-the-multiline-header-footer-support)
109109
* [How to add Barcode in Excel document using C#?](faqs/how-to-add-barcode-in-excel-document)
110110
* [How to delete hyperlinks from a worksheet without affecting the cell styles using C#?](faqs/how-to-delete-hyperlinks-from-worksheet-without-affecting-the-cell-styles)
111-
* [How to avoid processing unnecessary worksheets when opening an Excel document using C#?](faqs/how-to-avoid-processing-unnecessary-worksheets-when-opening-an-Excel-document-using-C#)
111+
* [How to avoid processing unnecessary worksheets when opening an Excel document using C#?](faqs/how-to-avoid-processing-unnecessary-worksheets-when-opening-an-excel-document)
112112
* [How to run macros in Excel document?](faqs/how-to-run-macros-in-Excel-document)
113113
* [Does XlsIO support editing an Excel document that is already open in Microsoft Excel?](faqs/does-xlsio-support-editing-an-Excel-document-that-is-already-open-in-Microsoft-Excel)
114114
* [How to compute the size of the Excel file?](faqs/how-to-compute-the-size-of-the-Excel-file)
115115
* [How to set and format time values in Excel using TimeSpan?](faqs/how-to-set-and-format-time-values-in-excel-using-timespan)
116116
* [How to set the default font and font size in an Excel Workbook?](faqs/how-to-set-the-default-font-and-font-size-in-an-Excel-workbook)
117-
* [How to set traffic lights icon in Excel conditional formatting using C#?](faqs/how-to-set-traffic-lights-icon-in-Excel-conditional-formatting-using-C#)
117+
* [How to set traffic lights icon in Excel conditional formatting using C#?](faqs/how-to-set-traffic-lights-icon-in-excel-conditional-formatting)
118118
* [How to apply TimePeriod conditional formatting in Excel using C#?](faqs/how-to-apply-TimePeriod-conditional-formatting-in-Excel)
119119
* [How to get the list of worksheet names in an Excel workbook?](faqs/how-to-get-the-list-of-worksheet-names-in-an-Excel-workbook)
120120
* [How to switch chart series data interpretation from horizontal (rows) to vertical (columns) in Excel?](faqs/how-to-switch-chart-series-data-interpretation-from-horizontal-(rows)-to-vertical-(columns)-in-excel)
121121
* [How to add Oval shape to Excel chart using XlsIO?](faqs/how-to-add-oval-shape-to-excel-chart)
122122
* [How to show the leader line on Excel chart?](faqs/how-to-show-the-leader-line-on-excel-chart)
123-
* [How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-Excel-chart-in-C#)
124-
* [How to override an Excel document using C#?](faqs/how-to-override-an-Excel-document-using-C#)
123+
* [How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-excel-chart)
124+
* [How to override an Excel document using C#?](faqs/how-to-override-an-excel-document)
125125
* [Does XlsIO support converting an empty Excel document to PDF?](faqs/does-xlsio-support-converting-an-empty-Excel-document-to-PDF)
126126
* [What is the maximum supported text length for data validation in Excel?](faqs/what-is-the-maximum-supported-text-length-for-data-validation-in-excel)
127127
* [How to set column width for a pivot table range in an Excel Document?](faqs/how-to-set-column-width-for-a-pivot-table-range-in-an-Excel-Document)

Document-Processing/Excel/Excel-Library/NET/faqs/does-essential-xlsio-provide-support-for-client-profile.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Yes, Essential&reg; XlsIO provides support for Client Profile. In order to use E
1515

1616
## See Also
1717

18-
* [What are the assemblies required for working with XlsIO?](https://help.syncfusion.com/file-formats/xlsio/assemblies-required)
19-
* [What are the NuGet packages required to work with XlsIO?](https://help.syncfusion.com/file-formats/xlsio/nuget-packages-required)
20-
* [What are the supported features by Document Processing?](https://help.syncfusion.com/file-formats/xlsio/supported-features-by-file-formats)
21-
* [What are the features support platform wise?](https://help.syncfusion.com/file-formats/xlsio/supported-features-by-platforms)
22-
* [How to create an Excel file in C# and VB.NET?](https://help.syncfusion.com/file-formats/xlsio/getting-started-create-excel-file-csharp-vbnet)
18+
* [What are the assemblies required for working with XlsIO?](https://help.syncfusion.com/document-processing/excel/excel-library/net/assemblies-required)
19+
* [What are the NuGet packages required to work with XlsIO?](https://help.syncfusion.com/document-processing/excel/excel-library/net/nuget-packages-required)
20+
* [What are the supported features by Document Processing?](https://help.syncfusion.com/document-processing/excel/excel-library/net/supported-features-by-platforms)
21+
* [What are the features support platform wise?](https://help.syncfusion.com/document-processing/excel/excel-library/net/supported-features-by-platforms)
22+
* [How to create an Excel file in C# and VB.NET?](https://help.syncfusion.com/document-processing/excel/excel-library/net/overview)

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Converting-HTML-to-PDF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ HTML to PDF converter .NET library supports conversion in ASP.NET MVC. Refer to
251251
HTML to PDF converter .NET library supports conversion in Blazor. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/blazor) section for more information about HTML to PDF conversion in Blazor.
252252

253253
### Convert HTML to PDF in Azure
254-
HTML to PDF converter .NET library supports conversion in Azure. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-azure-app-service-windows) section for more information about HTML to PDF conversion in Azure.
254+
HTML to PDF converter .NET library supports conversion in Azure. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/convert-html-to-pdf-in-azure-app-service-linux) section for more information about HTML to PDF conversion in Azure.
255255

256256
### Convert HTML to PDF in AWS
257257
HTML to PDF converter .NET library supports conversion in AWS. Refer to [this](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/aws) section for more information about HTML to PDF conversion in AWS.

Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ During Word to PDF conversions, if a glyph of the input text is unavailable in t
254254

255255
## Unsupported elements in Word to PDF conversion
256256

257-
Refer [here](document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#detailed-limitations) to know about unsupported elements in Word to PDF conversion.
257+
Refer [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/unsupported-elements-word-to-pdf#detailed-limitations) to know about unsupported elements in Word to PDF conversion.
258258

259259
## Show Warning for Unsupported Elements
260260

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ T> If you encounter issues while using the .NET Word library in ASP.NET Core, re
1818
* Support to [create Word document](https://help.syncfusion.com/document-processing/word/word-library/net/getting-started) from scratch.
1919
* Support to open, modify and save existing Word documents.
2020
* Advanced [Mail merge](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-mail-merge) support with different data sources.
21-
* Ability to create or edit Word 97-2003 and later version documents, and convert them to commonly used file formats such as [RTF](https://help.syncfusion.com/document-processing/word/word-library/net/rtf), [WordML](https://help.syncfusion.com/document-processing/word/word-library/net/word-file-formats#word-processing-xml-xml), [TXT](https://help.syncfusion.com/document-processing/word/word-library/net/text), [HTML](https://help.syncfusion.com/document-processing/word/word-library/net/html) and vice versa.
21+
* Ability to create or edit Word 97-2003 and later version documents, and convert them to commonly used file formats such as [RTF](https://help.syncfusion.com/document-processing/word/word-library/net/rtf), [WordML](https://help.syncfusion.com/document-processing/word/word-library/net/overview), [TXT](https://help.syncfusion.com/document-processing/word/word-library/net/text), [HTML](https://help.syncfusion.com/document-processing/word/word-library/net/html) and vice versa.
2222
* Ability to export a Word document as an [Image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image), [PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf) file, and [EPUB](https://help.syncfusion.com/document-processing/word/word-library/net/word-to-epub) in high quality.
2323
* Ability to [merge](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/merging-word-documents) and [split](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/split-word-documents) Word documents.
2424
* Support to [compare](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/compare-word-documents) two DOCX format documents.

0 commit comments

Comments
 (0)