Skip to content

Commit ec36157

Browse files
Merge branch 'development' into 993766-RedactionPdfViewer
2 parents 15c6d52 + ccbbb90 commit ec36157

File tree

199 files changed

+3635
-1957
lines changed

Some content is hidden

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

199 files changed

+3635
-1957
lines changed

Document-Processing-toc.html

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to/print-document">Print the PDF document Programmatically</a></li>
269269
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to/select-multi-page-annotations">Select multi-page TextMarkup annotation as single annotation</a></li>
270270
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to/add-save-button">Add a Save button in the built-in Toolbar</a></li>
271+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li>
271272
</ul>
272273
</li>
273274
<li>Troubleshooting
@@ -448,6 +449,7 @@
448449
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-mvc/how-to/select-multi-page-annotations">Select multi-page TextMarkup annotation as single annotation</a></li>
449450
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-mvc/how-to/show-bookmark">Show Bookmark</a></li>
450451
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-mvc/how-to/add-save-button">Add a Save button in the built-in Toolbar</a></li>
452+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-mvc/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li>
451453
</ul>
452454
</li>
453455
<li>Troubleshooting
@@ -621,6 +623,7 @@
621623
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/extract-text">Extract Text</a></li>
622624
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/enable-text-selection">Dynamically Enable or Disable Text Selection</a></li>
623625
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/show-hide-annotation">Show and Hide Annotations</a></li>
626+
<li><a href="/document-processing/pdf/pdf-viewer/angular/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li>
624627
</ul>
625628
</li>
626629
<li>Troubleshooting
@@ -951,6 +954,7 @@
951954
<li><a href="/document-processing/pdf/pdf-viewer/react/how-to/extract-text">Extract Text</a></li>
952955
<li><a href="/document-processing/pdf/pdf-viewer/react/how-to/show-hide-annotation">Show and Hide Annotation</a></li>
953956
<li><a href="/document-processing/pdf/pdf-viewer/react/how-to/enable-text-selection">Dynamically Enable or Disable Text Selection</a></li>
957+
<li><a href="/document-processing/pdf/pdf-viewer/react/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li>
954958
</ul>
955959
</li>
956960
<li>Troubleshooting
@@ -1126,6 +1130,7 @@
11261130
<li><a href="/document-processing/pdf/pdf-viewer/vue/how-to/highlight-underline-strikeout-text">Highlight Underline Strikeout Text</a></li>
11271131
<li><a href="/document-processing/pdf/pdf-viewer/vue/how-to/import-annotations">Import Annotations</a></li>
11281132
<li><a href="/document-processing/pdf/pdf-viewer/vue/how-to/overlapped-annotation">Overlapped Annotation</a></li>
1133+
<li><a href="/document-processing/pdf/pdf-viewer/vue/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li>
11291134
</ul>
11301135
</li>
11311136
<li>Troubleshooting
@@ -1310,6 +1315,7 @@
13101315
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/focus-on-a-form-field-after-loading">Focus on a form field on document load</a></li>
13111316
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/use-local-script-and-style-references">Use local script and style references</a></li>
13121317
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/add-new-page-to-the-pdf-document">Add new page to PDF document</a></li>
1318+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/load-document-after-resources-loaded">Load document after resources Loaded</a></li>
13131319
</ul>
13141320
</li>
13151321
<li>Troubleshooting
@@ -1400,6 +1406,16 @@
14001406
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/annotations-in-mobile-view">Annotations in Mobile view</a></li>
14011407
</ul>
14021408
</li>
1409+
<li>Redaction
1410+
<ul>
1411+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/Redaction/overview">Overview</a></li>
1412+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/Redaction/programmatic-support">Programmatic Support</a></li>
1413+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/Redaction/ui-interaction">UI Interaction</a></li>
1414+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/Redaction/toolbar">Toolbar</a></li>
1415+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/Redaction/mobile-view">Mobile View</a></li>
1416+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/Redaction/search-redact">Search Text and Redact</a></li>
1417+
</ul>
1418+
</li>
14031419
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/interaction-mode">Interaction Mode</a></li>
14041420
<li>Form Designer
14051421
<ul>
@@ -1417,6 +1433,7 @@
14171433
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/programmatic-support">Programmatic Support</a></li>
14181434
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/ui-interactions">UI Interactions</a></li>
14191435
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/toolbar">Toolbar</a></li>
1436+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/extract-pages">Extract Pages</a></li>
14201437
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/mobile-view">Mobile View</a></li>
14211438
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/organize-pages/events">Events</a></li>
14221439
</ul>
@@ -1485,6 +1502,7 @@
14851502
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/how-to/extract-text-ts">Extract Text</a></li>
14861503
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/how-to/enable-text-selection-ts">Dynamically Enable or Disable Text Selection</a></li>
14871504
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/how-to/show-hide-annotation-ts">Show and Hide Annotations</a></li>
1505+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/how-to/load-document-after-resources-loaded">Load document after resources loaded</a></li>
14881506
</ul>
14891507
</li>
14901508
<li>Troubleshooting
@@ -2388,6 +2406,9 @@
23882406
<li>
23892407
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/Linux">Linux</a>
23902408
</li>
2409+
<li>
2410+
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/Amazon-Linux-EC2-Setup-Guide">Amazon Linux EC2</a>
2411+
</li>
23912412
<li>
23922413
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/mac">Mac</a>
23932414
</li>
@@ -2586,6 +2607,12 @@
25862607
<li>
25872608
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Converting-HTML-to-PDF">Overview</a>
25882609
</li>
2610+
<li>
2611+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Assemblies-Required">Assemblies Required</a>
2612+
</li>
2613+
<li>
2614+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/NuGet-Packages-Required">NuGet Packages Required</a>
2615+
</li>
25892616
<li>Getting Started
25902617
<ul>
25912618
<li>
@@ -2609,15 +2636,8 @@
26092636
<li>
26102637
<a href="/document-processing/pdf/conversions/html-to-pdf/net/mac">Mac</a>
26112638
</li>
2612-
<li>
2613-
Azure
2639+
<li>Azure
26142640
<ul>
2615-
<li>
2616-
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Windows">Azure App Service (Windows)</a>
2617-
</li>
2618-
<li>
2619-
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-Functions-Windows">Azure Functions (Windows)</a>
2620-
</li>
26212641
<li>
26222642
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Linux">Azure App Service (Linux)</a>
26232643
</li>
@@ -2644,11 +2664,22 @@
26442664
<li>
26452665
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk">AWS Elastic Beanstalk</a>
26462666
</li>
2667+
<li>
2668+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Amazon-ECS-with-Fargate">AWS Fargate (ECS)</a>
2669+
</li>
26472670
</ul>
26482671
</li>
26492672
<li>
26502673
<a href="/document-processing/pdf/conversions/html-to-pdf/net/docker">Docker</a>
26512674
</li>
2675+
<li>
2676+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-GCP">Google Cloud Platform (GCP)</a>
2677+
<ul>
2678+
<li>
2679+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Google-App-Engine">Google App Engine</a>
2680+
</li>
2681+
</ul>
2682+
</li>
26522683
</ul>
26532684
</li>
26542685
<li>

