Scan documents to PDF and more, as simply as possible.
Go to file
2022-12-22 20:12:15 -08:00
.github Create FUNDING.yml 2019-06-28 18:03:14 -04:00
NAPS2.App.Console Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.App.Gtk Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.App.Mac Fix mac warnings 2022-12-21 10:37:51 -08:00
NAPS2.App.PortableLauncher Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.App.Tests Remove obsolete todos 2022-12-22 16:10:55 -08:00
NAPS2.App.WinForms Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.App.Worker Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.Escl Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Client Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Server Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Escl.Tests Fix Escl project warnings 2022-12-20 20:53:06 -08:00
NAPS2.Images Fix default alpha values in CopyBitwiseImageOp 2022-12-22 17:37:05 -08:00
NAPS2.Images.Gdi Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.Images.Gtk Fix gtk warnings 2022-12-21 10:45:37 -08:00
NAPS2.Images.Mac Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.Lib Fix "view" icon size 2022-12-22 20:12:15 -08:00
NAPS2.Lib.Gtk Fix gtk warnings 2022-12-21 10:45:37 -08:00
NAPS2.Lib.Mac Mac: Animate single-item moves 2022-12-21 22:11:50 -08:00
NAPS2.Lib.Tests Fix warnings 2022-12-21 10:15:03 -08:00
NAPS2.Lib.WinForms WIP: Multi-platform drag & drop 2022-12-21 19:20:21 -08:00
NAPS2.Sdk Remove obsolete todos 2022-12-22 16:10:55 -08:00
NAPS2.Sdk.Samples Fix various warnings 2022-12-20 21:24:16 -08:00
NAPS2.Sdk.ScannerTests Reorganize NAPS2.Setup files 2022-12-19 14:17:28 -08:00
NAPS2.Sdk.Tests Fix default alpha values in CopyBitwiseImageOp 2022-12-22 17:37:05 -08:00
NAPS2.Setup MSI installer fixes 2022-12-19 15:23:49 -08:00
NAPS2.Tools Mac: Implement code signing on "n2 pkg" 2022-12-20 18:21:06 -08:00
.gitignore Remove .nuget from version control 2022-08-04 17:17:23 -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 Add a Debug-Windows solution config to avoid Mac errors 2022-12-20 20:56:14 -08:00
NAPS2.sln.DotSettings Gtk: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -07:00
README.md Update system requirements in readme 2022-11-05 19:45:02 -07:00

NAPS2 - Not Another PDF Scanner

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and TWAIN-compatible scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, PNG, and other file formats.

System requirements:

  • Windows 7+ (x64, x86)
  • macOS 10.15+ (x64, arm64)
  • Linux (x64, arm64)

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

Other links:

NAPS2.Sdk (for developers)

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 Developer Onboarding page.

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