diff --git a/Document-Processing/Excel/Excel-Library/NET/FAQ.md b/Document-Processing/Excel/Excel-Library/NET/FAQ.md index c33e04245..c874ed2dc 100644 --- a/Document-Processing/Excel/Excel-Library/NET/FAQ.md +++ b/Document-Processing/Excel/Excel-Library/NET/FAQ.md @@ -108,20 +108,20 @@ The frequently asked questions in Essential® 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) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-protect-zip-file-items-with-different-passwords.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-protect-zip-file-items-with-different-passwords.md index 2c639b055..867970352 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-protect-zip-file-items-with-different-passwords.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-protect-zip-file-items-with-different-passwords.md @@ -72,7 +72,7 @@ End Module ## See Also -* [How to protect the zip files using Syncfusion.Compression.Base?](how-to-protect-the-zip-files-using-syncfusion-compression-base.md) +* [How to protect the zip files using Syncfusion.Compression.Base?](how-to-protect-the-zip-files-using-syncfusion-compression-base) * [How to un-protect the zip files using Syncfusion.Compression.Base?](how-to-un-protect-the-zip-files-using-syncfusion-compression-base) * [How to zip files using the Syncfusion.Compression.Zip namespace?](how-to-zip-files-using-the-syncfusion-compression-zip-namespace) * [How to zip all the files in subfolders using Syncfusion® Compression?](how-to-zip-all-the-files-in-subfolders-using-syncfusion-compression) \ No newline at end of file diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-resolve-excel-cannot-open-the-file-because-the-file-format-for-the-file-extension-is-not-valid.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-resolve-excel-cannot-open-the-file-because-the-file-format-for-the-file-extension-is-not-valid.md index 37570bef6..271b1a3a8 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-resolve-excel-cannot-open-the-file-because-the-file-format-for-the-file-extension-is-not-valid.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-resolve-excel-cannot-open-the-file-because-the-file-format-for-the-file-extension-is-not-valid.md @@ -95,4 +95,4 @@ workbook.SaveAs("Sample.xlsx") * [How to resolve the File does not contain workbook stream error](how-to-resolve-the-file-does-not-contain-workbook-stream-error) * [What are the known exceptions of XlsIO?](https://help.syncfusion.com/file-formats/xlsio/known-exceptions) -* [What are the supported features by file formats?](https://help.syncfusion.com/file-formats/xlsio/supported-features-by-file-formats) +* [What are the supported features by file formats?](https://help.syncfusion.com/document-processing/excel/excel-library/net/supported-features-by-platforms) diff --git a/Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Converting-HTML-to-PDF.md b/Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Converting-HTML-to-PDF.md index 9d5775c35..de17aca2c 100644 --- a/Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Converting-HTML-to-PDF.md +++ b/Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Converting-HTML-to-PDF.md @@ -110,7 +110,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/converting-html-to-pdf#convert-html-to-pdf-in-azure) 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. diff --git a/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md b/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md index 18c4d8516..eeec969ee 100644 --- a/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md +++ b/Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md @@ -105,7 +105,7 @@ Please refer to the below code example to understand how to save and restore the {% tabs %} -{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/PDF-Examples/refs/heads/master/Text/Saving-and-Restoring-the-PdfGraphics/.NET/Saving-and-Restoring-the-PdfGraphics/Saving-and-Restoring-the-PdfGraphics/Program.cs" %} +{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Text/Saving-and-Restoring-the-PdfGraphics/.NET/Saving-and-Restoring-the-PdfGraphics/Saving-and-Restoring-the-PdfGraphics/Program.cs" %} using Syncfusion.Drawing; using Syncfusion.Pdf;