Scan documents to PDF and more, as simply as possible.
Go to file
2023-04-22 11:51:13 -07:00
.github Add CI 2022-12-25 14:39:10 -08:00
NAPS2.App.Console Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.App.Gtk Update NAPS2.Tesseract.Binaries to 1.0.5 2023-03-26 15:47:27 -07:00
NAPS2.App.Mac Update NAPS2.Tesseract.Binaries to 1.0.5 2023-03-26 15:47:27 -07:00
NAPS2.App.PortableLauncher Display an error message after a failed update 2023-01-21 10:29:20 -08:00
NAPS2.App.Tests Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.App.WinForms Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.App.Worker Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.Escl Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Client Move ESCL USB code to a separate project 2023-04-03 18:03:45 -07:00
NAPS2.Escl.Server Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Tests Move ESCL USB code to a separate project 2023-04-03 18:03:45 -07:00
NAPS2.Escl.Usb Move ESCL USB code to a separate project 2023-04-03 18:03:45 -07:00
NAPS2.Images Set up debug logging 2023-04-16 17:04:19 -07:00
NAPS2.Images.Gdi Add ImageSaveOptions and optimize pixel format for saving 2023-02-05 13:54:21 -08:00
NAPS2.Images.Gtk Gtk: Add printing support 2023-03-25 16:53:39 -07:00
NAPS2.Images.Mac Mac: Add printing support 2023-03-26 17:45:04 -07:00
NAPS2.Internals Use LoadLibrary for twaindsm.dll instead of using SetDllDirectory/AddDllDirectory 2023-03-19 13:45:22 -07:00
NAPS2.Lib Add NoDebugLogging appsettings option 2023-04-22 11:00:56 -07:00
NAPS2.Lib.Gtk Gtk: Use Eto for toolbar menus 2023-04-16 16:35:08 -07:00
NAPS2.Lib.Mac Fix Gtk/Mac module config 2023-04-09 00:30:05 +00:00
NAPS2.Lib.Tests Add ConfigScope.Has helper method 2023-04-22 10:46:05 -07:00
NAPS2.Lib.WinForms Sdk: Support scanning without a worker 2023-04-07 10:37:46 -07:00
NAPS2.Sdk Update sdk readme 2023-04-22 11:51:00 -07:00
NAPS2.Sdk.Samples Update HelloWorldSample 2023-04-22 11:51:13 -07:00
NAPS2.Sdk.ScannerTests Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.Sdk.Tests Fix OcrTestData tests to actually use the OCR path 2023-04-22 10:59:54 -07:00
NAPS2.Sdk.Worker Fix package description for NAPS2.Sdk.Worker 2023-04-12 20:40:50 -07:00
NAPS2.Setup Add dependencies to deb installer 2023-04-22 11:40:51 -07:00
NAPS2.Tools Remove debug symbols from Linux packages 2023-04-21 22:45:53 -07:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md PUBLISH (7.0b7) 2023-03-19 18:11:44 -07: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 Move ESCL USB code to a separate project 2023-04-03 18:03:45 -07:00
NAPS2.sln.DotSettings Update resharper config 2023-04-16 16:33:00 -07:00
README.md Update readme including screenshots 2023-04-21 22:39:23 -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)

NAPS2.Sdk is a work in progress. Nuget packages will be made available once it is ready for public consumption.

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