Document-Processing/Excel/Spreadsheet/Blazor/cell-range.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Cell formatting options include:
4343
* **Bottom** – Default alignment
4444

4545
* **Wrap Text** - Displays long content on multiple lines within a single cell, preventing it from overflowing into adjacent cells. To enable text wrapping:
46-
1. Select the target cell or range (e.g., C5).
47-
2. Go to the Home tab.
48-
3. Click Wrap Text in the ribbon to toggle text wrapping for the selected cells.
46+
1. Select the target cell or range (e.g., C5).
47+
2. Go to the Home tab.
48+
3. Click Wrap Text in the ribbon to toggle text wrapping for the selected cells.
4949

5050
Cell formatting can be applied or removed from a cell or range by using the options available in the component's built-in **Ribbon** under the **Home** tab.
5151

Document-Processing/Excel/Spreadsheet/Blazor/getting-started-webapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
216216
{% tabs %}
217217
{% highlight razor %}
218218

219-
<SfSpreadsheet DataSourceBytes="@DataSourceBytes">
219+
<SfSpreadsheet DataSource="DataSourceBytes">
220220
<SpreadsheetRibbon></SpreadsheetRibbon>
221221
</SfSpreadsheet>
222222

@@ -225,8 +225,8 @@ N> If an **Interactivity Location** is set to `Global` and the **Render Mode** i
225225

