Skip to content

Commit 5b6e23d

Browse files
committed
986770: angular restructure
1 parent af4e0d9 commit 5b6e23d

File tree

113 files changed

+5843
-1946
lines changed

Some content is hidden

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

113 files changed

+5843
-1946
lines changed

Document-Processing/PDF/PDF-Viewer/angular/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ import { LinkAnnotationService, BookmarkViewService, MagnificationService,
132132
})
133133
export class AppComponent implements OnInit {
134134
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
135-
public resourceUrl = 'https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib';
135+
public resourceUrl = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
136136

137137
ngOnInit(): void {
138138
}

Document-Processing/PDF/PDF-Viewer/angular/annotation/annotation-event.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class AppComponent {
107107
public document: string =
108108
'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
109109
public resource: string =
110-
'https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2-pdfviewer-lib';
110+
'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
111111

112112
annotationAdd(args: any): void {
113113
console.log('Annotation added with ID: ' + args.annotationId);
@@ -196,7 +196,7 @@ export class AppComponent {
196196
public document: string =
197197
'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
198198
public resource: string =
199-
'https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2-pdfviewer-lib';
199+
'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
200200

201201
annotationDoubleClick(args: any): void {
202202
console.log('Annotation double-clicked on page: ' + args.pageIndex);
@@ -294,7 +294,7 @@ export class AppComponent {
294294
public document: string =
295295
'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
296296
public resource: string =
297-
'https://cdn.syncfusion.com/ej2/31.1.17/dist/ej2-pdfviewer-lib';
297+
'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
298298

299299
annotationMouseLeave(args: any): void {
300300
console.log(
@@ -378,7 +378,7 @@ export class AppComponent implements OnInit {
378378
public pdfViewerControl!: PdfViewerComponent;
379379

380380
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
381-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
381+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
382382

383383
ngOnInit(): void {
384384
// Initialization logic if needed
@@ -461,7 +461,7 @@ export class AppComponent implements OnInit {
461461
public pdfViewerControl!: PdfViewerComponent;
462462

463463
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
464-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
464+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
465465

466466
ngOnInit(): void {
467467
// Initialization logic if needed
@@ -544,7 +544,7 @@ export class AppComponent implements OnInit {
544544
public pdfViewerControl!: PdfViewerComponent;
545545

546546
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
547-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
547+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
548548

549549
ngOnInit(): void {
550550
// Initialization logic if needed
@@ -627,7 +627,7 @@ export class AppComponent implements OnInit {
627627
public pdfViewerControl!: PdfViewerComponent;
628628

629629
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
630-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
630+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
631631

632632
ngOnInit(): void {
633633
// Initialization logic if needed
@@ -712,7 +712,7 @@ export class AppComponent implements OnInit {
712712
public pdfViewerControl!: PdfViewerComponent;
713713

714714
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
715-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
715+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
716716

717717
ngOnInit(): void {
718718
// Initialization logic if needed
@@ -795,7 +795,7 @@ export class AppComponent implements OnInit {
795795
public pdfViewerControl!: PdfViewerComponent;
796796

797797
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
798-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
798+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
799799

800800
ngOnInit(): void {
801801
// Initialization logic if needed
@@ -878,7 +878,7 @@ export class AppComponent implements OnInit {
878878
public pdfViewerControl!: PdfViewerComponent;
879879

880880
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
881-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
881+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
882882

883883
ngOnInit(): void {
884884
// Initialization logic if needed
@@ -960,7 +960,7 @@ export class AppComponent implements OnInit {
960960
public pdfViewerControl!: PdfViewerComponent;
961961

962962
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
963-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
963+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
964964

965965
ngOnInit(): void {
966966
// Initialization logic if needed
@@ -1041,7 +1041,7 @@ export class AppComponent implements OnInit {
10411041
public pdfViewerControl!: PdfViewerComponent;
10421042

10431043
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1044-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1044+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
10451045

10461046
ngOnInit(): void {
10471047
// Initialization logic if needed
@@ -1127,7 +1127,7 @@ export class AppComponent implements OnInit {
11271127
public pdfViewerControl!: PdfViewerComponent;
11281128

11291129
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1130-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1130+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
11311131

11321132
ngOnInit(): void {
11331133
// Initialization logic if needed
@@ -1207,7 +1207,7 @@ export class AppComponent implements OnInit {
12071207
public pdfViewerControl!: PdfViewerComponent;
12081208

12091209
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1210-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1210+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
12111211

12121212
ngOnInit(): void {
12131213
// Initialization logic if needed
@@ -1288,7 +1288,7 @@ export class AppComponent implements OnInit {
12881288
public pdfViewerControl!: PdfViewerComponent;
12891289

12901290
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1291-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1291+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
12921292

12931293
ngOnInit(): void {
12941294
// Initialization logic if needed
@@ -1368,7 +1368,7 @@ export class AppComponent implements OnInit {
13681368
public pdfViewerControl!: PdfViewerComponent;
13691369

13701370
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1371-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1371+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
13721372

13731373
ngOnInit(): void {
13741374
// Initialization logic if needed
@@ -1449,7 +1449,7 @@ export class AppComponent implements OnInit {
14491449
public pdfViewerControl!: PdfViewerComponent;
14501450

14511451
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1452-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1452+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
14531453

14541454
ngOnInit(): void {
14551455
// Initialization logic if needed
@@ -1531,7 +1531,7 @@ export class AppComponent implements OnInit {
15311531
public pdfViewerControl!: PdfViewerComponent;
15321532

15331533
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
1534-
public resource: string = 'https://cdn.syncfusion.com/ej2/31.1.23/dist/ej2-pdfviewer-lib';
1534+
public resource: string = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
15351535

15361536
ngOnInit(): void {
15371537
// Initialization logic if needed

Document-Processing/PDF/PDF-Viewer/angular/annotation/annotations-in-mobile-view.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
3-
title: Annotations mobileView in TypeScript PDF Viewer control | Syncfusion
4-
description: Learn how to use annotations in mobile view with the Syncfusion TypeScript PDF Viewer (Essential JS 2).
3+
title: Annotations mobileView in Angular PDF Viewer control | Syncfusion
4+
description: Learn how to use annotations in mobile view with the Syncfusion Angular PDF Viewer (Essential JS 2).
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
10-
# Annotations in mobile view in TypeScript PDF Viewer control
10+
# Annotations in mobile view in Angular PDF Viewer control
1111

1212
## Open the annotation toolbar
1313

1414
**Step 1:** Click Edit Annotation on the toolbar to enable the annotation toolbar.
1515

16-
![Enable the annotation toolbar](./images/edit-annotation.png)
16+
![Enable the annotation toolbar](../images/edit-annotation.png)
1717

1818
**Step 2:** The annotation toolbar appears below the main toolbar.
1919

@@ -81,7 +81,7 @@ domainurl: ##DomainURL##
8181

8282
**Step 2:** The ink annotation appears on the page.
8383

84-
![Ink annotation drawn on the page](../how-to/images/ink-annotation.png)
84+
![Ink annotation drawn on the page](../images/ink-annotation.png)
8585

8686
## Change annotation properties (before adding)
8787

Document-Processing/PDF/PDF-Viewer/angular/annotation/comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Comments in Angular Pdfviewer component | Syncfusion
4-
description: Learn about comments, replies, and status in the Syncfusion Angular Pdfviewer component of Syncfusion Essential JS 2.
3+
title: Comments in Angular PDF Viewer component | Syncfusion
4+
description: Learn about comments, replies, and status in the Syncfusion Angular PDF Viewer component of Syncfusion Essential JS 2.
55
platform: document-processing
66
control: Comments
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/angular/annotation/free-text-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Free text annotation in Angular Pdfviewer component | Syncfusion
3+
title: Free text annotation in Angular PDF Viewer component | Syncfusion
44
description: Learn about free text annotations in the Syncfusion Angular PDF Viewer (Essential JS 2): add, edit, delete, and default settings.
55
platform: document-processing
66
control: Free text annotation

Document-Processing/PDF/PDF-Viewer/angular/annotation/import-export-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Import export annotation in Angular Pdfviewer component | Syncfusion
4-
description: Learn here all about Import export annotation in Syncfusion Angular Pdfviewer component of Syncfusion Essential JS 2 and more.
3+
title: Import export annotation in Angular PDF Viewer component | Syncfusion
4+
description: Learn here all about Import export annotation in Syncfusion Angular PDF Viewer component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Import export annotation
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/angular/annotation/ink-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Ink annotation in Angular Pdfviewer component | Syncfusion
3+
title: Ink annotation in Angular PDF Viewer component | Syncfusion
44
description: Learn about ink annotations in the Syncfusion Angular PDF Viewer (Essential JS 2): add, edit, delete, and default settings.
55
platform: document-processing
66
control: Ink annotation

Document-Processing/PDF/PDF-Viewer/angular/annotation/shape-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Shape annotation in TypeScript PDF Viewer control | Syncfusion
4-
description: Learn about shape annotations in the Syncfusion TypeScript PDF Viewer (Essential JS 2), including add, edit, delete, and default settings.
3+
title: Shape annotation in Angular PDF Viewer control | Syncfusion
4+
description: Learn about shape annotations in the Syncfusion Angular PDF Viewer (Essential JS 2), including add, edit, delete, and default settings.
55
platform: document-processing
66
control: Shape annotation
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/angular/annotation/signature-annotation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Handwritten signature in TypeScript PDF Viewer control | Syncfusion
4-
description: Learn about handwritten signatures in the Syncfusion TypeScript PDF Viewer (Essential JS 2): add, enable/disable, and edit properties.
3+
title: Handwritten signature in Angular PDF Viewer control | Syncfusion
4+
description: Learn about handwritten signatures in the Syncfusion Angular PDF Viewer (Essential JS 2): add, enable/disable, and edit properties.
55
platform: document-processing
66
control: Handwritten signature
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Handwritten signature in TypeScript PDF Viewer control
11+
# Handwritten signature in Angular PDF Viewer control
1212

1313
The PDF Viewer control supports adding handwritten signatures to a PDF document. Handwritten signatures reduce paperwork and enable digital verification.
1414

Document-Processing/PDF/PDF-Viewer/angular/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Download in Angular Pdfviewer component | Syncfusion
4-
description: Learn here all about Download in Syncfusion Angular Pdfviewer component of Syncfusion Essential JS 2 and more.
3+
title: Download in Angular PDF Viewer component | Syncfusion
4+
description: Learn here all about Download in Syncfusion Angular PDF Viewer component of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Download
77
documentation: ug

0 commit comments

Comments
 (0)