Skip to content

Commit 327ea3d

Browse files
Merge branch 'hotfix/hotfix-v33.1.44' into ES-1019486-Move-conversion-subpages-hotfix
2 parents 63aa1fd + dddbaec commit 327ea3d

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/Working-with-Barcode.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Essential<sup>&reg;</sup> PDF provides support to add barcodes to the PDF docume
1212
* One-dimensional barcodes, including Code 39 and Code 32.
1313
* Two-dimensional barcodes, such as QR Code, Data Matrix, and PDF417.
1414

15+
To quickly get started, working with QR codes in PDF Documents using the .NET PDF Library. Watch this video:
16+
{% youtube "https://www.youtube.com/watch?v=hSkFuJEbPXw" %}
17+
1518
## Adding a one dimensional barcode to the PDF document
1619

1720
The below code example shows how to add Code39 barcode using the [PdfCode39Barcode](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Barcode.PdfCode39Barcode.html) class to a PDF document.

Document-Processing/Skills/document-sdk.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Document SDK Skills eliminate c
5656
<td><a href="https://help.syncfusion.com/document-processing/data-extraction/overview">Smart Data Extraction</a></td>
5757
<td><a href="https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-smart-data-extraction">syncfusion-dotnet-smart-data-extraction</a></td>
5858
</tr>
59+
<tr>
60+
<td><a href="https://help.syncfusion.com/windowsforms/calculation-engine/overview">Calculate</a></td>
61+
<td><a href="https://github.com/syncfusion/document-sdk-skills/tree/master/skills/syncfusion-dotnet-calculate">syncfusion-dotnet-calculate</a></td>
62+
</tr>
5963
</tbody>
6064
</table>
6165

@@ -114,6 +118,7 @@ Select skills to install (space to toggle)
114118
│ ◻ syncfusion-dotnet-powerpoint
115119
│ ◻ syncfusion-dotnet-markdown
116120
│ ◻ syncfusion-dotnet-smart-data-extraction
121+
│ ◻ syncfusion-dotnet-calculate
117122
│ ◻ syncfusion-java-word
118123
│ ◻ syncfusion-flutter-pdf
119124
│ ◻ syncfusion-javascript-pdf
@@ -192,6 +197,7 @@ Once skills are installed, the assistant can generate Syncfusion<sup style="font
192197
- "Show me DocIO code to create a Word document with a title and a paragraph."
193198
- "Generate a C# snippet to add a table to a PowerPoint slide."
194199
- "Show me code to extract all fields and tables from a PDF as JSON using Smart Data Extraction."
200+
- "Show me how to parse and compute formulas using CalcQuickBase"
195201

196202
**Execute Task (Mode 2):**
197203

Document-Processing/Skills/spreadsheet-editor-sdk.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Syncfusion<sup style="font-size:70%">&reg;</sup> Spreadsheet Editor SDK Skills a
2222
| [ASP.NET MVC](https://help.syncfusion.com/document-processing/excel/spreadsheet/asp-net-mvc/overview) | [syncfusion-aspnetmvc-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-aspnetmvc-spreadsheet-editor) |
2323
| [TypeScript](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es6/overview) | [syncfusion-javascript-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-javascript-spreadsheet-editor) |
2424
| [Vue](https://help.syncfusion.com/document-processing/excel/spreadsheet/vue/overview) | [syncfusion-vue-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-vue-spreadsheet-editor) |
25+
| [UWP](https://help.syncfusion.com/document-processing/excel/spreadsheet/uwp/overview) | [syncfusion-uwp-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-uwp-spreadsheet-editor) |
26+
| [WPF](https://help.syncfusion.com/document-processing/excel/spreadsheet/wpf/overview) | [syncfusion-wpf-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-wpf-spreadsheet-editor) |
27+
| [WinForms](https://help.syncfusion.com/document-processing/excel/spreadsheet/winforms/overview) | [syncfusion-winforms-spreadsheet-editor](https://github.com/syncfusion/spreadsheet-editor-sdk-skills/tree/master/skills/syncfusion-winforms-spreadsheet-editor) |
2528

2629
## Prerequisites
2730

@@ -77,6 +80,9 @@ Select skills to install (space to toggle)
7780
│ ◻ ssyncfusion-aspnetmvc-spreadsheet-editor
7881
│ ◻ syncfusion-javascript-spreadsheet-editor
7982
│ ◻ syncfusion-vue-spreadsheet-editor
83+
│ ◻ syncfusion-uwp-spreadsheet-editor
84+
│ ◻ syncfusion-wpf-spreadsheet-editor
85+
│ ◻ syncfusion-winforms-spreadsheet-editor
8086
│ .....
8187

8288
{% endhighlight %}
@@ -143,6 +149,7 @@ Once skills are installed, the assistant can generate spreadsheet editor code. B
143149
- "How to export the spreadsheet as PDF using Vue Spreadsheet Editor?"
144150
- "Show me code to apply number formatting to currency columns in React Spreadsheet Editor."
145151
- "How do I enable cell editing and data validation in Angular Spreadsheet Editor?"
152+
- "Generate code to add hyperlinks that navigate to other sheets in the workbook in WPF Spreadsheet."
146153

147154
## Skills CLI Commands
148155

0 commit comments

Comments
 (0)