Skip to content

Commit bdc5784

Browse files
committed
994201-dev: Resolved the CI failures.
1 parent 62b5d6f commit bdc5784

File tree

17 files changed

+84
-63
lines changed

17 files changed

+84
-63
lines changed

Document-Processing-toc.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,21 +2557,21 @@
25572557
</ul>
25582558
</li>
25592559
<li><a href="/document-processing/pdf/pdf-library/javascript/Open-and-save-PDF-files">Loading and Saving</a></li>
2560-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-PDF-document">Working with document</a></li>
2561-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-PDF-Pages">Working with pages</a></li>
2562-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Text">Working with Text</a></li>
2563-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Lists">Working with Lists</a></li>
2564-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Images">Working with Images</a></li>
2565-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-PDF-Templates">Working with PDF Templates</a></li>
2566-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Shapes">Working with Shapes</a></li>
2567-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Annotations">Working with Annotations</a></li>
2568-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-forms">Working with Forms</a></li>
2569-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-DigitalSignature">Working with Digital Signature</a></li>
2570-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Bookmarks">Working with Bookmarks</a></li>
2571-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-HyperLinks">Working with Hyperlinks</a></li>
2572-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Layers">Working with Layers</a></li>
2573-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Text-Extraction">Working with Text Extraction</a></li>
2574-
<li><a href="/document-processing/pdf/pdf-library/javascript/Working-with-Redaction">Working with redaction</a></li>
2560+
<li><a href="/document-processing/pdf/pdf-library/javascript/PDF-document">PDF Document</a></li>
2561+
<li><a href="/document-processing/pdf/pdf-library/javascript/PDF-pages">PDF Pages</a></li>
2562+
<li><a href="/document-processing/pdf/pdf-library/javascript/Text">Text</a></li>
2563+
<li><a href="/document-processing/pdf/pdf-library/javascript/Lists">Lists</a></li>
2564+
<li><a href="/document-processing/pdf/pdf-library/javascript/Images">Images</a></li>
2565+
<li><a href="/document-processing/pdf/pdf-library/javascript/Templates">Templates</a></li>
2566+
<li><a href="/document-processing/pdf/pdf-library/javascript/Shapes">Shapes</a></li>
2567+
<li><a href="/document-processing/pdf/pdf-library/javascript/Annotations">Annotations</a></li>
2568+
<li><a href="/document-processing/pdf/pdf-library/javascript/FormFields">Form Fields</a></li>
2569+
<li><a href="/document-processing/pdf/pdf-library/javascript/DigitalSignature">Digital Signature</a></li>
2570+
<li><a href="/document-processing/pdf/pdf-library/javascript/Bookmarks">Bookmarks</a></li>
2571+
<li><a href="/document-processing/pdf/pdf-library/javascript/HyperLinks">Hyperlinks</a></li>
2572+
<li><a href="/document-processing/pdf/pdf-library/javascript/Layers">Layers</a></li>
2573+
<li><a href="/document-processing/pdf/pdf-library/javascript/Text-Extraction">Text Extraction</a></li>
2574+
<li><a href="/document-processing/pdf/pdf-library/javascript/Redaction">Redaction</a></li>
25752575
<li><a href="/document-processing/pdf/pdf-library/javascript/Supported-and-Unsupported-Features">Supported and Unsupported Features</a></li>
25762576
</ul>
25772577

Document-Processing/PDF/PDF-Library/javascript/Working-with-Annotations.md renamed to Document-Processing/PDF/PDF-Library/javascript/Annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Working with Annotations | Syncfusion
2+
title: Annotations | Syncfusion
33
description: This section explains how to create, modify or remove different type of interactive Annotation by using TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
8-
# Working with Annotations
8+
# Annotations
99

1010
Syncfusion<sup>&reg;</sup> JavaScript PDF library provides support for interactive annotations. You can add, delete and modify the annotation from the PDF documents.
1111

Document-Processing/PDF/PDF-Library/javascript/Working-with-Bookmarks.md renamed to Document-Processing/PDF/PDF-Library/javascript/Bookmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Working with Bookmarks | PDF library | Syncfusion
2+
title: Bookmarks | Syncfusion
33
description: This section explains how to add, modify and remove bookmarks in the PDF document by using TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
8-
# Working with Bookmarks
8+
# Bookmarks
99

