Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can easily change the sequence of pages within your document using the drag

* `Drag and drop`: Click and drag a page thumbnail to the desired position within the document, then release it to rearrange the page order.

![Drag and Drop Organize](./images/rotate-rearrange.gif)
![Drag and Drop Organize](./images/Drag_and_Drop.gif)

### Inserting new pages

Expand Down Expand Up @@ -74,7 +74,13 @@ Seamlessly import a PDF document into your existing document:

* `Import PDF document`: Click the **Import Document** button to import a PDF. If a page is selected, the imported document’s thumbnail will be inserted to the right of the selected page. If multiple or no pages are selected, the thumbnail will be added as the first page. When **Save** or **Save As** is clicked, the imported PDF will be merged with the current document. You can insert a blank page to the left or right of the imported thumbnail, delete it, or drag and drop it to reposition as needed.

![Alt text](./images/import.gif)
![Alt text](./images/Import_Pages.gif)

### Extract Document Pages

* `Extract Document Pages`: Click the **Extract Document** button to extract a PDF pages. If a pages are selected, the selected pages are extracted as a separate document.

![Alt text](./images/Extract_Pages.gif)

### Selecting all pages

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Programmatical Organize Pages in Syncfusion PDF Viewer | Syncfusion
description: Learn here all about Programmatic Support for Organize Pages in Syncfusion Syncfusion PDF Viewer.
description: Learn here all about the Programmatic Support including rotating, rearranging, inserting, deleting, and duplicating for Organize Pages.
platform: document-processing
control: SfPdfViewer
documentation: ug
Expand Down Expand Up @@ -77,7 +77,7 @@ This method allows programmatic rotation of individual or multiple pages within

## Move Pages

This method allows asynchronously arranges the specified pages at the given target position. It rearrage the pages in the document based in the targeted index. Provide the indexes of the page to move and targeted index to move.
This method allows asynchronously arranges the specified pages at the given target position. It rearrange the pages in the document based in the targeted index. Provide the indexes of the page to move and targeted index to move.

{% tabs %}
{% highlight razor %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: UI Interaction for Organize Pages in Blazor PDF Viewer | Syncfusion
description: Learn about the UI interactions for organize pages in the Blazor PDF Viewer control.
description: Learn about the UI interactions including rotating, rearranging, inserting, deleting, and duplicating for organize pages.
platform: document-processing
control: SfPdfViewer
documentation: ug
Expand Down Expand Up @@ -29,19 +29,16 @@ Easily change the sequence of pages using the drag-and-drop method:

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

![Rearranging](./images/rotate-rearrange.gif)
![Rearranging](./images/Drag_and_Drop.gif)

## Inserting new pages

Effortlessly add blank pages to your document with the following options:

* **Insert blank page left**: Insert a blank page to the left of the selected page.

![Insert Left](./images/organize-insert-left.png)

* **Insert blank page right**: Insert a blank page to the right of the selected page.

![Insert Right](./images/organize-insert-right.png)
![Rearranging](./images/Insert_Pages.gif)

## Deleting PDF pages

Expand All @@ -52,14 +49,14 @@ Remove unwanted pages from your document with these steps:

![Delete](./images/organize-ui-delete.png)

## Copying PDF pages
## Duplicating PDF pages

Duplicate pages within your PDF document effortlessly:

* **Select pages to copy**: Click on the page thumbnails you wish to duplicate.
* **Copy selected pages**: Use the copy option to create duplicates. The copied pages will be added to the right of the selected pages.
* **Select pages to duplicate**: Click on the page thumbnails you wish to duplicate.
* **Duplicate selected pages**: Use the duplicate option to create duplicates. The copied pages will be added to the right of the selected pages.

![Copying](./images/organize-copy-page.png)
![Duplicating](./images/Duplicate_Pages.gif)

## Importing a PDF document

Expand All @@ -69,6 +66,12 @@ Seamlessly import another PDF document into your current document:

![Importing](./images/organize-ui-extract-page.png)

### Extract Document Pages

* `Extract Document Pages`: Click the **Extract Document** button to extract a PDF pages. If a pages are selected, the selected pages are extracted as a separate document.

![Alt text](./images/organize-ui-import-page.png)

## Selecting all pages

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