Skip to content

Commit 4256913

Browse files
authored
Merge branch 'hotfix/hotfix-v33.1.44' into 822330-Preview-sample
2 parents 02e7d05 + 0bd1fad commit 4256913

46 files changed

Lines changed: 3132 additions & 135 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Document-Processing-toc.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,14 @@
638638
<li><a href="/document-processing/pdf/pdf-viewer/angular/deployment-integration/agentic-builder">Agentic UI Builder</a></li>
639639
</ul>
640640
</li>
641+
<li>
642+
Migration Guides
643+
<ul>
644+
<li><a href="/document-processing/pdf/pdf-viewer/angular/migration/migrating-from-PDFjs">Migrate from PDF.js</a></li>
645+
<li><a href="/document-processing/pdf/pdf-viewer/angular/migration/migrating-from-Apryse">Migrate from Apryse WebViewer(PDFTron)</a></li>
646+
<li><a href="/document-processing/pdf/pdf-viewer/angular/migration/Migrating-from-Nutrient-PSPDFKit">Migrate from nutrient.io(PSPDFKit)</a></li>
647+
</ul>
648+
</li>
641649
<li><a href="/document-processing/pdf/pdf-viewer/angular/feature-module">Feature Modules</a></li>
642650
<li>
643651
<a href="/document-processing/pdf/pdf-viewer/angular/open-pdf-files">Open PDF files</a>
@@ -780,6 +788,14 @@
780788
<li><a href="/document-processing/pdf/pdf-viewer/angular/forms/submit-form-data">Submit form data</a></li>
781789
</ul>
782790
</li>
791+
<li>Digital Signature
792+
<ul>
793+
<li><a href="/document-processing/pdf/pdf-viewer/angular/digital-signature/add-digital-signature">Add Digital Signature</a></li>
794+
<li><a href="/document-processing/pdf/pdf-viewer/angular/digital-signature/customize-signature-appearance">Customize Signature Appearance</a></li>
795+
<li><a href="/document-processing/pdf/pdf-viewer/angular/digital-signature/validate-digital-signatures">Validate Digital Signature</a></li>
796+
<li><a href="/document-processing/pdf/pdf-viewer/angular/digital-signature/signature-workflow">Signature Workflow</a></li>
797+
</ul>
798+
</li>
783799
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pdf">Organize Pages</a>
784800
<ul>
785801
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pages/overview">Overview</a></li>
@@ -791,12 +807,25 @@
791807
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pages/events">Events</a></li>
792808
</ul>
793809
</li>
794-
<li><a href="/document-processing/pdf/pdf-viewer/angular/print">Print</a></li>
810+
<li><a href="/document-processing/pdf/pdf-viewer/angular/print/overview">Print</a>
811+
<ul>
812+
<li><a href="/document-processing/pdf/pdf-viewer/angular/print/print-modes">Print Modes</a></li>
813+
<li><a href="/document-processing/pdf/pdf-viewer/angular/print/print-quality">Print Quality</a></li>
814+
<li><a href="/document-processing/pdf/pdf-viewer/angular/print/enable-print-rotation">Print rotation</a></li>
815+
<li><a href="/document-processing/pdf/pdf-viewer/angular/print/events">Events</a></li>
816+
</ul>
817+
</li>
795818
<li><a href="/document-processing/pdf/pdf-viewer/angular/download">Download</a></li>
796819
<li><a href="/document-processing/pdf/pdf-viewer/angular/events">Event</a></li>
797820
<li><a href="/document-processing/pdf/pdf-viewer/angular/text-selection">Text Selection</a></li>
798-
<li><a href="/document-processing/pdf/pdf-viewer/angular/globalization">Globalization</a></li>
799-
<li><a href="/document-processing/pdf/pdf-viewer/angular/accessibility">Accessibility</a></li>
821+
<li>Localization and Globalization
822+
<ul>
823+
<li><a href="/document-processing/pdf/pdf-viewer/angular/Localization/default-language">Default Language</a></li>
824+
<li><a href="/document-processing/pdf/pdf-viewer/angular/Localization/new-language">Change Language</a></li>
825+
<li><a href="/document-processing/pdf/pdf-viewer/angular/Localization/rtl-language-support">RTL and Localization</a></li>
826+
</ul>
827+
</li>
828+
<li><a href="/document-processing/pdf/pdf-viewer/angular/accessibility">Accessibility Features</a></li>
800829
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to-overview">How To</a>
801830
<ul>
802831
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/unload-document">Unload the PDF document Programmatically</a></li>

