Scan documents to PDF and more, as simply as possible.
Go to file
2023-11-27 18:23:47 -08:00
.github Update CI for net8 2023-11-18 14:39:17 -08:00
NAPS2.App.Console Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.Gtk Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.Mac Mac: Partial fix for build issue 2023-11-26 14:14:17 -08:00
NAPS2.App.PortableLauncher Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Tests Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.WinForms Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.Worker Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Escl Escl: Serve default naps2 icon for scanners 2023-11-26 20:37:25 -08:00
NAPS2.Escl.Server Escl: Don't use references for setting profiles 2023-11-26 21:23:21 -08:00
NAPS2.Escl.Tests Escl: Fix base route 2023-11-26 20:14:03 -08:00
NAPS2.Escl.Usb Escl: Use RemoteEndpoint instead of Host 2023-11-25 10:40:39 -08:00
NAPS2.Images Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Images.Gdi Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Images.Gtk Sdk: Project configuration 2023-04-29 16:28:41 -07:00
NAPS2.Images.ImageSharp Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Images.Mac Fix warnings 2023-11-25 13:47:17 -08:00
NAPS2.Images.Wpf Wpf: Enable windows targeting for cross-compiling 2023-10-07 12:15:55 -07:00
NAPS2.Internals Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Lib Update icons for ProfilesForm and ScannerSharingForm 2023-11-27 18:23:47 -08:00
NAPS2.Lib.Gtk Fix warning 2023-11-26 13:32:08 -08:00
NAPS2.Lib.Mac Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Lib.Tests Escl: Exclude local shared devices from ESCL Driver device list 2023-11-26 19:05:44 -08:00
NAPS2.Lib.WinForms Fix warnings 2023-11-25 13:47:17 -08:00
NAPS2.Sdk Escl: Serve default naps2 icon for scanners 2023-11-26 20:37:25 -08:00
NAPS2.Sdk.Samples Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.Sdk.ScannerTests Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Sdk.Tests Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Sdk.Worker Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Setup Use fork of mDNS library 2023-11-25 12:31:04 -08:00
NAPS2.Tools Update dependency versions 2023-11-25 13:41:29 -08:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md Update icons for ProfilesForm and ScannerSharingForm 2023-11-27 18:23:47 -08:00
CONTRIBUTORS Verification fixes wip 2022-07-08 16:52:47 -07:00
LICENSE Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.sln Delete obsolete .nuget folder 2023-11-26 12:57:46 -08:00
NAPS2.sln.DotSettings Parse image dimensions from JPEG headers when directly embedding JPEGs in PDFs 2023-07-16 12:24:56 -07:00
README.md Sdk: Replace WIP note with nuget link 2023-08-25 19:19:01 -07:00

NAPS2 - Not Another PDF Scanner

NAPS2 on Windows NAPS2 on Mac NAPS2 on Linux
NAPS2 on Windows, Mac, and Linux

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA, TWAIN, SANE, and ESCL scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, or PNG. Optical character recognition (OCR) is available using Tesseract.

System requirements:

  • Windows 7+ (x64, x86)
  • macOS 10.15+ (x64, arm64)
  • Linux (x64, arm64) (GTK 3.20+, glibc 2.27+, libsane)

Visit the NAPS2 home page at www.naps2.com.

Other links:

NAPS2.Sdk (for developers)

NuGet

NAPS2.Sdk is a fully-featured scanning library, supporting WIA, TWAIN, SANE, and ESCL scanners on Windows, Mac, and Linux. Read more.

Looking to contribute to NAPS2 or NAPS2.Sdk? Have a look at the wiki.

License

NAPS2 is licensed under the GNU GPL 2.0 (or later). Some projects have additional license options:

  • NAPS2.Images.* - GNU LGPL 2.1 (or later)
  • NAPS2.Sdk - GNU LGPL 2.1 (or later)
  • NAPS2.Sdk.Samples - MIT