You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/organize-pdf.md
+22-15Lines changed: 22 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,13 @@ You can adjust the orientation of PDF pages to ensure proper alignment. The rota
27
27
*`Rotate clockwise`: Rotate the selected pages 90 degrees clockwise.
28
28
*`Rotate counter-clockwise`: Rotate the selected pages 90 degrees counter-clockwise.
29
29
30
-

31
-
32
30
### Rearranging PDF pages
33
31
34
32
You can easily change the sequence of pages within your document using the drag and drop method:
35
33
36
34
*`Drag and drop`: Click and drag a page thumbnail to the desired position within the document, then release it to rearrange the page order.
37
35
38
-

36
+

39
37
40
38
### Inserting new pages
41
39
@@ -44,24 +42,20 @@ Effortlessly add new pages to your document with the following options:
44
42
*`Insert blank page left`: Insert a blank page to the left of the selected page using the respective icon.
45
43
*`Insert blank page right`: Insert a blank page to the right of the selected page using the corresponding icon.
46
44
47
-

48
-
49
45
### Deleting PDF pages
50
46
51
47
Removing unwanted pages from your document is straight forward:
52
48
53
49
*`Select pages to delete`: Click on the page thumbnails you wish to remove. You can select multiple pages at once.
54
50
*`Delete selected pages`: Use the delete option in the organize pages pane to remove the selected pages from the document.
55
51
56
-

57
-
58
52
### Copying PDF pages
59
53
60
54
Duplicate the pages within your PDF document effortlessly:
61
55
62
56
*`Select pages to copy`: Click on the page thumbnails you wish to duplicate. Use the copy option to create duplicates. When a page is copied, the duplicate is automatically added to the right of the selected page. Multiple copies can be made using the toolbar action.
63
57
64
-

58
+

65
59
66
60
### Importing a PDF Document
67
61
@@ -75,7 +69,19 @@ Seamlessly import a PDF document into your existing document:
75
69
76
70
Make comprehensive adjustments by selecting all pages simultaneously. This facilitates efficient editing and formatting across the entire document.
77
71
78
-

72
+

73
+
74
+
### Zooming Page Thumbnails
75
+
76
+
Adjust the size of page thumbnails within the organizer panel for better visibility and precision when editing. The zoom functionality allows you to:
77
+
78
+
* Increase or decrease the size of page thumbnails using the zoom slider
79
+
* See more details on pages when zoomed in
80
+
* View more pages simultaneously when zoomed out
81
+
82
+
This feature is especially useful when working with documents containing complex layouts or small details that need careful examination during organization.
83
+
84
+

79
85
80
86
### Real-time updates
81
87
@@ -125,20 +131,20 @@ Safeguard your edits by utilizing the **Save As** feature. This enables you to d
125
131
{% endhighlight %}
126
132
{% endtabs %}
127
133
128
-
**pageOrganizerSettings:** This API allows control over various page management functionalities within the PDF Viewer. It includes options to enable or disable actions such as deleting, inserting, rotating, copying, importing and rearranging pages. By default, all these actions are enabled.
134
+
**pageOrganizerSettings:** This API allows control over various page management functionalities within the PDF Viewer. It includes options to enable or disable actions such as deleting, inserting, rotating, copying, importing and rearranging pages, as well as configuring thumbnail zoom settings. By default, all these actions are enabled and standard zoom settings are applied.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/organize-pdf.md
+20-13Lines changed: 20 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,13 @@ You can adjust the orientation of PDF pages to ensure proper alignment. The rota
27
27
*`Rotate clockwise`: Rotate the selected pages 90 degrees clockwise.
28
28
*`Rotate counter-clockwise`: Rotate the selected pages 90 degrees counter-clockwise.
29
29
30
-

31
-
32
30
### Rearranging PDF pages
33
31
34
32
You can easily change the sequence of pages within your document using the drag and drop method:
35
33
36
34
*`Drag and drop`: Click and drag a page thumbnail to the desired position within the document, then release it to rearrange the page order.
37
35
38
-

36
+

39
37
40
38
### Inserting new pages
41
39
@@ -44,24 +42,20 @@ Effortlessly add new pages to your document with the following options:
44
42
*`Insert blank page left`: Insert a blank page to the left of the selected page using the respective icon.
45
43
*`Insert blank page right`: Insert a blank page to the right of the selected page using the corresponding icon.
46
44
47
-

48
-
49
45
### Deleting PDF pages
50
46
51
47
Removing unwanted pages from your document is straight forward:
52
48
53
49
*`Select pages to delete`: Click on the page thumbnails you wish to remove. You can select multiple pages at once.
54
50
*`Delete selected pages`: Use the delete option in the organize pages pane to remove the selected pages from the document.
55
51
56
-

57
-
58
52
### Copying PDF pages
59
53
60
54
Duplicate the pages within your PDF document effortlessly:
61
55
62
56
*`Select pages to copy`: Click on the page thumbnails you wish to duplicate. Use the copy option to create duplicates. When a page is copied, the duplicate is automatically added to the right of the selected page. Multiple copies can be made using the toolbar action.
63
57
64
-

58
+

65
59
66
60
### Importing a PDF Document
67
61
@@ -75,7 +69,19 @@ Seamlessly import a PDF document into your existing document:
75
69
76
70
Make comprehensive adjustments by selecting all pages simultaneously. This facilitates efficient editing and formatting across the entire document.
77
71
78
-

72
+

73
+
74
+
### Zooming Page Thumbnails
75
+
76
+
Adjust the size of page thumbnails within the organizer panel for better visibility and precision when editing. The zoom functionality allows you to:
77
+
78
+
* Increase or decrease the size of page thumbnails using the zoom slider
79
+
* See more details on pages when zoomed in
80
+
* View more pages simultaneously when zoomed out
81
+
82
+
This feature is especially useful when working with documents containing complex layouts or small details that need careful examination during organization.
83
+
84
+

79
85
80
86
### Real-time updates
81
87
@@ -135,7 +141,7 @@ Safeguard your edits by utilizing the **Save As** feature. This enables you to d
135
141
{% endhighlight %}
136
142
{% endtabs %}
137
143
138
-
**pageOrganizerSettings:** This API allows control over various page management functionalities within the PDF Viewer. It includes options to enable or disable actions such as deleting, inserting, rotating, copying, importing and rearranging pages. By default, all these actions are enabled.
144
+
**pageOrganizerSettings:** This API allows control over various page management functionalities within the PDF Viewer. It includes options to enable or disable actions such as deleting, inserting, rotating, copying, importing and rearranging pages, as well as configuring thumbnail zoom settings. By default, all these actions are enabled and standard zoom settings are applied.
139
145
140
146
{% tabs %}
141
147
{% highlight cshtml tabtitle="Standalone" %}
@@ -144,7 +150,7 @@ Safeguard your edits by utilizing the **Save As** feature. This enables you to d
0 commit comments