226226
protected override void OnInitialized()
227227
{
228-
string filePath = "wwwroot/Sample.xlsx";
229-
DataSourceBytes = File.ReadAllBytes(filePath);
228+
string filePath = "wwwroot/Sample.xlsx";
229+
DataSourceBytes = File.ReadAllBytes(filePath);
230230
}
231231
}
232232

Document-Processing/Excel/Spreadsheet/Blazor/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Spreadsheet comp
144144

145145
Note: Due to browser-level restrictions in WebAssembly (WASM), the method File.ReadAllBytes is not supported. As a result, the sample implementations provided use a Base64-encoded Excel file to import data. This approach ensures compatibility with WASM environments, where direct file system access is limited. Instead of reading the file from disk, the Excel content is embedded or passed as a Base64 string, which is then decoded within the application to simulate file input. This method allows seamless data import while adhering to the constraints of the WebAssembly runtime.
146146

147-
<SfSpreadsheet DataSourceBytes="@DataSourceBytes">
147+
<SfSpreadsheet DataSource="DataSourceBytes">
148148
<SpreadsheetRibbon></SpreadsheetRibbon>
149149
</SfSpreadsheet>
150150

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Assemblies Required for HTML to PDF | Syncfusion
3+
description: This section details the Syncfusion assemblies required to implement HTML-to-PDF conversion functionality using the .NET PDF library.
4+
platform: document-processing
5+
control: PDF
6+
documentation: UG
7+
keywords: Assemblies
8+
---
9+
# Assemblies Required for HTML to PDF Conversion
10+
11+
Get the following required assemblies by downloading the HTML converter installer. Download and install the HTML converter for [Windows](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation#windows), [Linux](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation#linux), and [Mac](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation#mac) respectively. Please refer to the [advanced installation](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation) steps for more details.
12+
13+
<table>
14+
<thead>
15+
<tr>
16+
<th>Platforms</th>
17+
<th>Assemblies</th>
18+
</tr>
19+
</thead>
20+
<tbody>
21+
<tr>
22+
<td>
23+
WinForms<br/>
24+
WPF<br/>
25+
ASP.NET MVC
26+
</td>
27+
<td>
28+
<ul>
29+
<li>Syncfusion.Compression.Base.dll</li>
30+
<li>Syncfusion.Pdf.Base.dll</li>
31+
<li>Syncfusion.HtmlConverter.Base.dll</li>
32+
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
33+
</ul>
34+
</td>
35+
</tr>
36+
<tr>
37+
<td>
38+
.NET/.NET Core<br/>
39+
Blazor
40+
</td>
41+
<td>
42+
<ul>
43+
<li>Syncfusion.Compression.Portable.dll</li>
44+
<li>Syncfusion.Pdf.Portable.dll</li>
45+
<li>Syncfusion.HtmlConverter.Portable.dll</li>
46+
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
47+
</ul>
48+
</td>
49+
</tr>
50+
</tbody>
51+
</table>
52+
53+
**RETIRED PRODUCTS**
54+
55+
<table>
56+
<thead>
57+
<tr>
58+
<th>Platform(s)</th>
59+
<th>Assembly</th>
60+
</tr>
61+
</thead>
62+
<tbody>
63+
<tr>
64+
<td>
65+
ASP.NET
66+
</td>
67+
<td>
68+
<ul>
69+
<li>Syncfusion.Compression.Base.dll</li>
70+
<li>Syncfusion.Pdf.Base.dll</li>
71+
<li>Syncfusion.HtmlConverter.Base.dll</li>
72+
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
73+
</ul>
74+
</td>
75+
</tr>
76+
</tbody>
77+
</table>
78+
79+
N> HTML to PDF conversion is not supported in .NET MAUI, Xamarin, and UWP applications.
80+

0 commit comments

Comments
 (0)