Scan documents to PDF and more, as simply as possible.
Go to file
2022-10-01 16:38:06 -07:00
.github Create FUNDING.yml 2019-06-28 18:03:14 -04:00
NAPS2.App.Console Fix console 2022-09-11 13:40:30 -07:00
NAPS2.App.Gtk Gtk: Initial working list view 2022-09-28 20:19:57 -07:00
NAPS2.App.Mac WIP: Apple scan driver based on ImageCaptureCore 2022-09-24 19:56:32 -07:00
NAPS2.App.PortableLauncher Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.App.Server Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.App.Tests Rename color_image resources to dog 2022-09-20 18:18:44 -07:00
NAPS2.App.WinForms Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.App.Worker Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.Escl WIP: Trying to get ESCL server working 2022-08-17 18:14:07 -07:00
NAPS2.Escl.Client WIP: Trying to get ESCL server working 2022-08-17 18:14:07 -07:00
NAPS2.Escl.Server Rename color_image resources to dog 2022-09-20 18:18:44 -07:00
NAPS2.Escl.Tests Improve ESCL test reliability 2022-09-17 13:03:27 -07:00
NAPS2.Images Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Images.Gdi Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Images.Gtk Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Images.Mac Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Lib Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Lib.Gtk Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Lib.Mac Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Lib.Tests Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Lib.WinForms Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Lib.WinForms.Tests Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Sdk Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Sdk.Network Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.Sdk.Network.Tests Optimize other test project builds for each platform 2022-09-14 21:08:23 -07:00
NAPS2.Sdk.Samples Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Sdk.ScannerTests Use IAsyncEnumerable with a producer model 2022-09-27 18:12:36 -07:00
NAPS2.Sdk.Tests Fix namespaces and imports 2022-10-01 16:38:06 -07:00
NAPS2.Setup Gtk: Initial working list view 2022-09-28 20:19:57 -07:00
NAPS2.Tools Fix namespaces and imports 2022-10-01 16:38:06 -07: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 Gtk: Add app project 2022-09-28 17:14:30 -07:00
NAPS2.sln.DotSettings Gtk: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -07:00
README.md Use per-project licenses 2022-09-11 18:40:47 -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+ with .NET Framework 4.6.2 or higher
  • macOS 10.15+
  • Linux x64 with a supported distro

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