Skip to content

Commit 3a2b420

Browse files
989322: resolved CI issues
1 parent 61adaa9 commit 3a2b420

File tree

10 files changed

+27
-66
lines changed

10 files changed

+27
-66
lines changed

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
<li><a href="/document-processing/pdf/pdf-viewer/angular/form-filling">Form Filling</a></li>
517517
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pdf">Organize Pages</a>
518518
<ul>
519-
<li><a href="/document-processing/pdf/pdf-viewer/angular/overview">Overview</a></li>
519+
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pages/overview">Overview</a></li>
520520
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pages/programmatic-support">Programmatic Support</a></li>
521521
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pages/ui-interactions">UI Interactions</a></li>
522522
<li><a href="/document-processing/pdf/pdf-viewer/angular/organize-pages/toolbar">Toolbar</a></li>
24.6 KB
Loading

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Organize Pages Events in PDF Viewer | Syncfusion
3+
title: Organize Pages Events in Angular PDF Viewer | Syncfusion
44
description: Learn how to organize pages Events in the PDF Viewer, including rotating, rearranging, inserting, deleting, and copying pages on mobile devices.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Organize Pages Events in PDF Viewer
11+
# Organize Pages Events in Angular PDF Viewer
1212

1313
The PDF Viewer provides events to track and respond to actions within the page organizer, allowing for the customization of page manipulation features.
1414

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ For a full guide to Organize Pages in Angular, see the feature landing page: [Or
3131

3232
See also:
3333

34-
- [UI interactions for Organize Pages](./organize-pdf/ui-interactions-organize-page)
35-
- [Toolbar items for Organize Pages](./organize-pdf/toolbar-organize-page)
36-
- [Programmatic support for Organize Pages](./organize-pdf/programmatic-support-for-organize-page)
37-
- [Organize Pages events](./organize-pdf/organize-pdf-events)
38-
- [Organize Pages in mobile view](./organize-pdf/organize-page-mobile-view)
34+
- [UI interactions for Organize Pages](./organize-page/ui-interactions-organize-page)
35+
- [Toolbar items for Organize Pages](./organize-page/toolbar-organize-page)
36+
- [Programmatic support for Organize Pages](./organize-page/programmatic-support-for-organize-page)
37+
- [Organize Pages events](./organize-page/organize-pdf-events)
38+
- [Organize Pages in mobile view](./organize-page/organize-page-mobile-view)
3939

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/programmatic-support.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: Programmatic Support for Organize Pages in Angular PDF Viewer control | Syncfusion
3+
title: Programmatical Organize Pages in Angular PDF Viewer control | Syncfusion
44
description: Learn here all about Programmatic Support for Organize Pages in Syncfusion Angular PDF Viewer control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/toolbar.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: Organize Page Toolbar Customization in Angular PDF Viewer control | Syncfusion
3+
title: Organize Page Toolbar in Angular PDF Viewer control | Syncfusion
44
description: Learn here all about Organize Page Toolbar Customization in Syncfusion Angular PDF Viewer control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/ui-interactions.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: UI Interactions for Organizing Pages in Angular PDF Viewer | Syncfusion
4-
description: Learn about the UI interactions for organizing pages in the Syncfusion Angular PDF Viewer control, including rotating, rearranging, inserting, deleting, and copying pages.
3+
title: UI Interaction for Organize Pages in Angular PDF Viewer | Syncfusion
4+
description: Learn about the UI interactions for organize pages in the Angular PDF Viewer control, including rotating, rearranging, inserting, deleting, and copying pages.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
@@ -21,15 +21,15 @@ You can adjust the orientation of pages to ensure proper alignment. The rotate i
2121
* **Rotate clockwise**: Rotate the selected pages 90 degrees clockwise.
2222
* **Rotate counter-clockwise**: Rotate the selected pages 90 degrees counter-clockwise.
2323

24-
![Alt text](../images/rotate-rearrange.gif)
24+
![Rotating](../images/rotate-rearrange.gif)
2525

2626
## Rearranging PDF pages
2727

2828
Easily change the sequence of pages using the drag-and-drop method:
2929

3030
* **Drag and drop**: Click and drag a page thumbnail to the desired position within the document, then release it to reorder the pages.
3131

32-
![Alt text](../images/rotate-rearrange.gif)
32+
![Rearranging](../images/rotate-rearrange.gif)
3333

3434
## Inserting new pages
3535

@@ -38,7 +38,7 @@ Effortlessly add blank pages to your document with the following options:
3838
* **Insert blank page left**: Insert a blank page to the left of the selected page.
3939
* **Insert blank page right**: Insert a blank page to the right of the selected page.
4040

41-
![Alt text](../images/insert-delete-copy.gif)
41+
![Inserting](../images/insert-delete-copy.gif)
4242

4343
## Deleting PDF pages
4444

@@ -47,7 +47,7 @@ Remove unwanted pages from your document with these steps:
4747
1. **Select pages to delete**: Click on the thumbnails of the pages you wish to remove. You can select multiple pages at once.
4848
2. **Delete selected pages**: Use the delete option in the Organize Pages pane to remove the selected pages from the document.
4949

50-
![Alt text](../images/insert-delete-copy.gif)
50+
![Deleting](../images/insert-delete-copy.gif)
5151

5252
## Copying PDF pages
5353

@@ -56,21 +56,21 @@ Duplicate pages within your PDF document effortlessly:
5656
* **Select pages to copy**: Click on the page thumbnails you wish to duplicate.
5757
* **Copy selected pages**: Use the copy option to create duplicates. The copied pages will be added to the right of the selected pages.
5858

59-
![Alt text](../images/insert-delete-copy.gif)
59+
![Copying](../images/insert-delete-copy.gif)
6060

6161
## Importing a PDF document
6262

6363
Seamlessly import another PDF document into your current document:
6464

6565
* **Import PDF document**: Click the **Import Document** button to select and import a PDF. The imported document will be inserted as a thumbnail. If a page is selected, the thumbnail will be added to its right. If no pages are selected, it will be added as the first page. The imported PDF will be merged with the current document upon saving.
6666

67-
![Alt text](../images/import.gif)
67+
![Importing](../images/import.gif)
6868

6969
## Selecting all pages
7070

7171
Select all pages simultaneously to perform bulk operations, such as rotating or deleting all pages at once.
7272

73-
![Alt text](../images/selectall.png)
73+
![Selecting](../images/selectall.png)
7474

7575
## Zooming page thumbnails
7676

@@ -80,7 +80,7 @@ Adjust the size of page thumbnails for better visibility and precision:
8080
* Zoom in to see more detail on each page.
8181
* Zoom out to view more pages at once.
8282

83-
![Alt text](../images/zoomOrganize.png)
83+
![Zooming](../images/zoomOrganize.png)
8484

8585
## Real-time updates and saving
8686

@@ -94,4 +94,4 @@ The following keyboard shortcuts are available in the Organize Pages dialog:
9494
* **Ctrl+Y**: Redo the last undone action.
9595
* **Ctrl+Scroll**: Zoom in and out on page thumbnails for better visibility.
9696

97-
![Alt text](../images/undo-redo.png)
97+
![Keyboard](../images/undo-redo.png)

Document-Processing/PDF/PDF-Viewer/angular/organize-pdf-overview.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

Document-Processing/PDF/PDF-Viewer/angular/toolbar-customization/custom-toolbar.md

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

Document-Processing/PDF/PDF-Viewer/asp-net-core/organize-pages/ui-interactions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ Duplicate pages within your PDF document effortlessly:
5555
* **Select pages to copy**: Click on the page thumbnails you wish to duplicate.
5656
* **Copy selected pages**: Use the copy option to create duplicates. The copied pages will be added to the right of the selected pages.
5757

58-
![Alt text](../images/insert-delete-copy.gif)
58+
![Copying](../images/insert-delete-copy.gif)
5959

6060
## Importing a PDF document
6161

6262
Seamlessly import another PDF document into your current document:
6363

6464
* **Import PDF document**: Click the **Import Document** button to select and import a PDF. The imported document will be inserted as a thumbnail. If a page is selected, the thumbnail will be added to its right. If no pages are selected, it will be added as the first page. The imported PDF will be merged with the current document upon saving.
6565

66-
![Alt text](../images/import.gif)
66+
![Importing](../images/import.gif)
6767

6868
## Selecting all pages
6969

7070
Select all pages simultaneously to perform bulk operations, such as rotating or deleting all pages at once.
7171

72-
![Alt text](../images/selectall.png)
72+
![Selecting](../images/selectall.png)
7373

7474
## Zooming page thumbnails
7575

@@ -79,7 +79,7 @@ Adjust the size of page thumbnails for better visibility and precision:
7979
* Zoom in to see more detail on each page.
8080
* Zoom out to view more pages at once.
8181

82-
![Alt text](../images/zoomOrganize.png)
82+
![Zooming](../images/zoomOrganize.png)
8383

8484
## Real-time updates and saving
8585

@@ -93,4 +93,4 @@ The following keyboard shortcuts are available in the Organize Pages dialog:
9393
* **Ctrl+Y**: Redo the last undone action.
9494
* **Ctrl+Scroll**: Zoom in and out on page thumbnails for better visibility.
9595

96-
![Alt text](../images/undo-redo.png)
96+
![Keyboard](../images/undo-redo.png)

0 commit comments

Comments
 (0)