Scan documents to PDF and more, as simply as possible.
Go to file
2024-08-07 18:17:58 -07:00
.github CI: Fix 24.04 condition 2024-08-05 16:15:15 -07:00
NAPS2.App.Console
NAPS2.App.Gtk
NAPS2.App.Mac
NAPS2.App.PortableLauncher
NAPS2.App.Tests
NAPS2.App.WinForms
NAPS2.App.Worker
NAPS2.Escl Escl: Implement GetCaps 2024-08-07 18:17:58 -07:00
NAPS2.Escl.Server Escl: Implement GetCaps 2024-08-07 18:17:58 -07:00
NAPS2.Escl.Tests
NAPS2.Escl.Usb
NAPS2.Images
NAPS2.Images.Gdi
NAPS2.Images.Gtk
NAPS2.Images.ImageSharp
NAPS2.Images.Mac
NAPS2.Images.Wpf
NAPS2.Internals
NAPS2.Lib Mac: Fixes for ChooseDeviceForm 2024-08-07 17:22:09 -07:00
NAPS2.Lib.Gtk
NAPS2.Lib.Mac
NAPS2.Lib.Tests Disable resolution checks for tiff tests 2024-08-05 15:36:25 -07:00
NAPS2.Lib.WinForms
NAPS2.Sdk Escl: Implement GetCaps 2024-08-07 18:17:58 -07:00
NAPS2.Sdk.Samples
NAPS2.Sdk.ScannerTests
NAPS2.Sdk.Tests Disable resolution checks for tiff tests 2024-08-05 15:36:25 -07:00
NAPS2.Sdk.Worker
NAPS2.Setup
NAPS2.Tools
.gitignore
CHANGELOG.md
CONTRIBUTORS
LICENSE
NAPS2.sln
NAPS2.sln.DotSettings
README.md

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