Scan documents to PDF and more, as simply as possible.
Go to file
2024-08-31 14:20:43 -07:00
.github Change macos build target from net8-macos10.15 to just net8-macos 2024-08-20 19:41:11 -07:00
NAPS2.App.Console Use debug build of worker in debug mode 2024-08-23 18:59:17 -07:00
NAPS2.App.Gtk Use ProfileOptimization to optimize startup time 2024-08-20 18:06:44 -07:00
NAPS2.App.Mac Mac: Fix OS version metadata 2024-08-20 19:48:59 -07:00
NAPS2.App.PortableLauncher Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Tests Fix search path for worker in app tests 2024-08-20 19:59:36 -07:00
NAPS2.App.WinForms WinForms: Disable scaling min/max form size for hidpi 2024-08-27 21:11:09 -07:00
NAPS2.App.Worker Set up NLogTraceListener in x86 worker 2024-08-28 20:36:00 -07:00
NAPS2.Escl Escl: Add EsclSecurityPolicy.ServerAllowAnyOrigin 2024-08-16 23:01:57 -07:00
NAPS2.Escl.Server Escl: Initialize ServiceDiscovery lazily 2024-08-20 17:59:19 -07:00
NAPS2.Escl.Tests Update dependencies 2024-07-24 20:25:36 -07:00
NAPS2.Escl.Usb Update dependencies 2024-07-24 20:25:36 -07:00
NAPS2.Images Fix combine for black & white 2024-08-05 14:44:58 -07:00
NAPS2.Images.Gdi Gdi: Fix scaling images with alpha 2024-08-02 16:34:03 -07:00
NAPS2.Images.Gtk Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Images.ImageSharp Bump SixLabors.ImageSharp in /NAPS2.Images.ImageSharp 2024-07-22 17:44:53 +00:00
NAPS2.Images.Mac Fix compile error on Windows 2024-08-24 13:58:25 -07:00
NAPS2.Images.Wpf Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Internals Update dependencies 2024-07-24 20:25:36 -07:00
NAPS2.Lib WinForms: Fix dark mode link color 2024-08-31 14:20:43 -07:00
NAPS2.Lib.Gtk Create ColorScheme property on EtoPlatform 2024-08-31 14:12:48 -07:00
NAPS2.Lib.Mac Create ColorScheme property on EtoPlatform 2024-08-31 14:12:48 -07:00
NAPS2.Lib.Tests Fix FileConfigScope tests 2024-08-26 22:06:04 -07:00
NAPS2.Lib.WinForms Create ColorScheme property on EtoPlatform 2024-08-31 14:12:48 -07:00
NAPS2.Sdk Remove legacy twain option 2024-08-24 20:25:45 -07:00
NAPS2.Sdk.Samples Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Sdk.ScannerTests Migrate Windows from net462 to net9 2024-08-20 17:48:56 -07:00
NAPS2.Sdk.Tests Fix image context for tests 2024-08-20 18:35:41 -07:00
NAPS2.Sdk.Worker Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Setup Inno: Use ultra64 compression for smaller installer size 2024-08-24 16:23:17 -07:00
NAPS2.Tools Tools: Fix upload command for betas 2024-08-26 21:03:33 -07:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md PUBLISH (7.5.1) 2024-08-13 15:37:00 -07: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 Add project dependencies for easier debugging with NAPS2.Worker 2024-08-24 13:08:54 -07:00
NAPS2.sln.DotSettings Update DotSettings 2024-07-24 20:25:36 -07:00
README.md Update readme 2024-03-15 18:47:40 -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.

Build Instructions

Looking to contribute to NAPS2 or NAPS2.Sdk? Have a look at the Github wiki for build instructions and more.

License

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

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