Skip to content

Commit 01cc2bc

Browse files
committed
Merge branch 'hotfix/hotfix-v32.2.3' of https://github.com/syncfusion-content/document-processing-docs into 871851-Added-PPTX-to-Image-Azure-Flex-Consumption-hotfix
2 parents b01ffc6 + 124c2f3 commit 01cc2bc

82 files changed

Lines changed: 6493 additions & 3696 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 & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
</ul>
942942
</li>
943943
<li><a href="/document-processing/pdf/pdf-viewer/react/mobile-toolbar">Mobile Toolbar Interface</a></li>
944-
<li><a href="/document-processing/pdf/pdf-viewer/react/toolbar">Toolbar Customization</a>
944+
<li><a href="/document-processing/pdf/pdf-viewer/react/toolbar-customization/overview">Toolbar</a>
945945
<ul>
946946
<li><a href="/document-processing/pdf/pdf-viewer/react/toolbar-customization/primary-toolbar">Primary Toolbar</a></li>
947947
<li><a href="/document-processing/pdf/pdf-viewer/react/toolbar-customization/annotation-toolbar">Annotation Toolbar</a></li>
@@ -964,6 +964,7 @@
964964
<li><a href="/document-processing/pdf/pdf-viewer/react/text-search">Text Search</a></li>
965965
<li>Annotation
966966
<ul>
967+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/overview">Overview</a></li>
967968
<li>Annotation Types
968969
<ul>
969970
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/highlight-annotation">Highlight</a></li>
@@ -987,18 +988,27 @@
987988
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-types/volume-annotation">Volume</a></li>
988989
</ul>
989990
</li>
990-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/text-markup-annotation">Text Markup Annotation</a></li>
991-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/shape-annotation">Shape Annotation</a></li>
992-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/stamp-annotation">Stamp Annotation</a></li>
993-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/sticky-notes-annotation">Sticky NotesAnnotation</a></li>
994-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/measurement-annotation">Measurement Annotation</a></li>
995-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/free-text-annotation">Free Text Annotation</a></li>
996-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/ink-annotation">Ink Annotation</a></li>
997-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/line-angle-constraints">Line Angle Constraints</a></li>
998-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/comments">Comments</a></li>
999-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/signature-annotation">Handwritten signature</a></li>
1000-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-event">Annotations Events</a></li>
1001-
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotations-in-mobile-view">Annotations in Mobile view</a></li>
991+
<li><a href="/document-processing/pdf/pdf-viewer/react/toolbar-customization/annotation-toolbar">Annotation Toolbar</a></li>
992+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/create-modify-annotation">Create and modify Annotation</a></li>
993+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/customize-annotation">Customize Annotation</a></li>
994+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/delete-annotation">Remove Annotation</a></li>
995+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotations-undo-redo">Undo or Redo Annotation Changes</a></li>
996+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-permission">Annotation Permission</a></li>
997+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/signature-annotation">Handwritten Signature</a></li>
998+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/line-angle-constraints">Line Angle Constraint</a></li>
999+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/custom-data">Adding custom Data in annotations</a></li>
1000+
<li>Export and Import Annotations
1001+
<ul>
1002+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/export-import/export-annotation">Export Annotation</a></li>
1003+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/export-import/import-annotation">Import Annotation</a></li>
1004+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/export-import/export-import-events">Export and Import Events</a></li>
1005+
</ul>
1006+
</li>
1007+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/comments">Comments and Replies</a></li>
1008+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotation-event">Annotation Events</a></li>
1009+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/custom-tools">Custom tools</a></li>
1010+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotations-in-mobile-view">Annotation in Mobile View</a></li>
1011+
<li><a href="/document-processing/pdf/pdf-viewer/react/annotation/annotations-api">APIs</a></li>
10021012
</ul>
10031013
</li>
10041014
<li>Redaction
@@ -1011,6 +1021,14 @@
10111021
<li><a href="/document-processing/pdf/pdf-viewer/react/Redaction/search-redact">Search Text and Redact</a></li>
10121022
</ul>
10131023
</li>
1024+
<li>Permissions and Security
1025+
<ul>
1026+
<li><a href="/document-processing/pdf/pdf-viewer/react/security/overview">Overview</a></li>
1027+
<li><a href="/document-processing/pdf/pdf-viewer/react/security/prevent-copy-and-print">Prevent copy/print</a></li>
1028+
<li><a href="/document-processing/pdf/pdf-viewer/react/security/secure-pdf-viewing">Secure PDF viewing in react apps</a></li>
1029+
<li><a href="/document-processing/pdf/pdf-viewer/react/security/restricting-download-and-print">Restrict download/print</a></li>
1030+
</ul>
1031+
</li>
10141032
<li><a href="/document-processing/pdf/pdf-viewer/react/interaction-mode">Interaction Mode</a></li>
10151033
<li>Forms
10161034
<ul>
@@ -7644,7 +7662,7 @@
76447662
<ul>
76457663
<li>
76467664
2025 Volume 4 - v32.*
7647-
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.2.7">v32.2.7</a></li><li><a href="/document-processing/release-notes/v32.2.5">v32.2.5</a></li><li><a href="/document-processing/release-notes/v32.2.4">v32.2.4</a></li><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>
7665+
<ul><li> Weekly Nuget Release <ul><li><a href="/document-processing/release-notes/v32.2.8">v32.2.8</a></li><li><a href="/document-processing/release-notes/v32.2.7">v32.2.7</a></li><li><a href="/document-processing/release-notes/v32.2.5">v32.2.5</a></li><li><a href="/document-processing/release-notes/v32.2.4">v32.2.4</a></li><li><a href="/document-processing/release-notes/v32.1.25">v32.1.25</a></li><li><a href="/document-processing/release-notes/v32.1.24">v32.1.24</a></li><li><a href="/document-processing/release-notes/v32.1.23">v32.1.23</a></li><li><a href="/document-processing/release-notes/v32.1.22">v32.1.22</a></li><li><a href="/document-processing/release-notes/v32.1.21">v32.1.21</a></li><li><a href="/document-processing/release-notes/v32.1.20">v32.1.20</a></li></ul></li>
76487666
<li><a href="/document-processing/release-notes/v32.2.3">v32.2.3 Service Pack Release</a></li>
76497667
<li><a href="/document-processing/release-notes/v32.1.19">v32.1.19 Main release</a></li>
76507668
</ul>

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

Lines changed: 4 additions & 4 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ chartArea.Fill.Transparency = 0.5
188188
{% endhighlight %}
189189
{% endtabs %}
190190

191-
N> [Transparency](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_Transparency) is only applicable when [FillType](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_FillType) is set as SolidColor. Color-shaded fill is represented as a floating-point value ranging from 0.0 (Clear) to 1.0 (Opaque).
191+
N> [Transparency](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_Transparency) is only applicable when [FillType](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IFill.html#Syncfusion_XlsIO_IFill_FillType) is set as SolidColor. Color-shaded fill is represented as a floating-point value ranging from 0.0 (Clear) to 1.0 (Opaque).

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)