A lightweight, powerful, and modern PDF editor built with WinUI 3 and .NET 10. Powered by the iText 9 engine, it provides a seamless experience for editing text, managing pages, and organizing PDF documents.
- Text Edit
- Original Mode: After activating the Select tool, click or drag to select, double-click to edit, and
Alt+Dragto move.Ctrl+Enteror right-click confirms,Esccancels.- If an overlap warning appears, drag to select only the overlapping fragment and edit it.
- Single-line selections expand to the right; multi-line selections wrap to the line below.
- If the original font is not available, a fallback font is used instead.
- Replace Mode: After activating the Select tool, click to select and drag to move.
Ctrl+Enteror right-click confirms,Esccancels.- If characters are clipped or letter spacing looks too tight after editing, select the box and enlarge it.
- Original Mode: After activating the Select tool, click or drag to select, double-click to edit, and
- Add Text: Press
Ato switch to the Add Text tool, then add text with custom font family, size, color, bold, and italic.Enterinserts a line break,Ctrl+Enterconfirms, andEsccancels. - Images: Insert images, save a selected image as a file, or extract all embedded images to a folder.
- Smooth Highlighting: Add semi-transparent highlights to text blocks.
- Advanced Color Control: Integrated color picker (eyedropper) and transparency sliders to customize highlight styles.
- Signature Tool: Draw, customize, select, move, resize proportionally, edit, and save mouse-drawn signatures for reuse after reopening the PDF.
- Multi-Tab Interface: Work on multiple PDF files simultaneously using a modern tabbed layout.
- Page Operations: Select multiple pages with
Ctrl/Shift, reorder them, delete unnecessary pages, or extract selected pages into a new PDF. - Merge & Split: Combine multiple PDF files into one or split specific page ranges into new documents.
- Page Thumbnails: Navigate and manage pages quickly using the interactive sidebar and its right-click menu.
- WinUI 3 & Windows App SDK: Native look and feel with fluent design elements.
- Drag & Drop: Open files instantly by dragging them into the application.
- Text Search: Powerful search functionality to find specific phrases within the document.
- Keyboard Shortcuts:
S: Switch to Select ToolA: Switch to Add Text ToolCtrl+O: Open FileCtrl+S: Save FileCtrl+F: Find Text
- Framework: .NET 10.0
- UI Framework: WinUI 3 (Windows App SDK)
- PDF Engine: iText 9.0 (Core, PdfSweep, BouncyCastle)
- Language: C#
You can download the latest version from the Releases Page.
- Windows 10/11 (version 19041 or higher)
- .NET 10 SDK
- Clone the repository:
git clone https://github.com/kirinonakar/PDF_simple_edit.git
- Open the solution in Visual Studio 2022 (or later).
- Restore NuGet packages.
- Build and run the
PDF_simple_editproject.
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.
