diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/events.md b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/events.md index c5fa6b57d..26ca31634 100644 --- a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/events.md +++ b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/events.md @@ -11,6 +11,12 @@ documentation: ug The PDF Viewer provides events to track and respond to actions within the page organizer, allowing for the customization of page manipulation features. +|Name|Description| +|---|---| +|PageOrganizerSaveRequested|Triggers when a save action is performed in the page organizer.| +|PageOrganizerZoomChanged|Triggers when the zoom level of the page organizer is changed.| +|PageOrganizerVisibilityChanged|Triggers when the page organizer dialog visibility is changed.| + ## PageOrganizerSaveRequested Event The `PageOrganizerSaveRequested` event is triggered when a save action is performed in the page organizer. @@ -25,8 +31,8 @@ The event arguments provide the necessary information about the save event: {% tabs %} {% highlight razor %} - @page "/" + @@ -55,8 +61,8 @@ Event arguments: {% tabs %} {% highlight razor %} - @page "/" + @@ -78,8 +84,8 @@ The `PageOrganizerVisibilityChanged` event is triggered when the page organizer {% tabs %} {% highlight razor %} - @page "/" + @@ -94,7 +100,9 @@ The `PageOrganizerVisibilityChanged` event is triggered when the page organizer {% endhighlight %} {% endtabs %} -## Related event documentation +[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Page%20Organizer/Page-Organizer-Events) + +## See also - Overall Viewer events: [Event](../events) - Annotation events: [Annotation events](../annotation/events) diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-disable.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-disable.jpg deleted file mode 100644 index ae0c29c73..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-disable.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-disable.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-disable.png new file mode 100644 index 000000000..692f66152 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-disable.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-page.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-page.png index 6e1fd12cf..fd2b5ee2e 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-page.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-copy-page.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-delete-disable.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-delete-disable.jpg deleted file mode 100644 index f9c91d3e6..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-delete-disable.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-delete-disable.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-delete-disable.png new file mode 100644 index 000000000..8a043fe53 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-delete-disable.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-extract-disable.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-extract-disable.jpg deleted file mode 100644 index efe4a79e0..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-extract-disable.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-extract-disable.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-extract-disable.png new file mode 100644 index 000000000..d00eab088 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-extract-disable.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-import-disable.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-import-disable.jpg deleted file mode 100644 index dae87ca21..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-import-disable.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-import-disable.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-import-disable.png new file mode 100644 index 000000000..7afeaf616 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-import-disable.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-disable.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-disable.jpg deleted file mode 100644 index 661dfabd4..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-disable.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-disable.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-disable.png new file mode 100644 index 000000000..cd8982ebd Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-disable.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-left.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-left.png index 01af7edd2..142563e80 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-left.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-left.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-right.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-right.png index f7a3ec9e1..d6a035854 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-right.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-insert-right.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-options.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-options.png index c1f66f4d6..ab408ec80 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-options.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-options.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-view.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-view.png index a7d3e6390..0edd85110 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-view.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-mobile-view.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-disable.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-disable.jpg deleted file mode 100644 index 8dbb663f9..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-disable.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-disable.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-disable.png new file mode 100644 index 000000000..2a5d4701e Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-disable.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-left.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-left.png index 19fb7c169..6c26315d0 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-left.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-left.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-right.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-right.png index dc96f5713..ade49a4b5 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-right.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-rotate-right.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-all.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-all.jpg deleted file mode 100644 index 12d1bffa5..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-all.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-all.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-all.png new file mode 100644 index 000000000..1c2bc86c5 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-all.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-delete.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-delete.png index f7043baa5..8c6f58be8 100644 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-delete.png and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-select-delete.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-delete.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-delete.jpg deleted file mode 100644 index ab889f808..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-delete.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-delete.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-delete.png new file mode 100644 index 000000000..a4382b619 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-delete.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-extract-page.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-extract-page.jpg deleted file mode 100644 index 39b656bd8..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-extract-page.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-extract-page.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-extract-page.png new file mode 100644 index 000000000..db8848a97 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-extract-page.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-redo.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-redo.jpg deleted file mode 100644 index 5b282aa86..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-redo.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-redo.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-redo.png new file mode 100644 index 000000000..2b5c279e5 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-redo.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-left.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-left.jpg deleted file mode 100644 index ab9e49e1c..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-left.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-left.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-left.png new file mode 100644 index 000000000..fce057bf0 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-left.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-right.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-right.jpg deleted file mode 100644 index 5513e2aa1..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-right.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-right.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-right.png new file mode 100644 index 000000000..8fc48000e Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-rotate-right.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-select.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-select.jpg deleted file mode 100644 index b8285224e..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-select.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-select.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-select.png new file mode 100644 index 000000000..2bf7f15f2 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-select.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-undo.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-undo.jpg deleted file mode 100644 index 3580b4692..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-undo.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-undo.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-undo.png new file mode 100644 index 000000000..6ebb362b9 Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-ui-undo.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-zoom-panel.jpg b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-zoom-panel.jpg deleted file mode 100644 index 667f3540e..000000000 Binary files a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-zoom-panel.jpg and /dev/null differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-zoom-panel.png b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-zoom-panel.png new file mode 100644 index 000000000..61fd6a22d Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/images/organize-zoom-panel.png differ diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/overview.md b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/overview.md index d269c10f3..0f9696871 100644 --- a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/overview.md +++ b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/overview.md @@ -80,7 +80,7 @@ Seamlessly import a PDF document into your existing document: Make comprehensive adjustments by selecting all pages simultaneously. This facilitates efficient editing and formatting across the entire document. -![Organzie Select Pages](./images/organize-select-all.jpg) +![Organzie Select Pages](./images/organize-select-all.png) ### Zooming Page Thumbnails @@ -92,7 +92,7 @@ Adjust the size of page thumbnails within the organizer panel for better visibil This feature is especially useful when working with documents containing complex layouts or small details that need careful examination during organization. -![Organzie Zoom Panel](./images/organize-zoom-panel.jpg) +![Organzie Zoom Panel](./images/organize-zoom-panel.png) ### Real-time updates @@ -108,8 +108,8 @@ Safeguard your edits by utilizing the **Save As** feature. This enables you to d {% tabs %} {% highlight razor %} - @page "/" + @@ -122,8 +122,8 @@ Safeguard your edits by utilizing the **Save As** feature. This enables you to d {% tabs %} {% highlight razor %} - @page "/" + @@ -145,13 +145,12 @@ Safeguard your edits by utilizing the **Save As** feature. This enables you to d * **ImageZoomMin** : It represent minimum value for the image zooming slider in the page organizer view. By default it set as `1` and acceptable values: `1` to `4`. * **ImageZoomMin** : It represent maximum value for the image zooming slider in the page organizer view. By default it set as `5` and acceptable values: `2` to `5`. * **FooterButtons** : It specifies which buttons are visible in the Page Organizer dialog footer. - - `None` - Hide both Save and Save As buttons. - - `Save` - Show only the "Save" button. - - `Save As` - Show only the "SaveAs" button. + * `None` - Hide both Save and Save As buttons. + * `Save` - Show only the "Save" button. + * `Save As` - Show only the "SaveAs" button. {% tabs %} {% highlight razor %} - @page "/" @@ -172,4 +171,4 @@ The following keyboard shortcuts are available at the organize pages dialog. With the Organize Pages feature in the PDF Viewer, managing your PDF documents has never been easier. Whether you are adding new content, adjusting page orientation, moving the pages, duplicating the pages, or removing unnecessary pages, this feature provides the tools you need to streamline your document management workflow. Explore these capabilities today and take control of your PDF documents with ease! - +[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Page%20Organizer) diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/programmatic-support.md b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/programmatic-support.md index a6d210151..cd0a82b22 100644 --- a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/programmatic-support.md +++ b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/programmatic-support.md @@ -17,7 +17,6 @@ This method allows programmatic rotation of individual or multiple pages within {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -49,7 +48,6 @@ This method allows programmatic rotation of individual or multiple pages within {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -83,7 +81,6 @@ This method allows asynchronously arranges the specified pages at the given targ {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -110,7 +107,6 @@ This method allows asynchronously inserts one or more blank pages at the specifi {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -137,7 +133,6 @@ This method allows asynchronously deletes the pages at the specified indices fro {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -164,7 +159,6 @@ This method allows asynchronously duplicates the pages at the specified indices {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -191,7 +185,6 @@ This method allows extracts the specified pages and downloads them as a separate {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -218,7 +211,6 @@ This method allows extracts the specified pages and returns the extracted PDF as {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -246,7 +238,6 @@ This method allows inserts pages from another PDF document at the specified inde {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -274,7 +265,6 @@ This method allows inserts pages from another PDF document as stream at the spec {% tabs %} {% highlight razor %} - @page "/" @using Syncfusion.Blazor.Buttons @@ -297,4 +287,4 @@ This method allows inserts pages from another PDF document as stream at the spec {% endhighlight %} {% endtabs %} - \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Page%20Organizer/Organize-API-Support) \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/toolbar.md b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/toolbar.md index 6efddc000..11946b9fc 100644 --- a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/toolbar.md +++ b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/toolbar.md @@ -17,8 +17,8 @@ The `CanInsert` property controls the visibility of the insert tool. When set to {% tabs %} {% highlight razor %} - @page "/" + @@ -28,7 +28,7 @@ The `CanInsert` property controls the visibility of the insert tool. When set to {% endhighlight %} {% endtabs %} -![Insert Disable](./images/organize-insert-disable.jpg) +![Insert Disable](./images/organize-insert-disable.png) ## Show or hide the delete option @@ -36,8 +36,8 @@ The `CanDelete` property controls the visibility of the delete tool. When set to {% tabs %} {% highlight razor %} - @page "/" + @@ -47,7 +47,7 @@ The `CanDelete` property controls the visibility of the delete tool. When set to {% endhighlight %} {% endtabs %} -![Delete Disable](./images/organize-delete-disable.jpg) +![Delete Disable](./images/organize-delete-disable.png) ## Show or hide the rotate option @@ -55,8 +55,8 @@ The `CanRotate` property controls the visibility of the rotate tool. When set to {% tabs %} {% highlight razor %} - @page "/" + @@ -66,7 +66,7 @@ The `CanRotate` property controls the visibility of the rotate tool. When set to {% endhighlight %} {% endtabs %} -![Rotate Disable](./images/organize-rotate-disable.jpg) +![Rotate Disable](./images/organize-rotate-disable.png) ## Show or hide the duplicate option @@ -74,8 +74,8 @@ The `CanDuplicate` property controls the visibility of the copy tool. When set t {% tabs %} {% highlight razor %} - @page "/" + @@ -85,7 +85,7 @@ The `CanDuplicate` property controls the visibility of the copy tool. When set t {% endhighlight %} {% endtabs %} -![Duplicate Disable](./images/organize-copy-disable.jpg) +![Duplicate Disable](./images/organize-copy-disable.png) ## Show or hide the import option @@ -93,8 +93,8 @@ The `CanImport` property controls the visibility of the import tool. When set to {% tabs %} {% highlight razor %} - @page "/" + @@ -104,40 +104,42 @@ The `CanImport` property controls the visibility of the import tool. When set to {% endhighlight %} {% endtabs %} -![Import Disable](./images/organize-import-disable.jpg) +![Import Disable](./images/organize-import-disable.png) -## Show or hide the rearrange option +## Show or hide the extract option -The `CanRearrange` property controls the ability to rearrange pages. When set to `false`, pages cannot be rearranged. +The `CanExtractPages` property controls the visibility of the extract tool. When set to `false`, the extract tool will be hidden. {% tabs %} {% highlight razor %} - @page "/" + - + {% endhighlight %} {% endtabs %} -## Show or hide the extract option +![Extract Disable](./images/organize-extract-disable.png) -The `CanExtractPages` property controls the visibility of the extract tool. When set to `false`, the extract tool will be hidden. +## Show or hide the rearrange option + +The `CanRearrange` property controls the ability to rearrange pages. When set to `false`, pages cannot be rearranged. {% tabs %} {% highlight razor %} - @page "/" + - + {% endhighlight %} {% endtabs %} -![Extract Disable](./images/organize-extract-disable.jpg) \ No newline at end of file +[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Page%20Organizer/Page-Organizer-Settings) \ No newline at end of file diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/ui-interactions.md b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/ui-interactions.md index 14a6f45dd..b49765bc4 100644 --- a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/ui-interactions.md +++ b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pages/ui-interactions.md @@ -17,11 +17,11 @@ You can adjust the orientation of pages to ensure proper alignment. The rotate i * **Rotate clockwise**: Rotate the selected pages 90 degrees clockwise. -![Rotating Clockwise](./images/organize-ui-rotate-right.jpg) +![Rotating Clockwise](./images/organize-ui-rotate-right.png) * **Rotate counter-clockwise**: Rotate the selected pages 90 degrees counter-clockwise. -![Rotating Counter Clockwise](./images/organize-ui-rotate-left.jpg) +![Rotating Counter Clockwise](./images/organize-ui-rotate-left.png) ## Rearranging PDF pages @@ -50,7 +50,7 @@ Remove unwanted pages from your document with these steps: 1. **Select pages to delete**: Click on the thumbnails of the pages you wish to remove. You can select multiple pages at once. 2. **Delete selected pages**: Use the delete option in the Organize Pages pane to remove the selected pages from the document. -![Delete](./images/organize-ui-delete.jpg) +![Delete](./images/organize-ui-delete.png) ## Copying PDF pages @@ -67,13 +67,13 @@ Seamlessly import another PDF document into your current document: * **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. -![Importing](./images/organize-ui-extract-page.jpg) +![Importing](./images/organize-ui-extract-page.png) ## Selecting all pages Select all pages simultaneously to perform bulk operations, such as rotating or deleting all pages at once. -![Selecting](./images/organize-ui-select.jpg) +![Selecting](./images/organize-ui-select.png) ## Zooming page thumbnails @@ -83,7 +83,7 @@ Adjust the size of page thumbnails for better visibility and precision: * Zoom in to see more detail on each page. * Zoom out to view more pages at once. -![Zooming](./images/organize-zoom-panel.jpg) +![Zooming](./images/organize-zoom-panel.png) ## Real-time updates and saving @@ -95,8 +95,8 @@ The following keyboard shortcuts are available in the Organize Pages dialog: * **Ctrl+Z**: Undo the last action. -![Keyboard](./images/organize-ui-undo.jpg) +![Keyboard](./images/organize-ui-undo.png) * **Ctrl+Y**: Redo the last undone action. -![Keyboard](./images/organize-ui-redo.jpg) +![Keyboard](./images/organize-ui-redo.png) diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pdf.md b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pdf.md index 378a46691..b653d789f 100644 --- a/Document-Processing/PDF/PDF-Viewer/blazor/organize-pdf.md +++ b/Document-Processing/PDF/PDF-Viewer/blazor/organize-pdf.md @@ -29,7 +29,7 @@ After completing the changes, apply them by selecting **Save** to overwrite the For a full guide to Organize Pages in Blazor, see the feature landing page: [Organize pages in Blazor PDF Viewer](./organize-pages/overview). -See also: +## See also - [UI interactions for Organize Pages](./organize-pages/ui-interactions) - [Toolbar items for Organize Pages](./organize-pages/toolbar)