1010
Essential<sup>&reg;</sup> PDF provides support to insert, remove and modify the bookmarks in the PDF Document.
1111

Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-angular.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,24 @@ cd my-app
3535
```
3636
## Create a PDF document using TypeScript
3737

38-
* Add a simple button to `main.ts` and attach a click handler that uses the TypeScript PDF API to create a new PDF document.
38+
* **Add script reference** : Add the required scripts using the CDN inside the `<head>` of `src/index.cshtml` as follows:
3939

4040
{% tabs %}
41-
{% highlight ts tabtitle="main.ts" %}
41+
{% highlight c# tabtitle="index.html" %}
42+
43+
<head>
44+
...
45+
<!-- Syncfusion JavaScript PDF Library (CDN) -->
46+
<script src="https://cdn.syncfusion.com/ej2/31.2.15/dist/ej2.min.js"></script>
47+
</head>
48+
49+
{% endhighlight %}
50+
{% endtabs %}
51+
52+
* Add a simple button to `app.component.html` and attach a click handler that uses the TypeScript PDF API to create a new PDF document.
53+
54+
{% tabs %}
55+
{% highlight ts tabtitle="app.component.html" %}
4256

4357
<html>
4458
<head>

Document-Processing/PDF/PDF-Library/javascript/Working-with-DigitalSignature.md renamed to Document-Processing/PDF/PDF-Library/javascript/DigitalSignature.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Working with Digital Signature | Syncfusion
2+
title: Digital Signature | Syncfusion
33
description: This section explains how to create a digital signature in the PDF document by using TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
8-
# Working with Digital Signature
8+
# Digital Signature
9+
10+
Essential<sup>&reg;</sup> PDF provides support to create, validate, and manage digital signatures in PDF documents, ensuring authenticity, integrity, and security.
911

1012
## Adding a digital signature
1113

@@ -14,7 +16,7 @@ This example demonstrates how to add a digital signature to a PDF document using
1416
{% tabs %}
1517
{% highlight c# tabtitle="TypeScript" %}
1618

17-
import {PdfDocument, PdfPage, PdfForm, PdfSignatureField, DigestAlgorithm, CryptographicStandard} from '@syncfusion/ej2-pdf';
19+
import {PdfDocument, PdfPage, PdfForm, PdfSignatureField, DigestAlgorithm, CryptographicStandard} from '@syncfusion/ej2-pdf';
1820

1921
// Load the document
2022
let document: PdfDocument = new PdfDocument(data, password);

Document-Processing/PDF/PDF-Library/javascript/Working-with-forms.md renamed to Document-Processing/PDF/PDF-Library/javascript/FormFields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Working with Forms | Syncfusion
3-
description: This section explains how to create, fill, modify, read only and flatten form fields in the PDF document
2+
title: Form Fields | Syncfusion
3+
description: This section explains how to create a digital signature in the PDF document by using the TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
8-
# Working with PDF Forms
8+
# Form Fields
99

1010
An interactive form, sometimes referred to as an AcroForm is a collection of fields for gathering information. A PDF document can contain any number of fields appearing on any combination of pages, all of that make a single, globally interactive form spanning the entire document.
1111

Document-Processing/PDF/PDF-Library/javascript/Working-with-HyperLinks.md renamed to Document-Processing/PDF/PDF-Library/javascript/HyperLinks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Working with Hyperlinks | Syncfusion
3-
description: This section explains how to add hyperlink in a new and existing PDF document using Syncfusion PDF library
2+
title: Hyperlinks | Syncfusion
3+
description: This section explains how to add a hyperlink in a new or existing PDF document by using the TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
8-
# Working with Hyperlinks in PDF
8+
# Hyperlinks
99

10-
In PDF, hyperlinks can be added to allow the users to navigate to another part of PDF file, web page or any other external content. Essential<sup>&reg;</sup> PDF provides support for all these types of hyperlink.
10+
In PDF, hyperlinks can be added to allow the users to navigate to another part of PDF file, web page or any other external content.
1111

1212
## Working with Web navigation
1313

Document-Processing/PDF/PDF-Library/javascript/Working-with-Images.md renamed to Document-Processing/PDF/PDF-Library/javascript/Images.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: Working with Images | Syncfusion
3-
description: This section explains how to add and replace images in the PDF document using Essential PDF. It supports both raster and vector images.
2+
title: Images | Syncfusion
3+
description: This section explains how to add and replace images in a PDF document by using the TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
7-
domainurl: ##DomainURL##
87
---
98

10-
# Working with images using various options
9+
# Images
1110

1211
Essential<sup>&reg;</sup> PDF supports both raster and vector images.
1312

Document-Processing/PDF/PDF-Library/javascript/Working-with-Layers.md renamed to Document-Processing/PDF/PDF-Library/javascript/Layers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Working with Layers | Syncfusion
3-
description: This section explains adding the layer in the PDF document and the layers refers to section of Content of PDF document
2+
title: Layers | Syncfusion
3+
description: This section explains how to add a layer in a PDF document by using the TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
88

9-
# Working with Layers
9+
# Layers
1010

1111
Layers, also known as Option Content refers to sections of content in a PDF document that can be selectively viewed or hidden by document authors or consumers. This capability is useful in items such as CAD drawings, layered artwork, maps, and multi-language documents.
1212

@@ -146,7 +146,7 @@ This example demonstrates how to lock or unlock layers in a PDF document using t
146146

147147
// Create a new PDF document
148148
let document: PdfDocument = new PdfDocument();
149-
// Add a new section to the document
149+
// Add a new section to the document
150150
let section: PdfSection = document.addSection();
151151
// Add a page to the section
152152
let page: PdfPage = section.addPage();

Document-Processing/PDF/PDF-Library/javascript/Working-with-Lists.md renamed to Document-Processing/PDF/PDF-Library/javascript/Lists.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Working with Lists | Syncfusion
3-
description: This section explains working with lists, which are used to display and manage a collection of items in a structured list format.
2+
title: Lists | Syncfusion
3+
description: This section explains how to work with lists in a PDF document by using the TypeScript PDF library
44
platform: document-processing
55
control: PDF
66
documentation: UG
77
---
88

9-
# Bullets and Lists in PDF
9+
# Lists
1010

1111
The Syncfusion<sup>&reg;</sup> PDF allows you list the content in ordered and unordered list. The ordered list can be number or alphabets and the unordered list can be bullets, circles, and images.
1212

0 commit comments

Comments
 (0)