Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Document-Processing/Excel/Excel-Library/NET/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,20 @@ The frequently asked questions in Essential<sup>&reg;</sup> XlsIO are listed bel
* [Does XlsIO support the multiline header footer support?](faqs/does-xlsio-support-the-multiline-header-footer-support)
* [How to add Barcode in Excel document using C#?](faqs/how-to-add-barcode-in-excel-document)
* [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)
* [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#)
* [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)
* [How to run macros in Excel document?](faqs/how-to-run-macros-in-Excel-document)
* [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)
* [How to compute the size of the Excel file?](faqs/how-to-compute-the-size-of-the-Excel-file)
* [How to set and format time values in Excel using TimeSpan?](faqs/how-to-set-and-format-time-values-in-excel-using-timespan)
* [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)
* [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#)
* [How to set traffic lights icon in Excel conditional formatting using C#?](faqs/how-to-set-traffic-lights-icon-in-excel-conditional-formatting)
* [How to apply TimePeriod conditional formatting in Excel using C#?](faqs/how-to-apply-TimePeriod-conditional-formatting-in-Excel)
* [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)
* [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)
* [How to add Oval shape to Excel chart using XlsIO?](faqs/how-to-add-oval-shape-to-excel-chart)
* [How to show the leader line on Excel chart?](faqs/how-to-show-the-leader-line-on-excel-chart)
* [How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-Excel-chart-in-C#)
* [How to override an Excel document using C#?](faqs/how-to-override-an-Excel-document-using-C#)
* [How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-excel-chart)
* [How to override an Excel document using C#?](faqs/how-to-override-an-excel-document)
* [Does XlsIO support converting an empty Excel document to PDF?](faqs/does-xlsio-support-converting-an-empty-Excel-document-to-PDF)
* [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)
* [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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Yes, Essential&reg; XlsIO provides support for Client Profile. In order to use E

## See Also

* [What are the assemblies required for working with XlsIO?](https://help.syncfusion.com/file-formats/xlsio/assemblies-required)
* [What are the NuGet packages required to work with XlsIO?](https://help.syncfusion.com/file-formats/xlsio/nuget-packages-required)
* [What are the supported features by Document Processing?](https://help.syncfusion.com/file-formats/xlsio/supported-features-by-file-formats)
* [What are the features support platform wise?](https://help.syncfusion.com/file-formats/xlsio/supported-features-by-platforms)
* [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)
* [What are the assemblies required for working with XlsIO?](https://help.syncfusion.com/document-processing/excel/excel-library/net/assemblies-required)
* [What are the NuGet packages required to work with XlsIO?](https://help.syncfusion.com/document-processing/excel/excel-library/net/nuget-packages-required)
* [What are the supported features by Document Processing?](https://help.syncfusion.com/document-processing/excel/excel-library/net/supported-features-by-platforms)
* [What are the features support platform wise?](https://help.syncfusion.com/document-processing/excel/excel-library/net/supported-features-by-platforms)
* [How to create an Excel file in C# and VB.NET?](https://help.syncfusion.com/document-processing/excel/excel-library/net/overview)
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ HTML to PDF converter .NET library supports conversion in ASP.NET MVC. Refer to
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.

### Convert HTML to PDF in Azure
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.
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.

### Convert HTML to PDF in AWS
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ During Word to PDF conversions, if a glyph of the input text is unavailable in t

## Unsupported elements in Word to PDF conversion

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.
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.

## Show Warning for Unsupported Elements

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Library/NET/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ T> If you encounter issues while using the .NET Word library in ASP.NET Core, re
* Support to [create Word document](https://help.syncfusion.com/document-processing/word/word-library/net/getting-started) from scratch.
* Support to open, modify and save existing Word documents.
* Advanced [Mail merge](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-mail-merge) support with different data sources.
* 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.
* 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.
* 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.
* 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.
* Support to [compare](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/compare-word-documents) two DOCX format documents.
Expand Down