Skip to content
Open
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
23 changes: 22 additions & 1 deletion Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,28 @@
<li><a href="/document-processing/pdf/pdf-viewer/wpf/printing-pdf-files">Printing PDF Files</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/exporting-pdf">Exporting PDF pages</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/extract-text-from-PDF">Extract Text from PDF Files</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/Form-Filling-in-PDF">Form Filling in PDF Files</a></li>
<li>Forms
<ul>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/overview">Overview</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/form-filling">Fill form fields</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/overview-add-forms">Add, Edit and Remove Form Fields</a>
<ul>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/manage-form-fields/add-form-fields">Add form fields</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/manage-form-fields/modify-form-fields">Modify form fields</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/manage-form-fields/remove-form-fields">Remove form fields</a></li>
</ul>
</li>
<li>Import/Export form data
<ul>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/import-export-form-fields/export-form-fields">Export form data</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/import-export-form-fields/import-form-fields">Import form data</a></li>
</ul>
</li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/form-field-events">Form Field events</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/form-fields-api">APIs</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/forms/Keyboard-shortcuts">Key Board Shortcuts</a></li>
</ul>
</li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/Working-with-PDF-Layers">Working with PDF Layers</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/Redaction">Redaction</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/wpf/Organize-Pages">Organize Pages</a></li>
Expand Down
278 changes: 0 additions & 278 deletions Document-Processing/PDF/PDF-Viewer/wpf/Form-Filling-in-PDF.md

This file was deleted.

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions Document-Processing/PDF/PDF-Viewer/wpf/forms/Keyboard-shortcuts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
title: Keyboard shortcuts for Form Fields in WPF PDF Viewer | Syncfusion
description: Learn essential keyboard shortcuts for navigating and filling PDF form fields in the WPF PDF Viewer to improve speed, accuracy, and workflow efficiency.
platform: document-processing
control: PDF Viewer
documentation: ug
domainurl: ##DomainURL##
---
# Keyboard Shortcuts in WPF PDF Viewer

The below keyboard shortcuts are used to navigate through the form fields present in the PDF document.

* Tab key – Navigates to the next form field present in the PDF document.
* Shift + Tab – Navigates to the previous form field present in the PDF document.
* Ctrl + Z - Performs form field value undo functionality for recently performed operations.
* Ctrl + Y - Performs form field value redo functionality for recently performed operations.
Loading