Document-Processing/Excel/Excel-Library/NET/Charts/Chart-Appearance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,9 +1074,9 @@ A complete working example to apply 3D chart formats in C# is present on [this G
10741074

10751075
## Explode a Pie Chart
10761076

1077-
Essential&reg; XlsIO allows you to explode either all data points at a single explosion value or each data point at different explosion using [Percent](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IChartSerieDataFormat.html#Syncfusion_XlsIO_IChartSerieDataFormat_Percent) of [IChartSerieDataFormat](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IChartSerieDataFormat.html) interface.
1077+
Essential&reg; XlsIO allows you to explode either all data points at a single explosion value or each data point at different explosion using [Percent](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IChartSerieDataFormat.html#Syncfusion_XlsIO_IChartSerieDataFormat_Percent) of [IChartSerieDataFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IChartSerieDataFormat.html) interface.
10781078

1079-
You can either create a pie chart and then explode it or directly create an exploded pie chart using XlsIO. Selecting `Pie_Exploded` as [ChartType](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IChart.html#Syncfusion_XlsIO_IChart_ChartType) inserts a pie chart with a default explosion of **25%**. Learn how to [Create an Exploded Pie Chart](https://www.syncfusion.com/kb/8539/how-to-create-excel-exploded-pie-chart-in-c-vb-net).
1079+
You can either create a pie chart and then explode it or directly create an exploded pie chart using XlsIO. Selecting `Pie_Exploded` as [ChartType](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IChart.html#Syncfusion_XlsIO_IChart_ChartType) inserts a pie chart with a default explosion of **25%**. Learn how to [Create an Exploded Pie Chart](https://www.syncfusion.com/kb/8539/how-to-create-excel-exploded-pie-chart-in-c-vb-net).
10801080

10811081
Refer the following complete code snippets.
10821082

@@ -1170,7 +1170,7 @@ A complete working example to explode a pie chart in C# is present on [this GitH
11701170

11711171
## Add Picture to Chart and assign Hyperlink
11721172

1173-
Essential&reg; XlsIO supports assigning hyperlink to the picture added in a chart in the Excel workbook. To achieve this, create a [chart in workbook](https://help.syncfusion.com/file-formats/xlsio/working-with-charts#creating-a-chart-sheet) and add picture to the chart using [AddPicture](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.Ipictures.html#Syncfusion_XlsIO_IPictures_AddPicture_System_String_) of [IPictures](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IPictures.html) interface. You can assign hyperlink to the picture using [Add](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IHyperLinks.html#Syncfusion_XlsIO_IHyperLinks_Add_Syncfusion_XlsIO_IShape_Syncfusion_XlsIO_ExcelHyperLinkType_System_String_System_String_) property of [IHyperLinks](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IHyperLinks.html) interface.
1173+
Essential&reg; XlsIO supports assigning hyperlink to the picture added in a chart in the Excel workbook. To achieve this, create a [chart in workbook](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#creating-a-chart-sheet) and add picture to the chart using [AddPicture](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.Ipictures.html#Syncfusion_XlsIO_IPictures_AddPicture_System_String_) of [IPictures](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IPictures.html) interface. You can assign hyperlink to the picture using [Add](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IHyperLinks.html#Syncfusion_XlsIO_IHyperLinks_Add_Syncfusion_XlsIO_IShape_Syncfusion_XlsIO_ExcelHyperLinkType_System_String_System_String_) property of [IHyperLinks](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IHyperLinks.html) interface.
11741174

11751175
Refer to the following complete code snippets.
11761176

@@ -1269,7 +1269,7 @@ N> XlsIO supports adding picture only to a chart in the workbook,but does not su
12691269

12701270
Data table beneath the chart clearly represents the chart content in table format. While creating a chart, the data table is hidden, and the option should be manually enabled to view it.
12711271

1272-
Essential&reg; XlsIO supports adding data table using [HasDataTable](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IChart.html#Syncfusion_XlsIO_IChart_HasDataTable) of [IChart](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IChart.html) interface. Enabling this property adds the data table beneath the chart.
1272+
Essential&reg; XlsIO supports adding data table using [HasDataTable](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IChart.html#Syncfusion_XlsIO_IChart_HasDataTable) of [IChart](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IChart.html) interface. Enabling this property adds the data table beneath the chart.
12731273

12741274
Refer the following complete code snippets.
12751275

@@ -1428,4 +1428,4 @@ End Using
14281428
{% endhighlight %}
14291429
{% endtabs %}
14301430

1431-
A complete working example to add data table in chart in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Create%20and%20Edit%20Charts/DataTable%20in%20Chart/.NET/DataTable%20in%20Chart).
1431+
A complete working example to add data table in chart in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Create%20and%20Edit%20Charts/DataTable%20in%20Chart/.NET/DataTable%20in%20Chart).

Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Data-Bars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: UG
1010

1111
Here, the values in each of the selected cells are compared, and a data bar is drawn in each cell representing the value of that cell relative to the other cells in the selected range. This bar provides a clear visual cue for users, making it easier to pick out larger and smaller values in a range.
1212

13-
The following code example illustrates how to apply data bars using [IDataBar](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IDataBar.html) interface in XlsIO.
13+
The following code example illustrates how to apply data bars using [IDataBar](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IDataBar.html) interface in XlsIO.
1414

1515
{% tabs %}
1616
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Conditional%20Formatting/Data%20Bars/.NET/Data%20Bars/Data%20Bars/Program.cs,180" %}

Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Highlight-Cells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Highlight cell rules are powerful tools for data analysis and presentation, enha
1212

1313
## Format Unique and Duplicate Values
1414

15-
Format unique and duplicate values of an Excel range using conditional formatting. The values, **Unique** and **Duplicate** of the enumeration [ExcelCFType](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelCFType.html) helps to achieve the requirement.
15+
Format unique and duplicate values of an Excel range using conditional formatting. The values, **Unique** and **Duplicate** of the enumeration [ExcelCFType](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.ExcelCFType.html) helps to achieve the requirement.
1616

1717
The following code example illustrates how to format unique and duplicate values using conditional formatting.
1818

Document-Processing/Excel/Excel-Library/NET/Conditional-Formatting/Icon-Sets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: UG
1010

1111
Icon sets present data in three to five categories that are distinguished by a threshold value. Each icon represents a range of values and each cell is annotated with the icon that represents that range.
1212

13-
The following code example illustrates how to apply Icon sets using [IconSet](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IIconSet.html) interface in XlsIO.
13+
The following code example illustrates how to apply Icon sets using [IconSet](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IIconSet.html) interface in XlsIO.
1414

1515
{% tabs %}
1616
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Conditional%20Formatting/Icon%20Sets/.NET/Icon%20Sets/Icon%20Sets/Program.cs,180" %}
@@ -100,7 +100,7 @@ A complete working example to apply Icon sets in C# is present on [this GitHub p
100100

101101
## Custom Icon Sets
102102

103-
You can customize the icon set by changing the [IconSet](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IIconConditionValue.html#Syncfusion_XlsIO_IIconConditionValue_IconSet) and [Index](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IIconConditionValue.html#Syncfusion_XlsIO_IIconConditionValue_Index) properties for each icon criteria.
103+
You can customize the icon set by changing the [IconSet](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IIconConditionValue.html#Syncfusion_XlsIO_IIconConditionValue_IconSet) and [Index](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IIconConditionValue.html#Syncfusion_XlsIO_IIconConditionValue_Index) properties for each icon criteria.
104104

105105
Custom Icon sets can be created and customized in XlsIO as follows.
106106

0 commit comments

Comments
 (0)