Skip to content

Commit 394a9ee

Browse files
Merge pull request #1525 from Syncfusion-Content/hotfix/hotfix-v23.1.36
DOCINFRA-2341_merged_using_automation
2 parents ae0bad0 + c030fe7 commit 394a9ee

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

File-Formats/PDF/Working-with-Redaction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Redacting a PDF is the process of permanently removing sensitive or confidential
1212
N> 1.CJK text without TrueType font and complex script text cannot be redacted.
1313
N> 2.To redact the content from the existing PDF document in .NET Core, you need to include the Syncfusion.Pdf.Imaging.Portable assembly reference in the .NET Core project.
1414

15+
To quickly get started with redacting PDF documents in .NET using the PDF Library, check this video.
16+
{% youtube "https://www.youtube.com/watch?v=sSnHbKm3WTk" %}
17+
1518
## Removing sensitive content from the PDF document
1619

1720
The following code example demonstrates the redaction of PDF documents from the specified bounds using [PdfRedaction](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Redaction.PdfRedaction.html#Syncfusion_Pdf_Redaction_PdfRedaction__ctor_System_Drawing_RectangleF_System_Drawing_Color_) class.

File-Formats/PDF/Working-with-Tagged-PDF.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Usually tagged PDF used to making content accessible to users who rely on assist
1515

1616
This section explains how to add tags to PDF elements such as text element, image, shapes, form fields, annotations, table, list, and more
1717

18+
To quickly get started with creating accessible PDF documents in .NET using the PDF Library, please check this video.
19+
{% youtube "https://www.youtube.com/watch?v=vmmUqe2_jtY" %}
20+
1821
## Adding tag to text element
1922

2023
You can add tag to text or paragraphs in PDF document by using the [PdfTag](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Graphics.PdfLayoutElement.html#Syncfusion_Pdf_Graphics_PdfLayoutElement_PdfTag) property available in the [PdfTextElement](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Graphics.PdfTextElement.html) class and specifying the tag type as ```Paragraph``` of [PdfTagType](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfTagType.html) Enum in the [PdfStructureElement](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfStructureElement.html) class.

File-Formats/Presentation/Presentation-to-image.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ documentation: UG
77
---
88
# Presentation to image conversion
99

10+
To quickly start converting a PowerPoint Presentation to an Image using .NET PowerPoint libray, please check out this video:
11+
{% youtube "https://www.youtube.com/watch?v=DcH9CptpYHg" %}
12+
1013
## .NET Framework
1114

1215
This section covers converting an entire Presentation or a single slide to image in Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms. The supported image formats are listed as follows.
@@ -667,4 +670,4 @@ N> 2. Its only supported in [Portable PPTX to Image](https://help.syncfusion.com
667670

668671
## See Also
669672

670-
* [How to convert PPTX to Image in Blazor WebAssembly (WASM)?](https://www.syncfusion.com/kb/13884/how-to-convert-pptx-to-image-in-blazor-webassembly-wasm)
673+
* [How to convert PPTX to Image in Blazor WebAssembly (WASM)?](https://www.syncfusion.com/kb/13884/how-to-convert-pptx-to-image-in-blazor-webassembly-wasm)

File-Formats/Presentation/Working-with-Charts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ documentation: UG
77
---
88
# Working with charts using various operations
99

10+
To quickly start creating a chart in a PowerPoint Presentation using .NET PowerPoint libray, please check out this video:
11+
{% youtube "https://www.youtube.com/watch?v=z2yD83HWIrQ" %}
12+
1013
## Creating a Chart from scratch
1114

1215
An instance of [IOfficeChart](https://help.syncfusion.com/cr/file-formats/Syncfusion.OfficeChart.IOfficeChart.html) can be used to create or modify the charts in PowerPoint Presentation. The following code example demonstrates how to create a simple chart by adding data from scratch.

0 commit comments

Comments
 (0)