Scan documents to PDF and more, as simply as possible.
Go to file
2024-01-14 20:54:57 -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 Linux: Update RuntimeIdentifiers 2023-12-16 21:46:50 -08:00
NAPS2.App.Mac PUBLISH (7.3.0) 2024-01-14 20:43:48 -08:00
NAPS2.App.PortableLauncher Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Tests Fix language dropdown on Mac/Linux 2023-12-16 21:46:50 -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: Change device ID to be just the UUID 2024-01-12 19:25:41 -08:00
NAPS2.Escl.Server Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Escl.Tests Escl: Change device ID to be just the UUID 2024-01-12 19:25:41 -08:00
NAPS2.Escl.Usb Escl: Change device ID to be just the UUID 2024-01-12 19:25:41 -08:00
NAPS2.Images Rename ImagePixelFormat.Unsupported to Unknown 2024-01-03 15:55:02 -08:00
NAPS2.Images.Gdi Rename ImagePixelFormat.Unsupported to Unknown 2024-01-03 15:55:02 -08:00
NAPS2.Images.Gtk Gtk: Support libtiff.so.6 as well as libtiff.so.5 2024-01-14 15:09:39 -08:00
NAPS2.Images.ImageSharp Rename ImagePixelFormat.Unsupported to Unknown 2024-01-03 15:55:02 -08:00
NAPS2.Images.Mac Rename ImagePixelFormat.Unsupported to Unknown 2024-01-03 15:55:02 -08:00
NAPS2.Images.Wpf Rename ImagePixelFormat.Unsupported to Unknown 2024-01-03 15:55:02 -08:00
NAPS2.Internals Console: Add --listdevices option 2024-01-10 23:58:16 -08:00
NAPS2.Lib Update language files 2024-01-14 20:43:41 -08:00
NAPS2.Lib.Gtk Gtk: Write GTK logs to debuglog instead of stdout 2024-01-14 14:37:07 -08:00
NAPS2.Lib.Mac WIP: Settings form 2024-01-12 22:42:55 -08:00
NAPS2.Lib.Tests Console: Fix driver option for tests 2024-01-12 19:19:30 -08:00
NAPS2.Lib.WinForms WinForms: Add access keys (aka "Alt" hotkeys) 2024-01-14 19:43:53 -08:00
NAPS2.Sdk Run MAPISendMail on the UI thread 2024-01-14 19:27:53 -08:00
NAPS2.Sdk.Samples Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Sdk.ScannerTests Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Sdk.Tests Escl: Change device ID to be just the UUID 2024-01-12 19:25:41 -08:00
NAPS2.Sdk.Worker Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Setup PUBLISH (7.3.0) 2024-01-14 20:43:48 -08:00
NAPS2.Tools Tools: Fix linux arm path 2024-01-14 20:54:57 -08:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md PUBLISH (7.3.0) 2024-01-14 20:43:48 -08:00
CONTRIBUTORS Update copyright year to 2024 2023-12-30 14:45:47 -08:00
LICENSE Fix copyright year 2024-01-13 18:11:25 -08:00
NAPS2.sln Create solution folders (app/escl/images) 2024-01-12 22:48:24 -08:00
NAPS2.sln.DotSettings Update code style 2024-01-14 18:02:51 -08: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