Scan documents to PDF and more, as simply as possible.
Go to file
Ben Olden-Cooligan 76a8778752 Gtk: Tiff saving
2022-09-17 10:46:31 -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.Mac Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -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 Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -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 WIP: Working ESCL server prototype 2022-08-17 20:29:07 -07:00
NAPS2.Escl.Tests Test fixes 2022-09-10 21:34:02 -07:00
NAPS2.Images Gtk: Tiff saving 2022-09-17 10:46:31 -07:00
NAPS2.Images.Gdi Rework tiff saving and add image load/save tests 2022-09-15 19:02:09 -07:00
NAPS2.Images.Gtk Gtk: Tiff saving 2022-09-17 10:46:31 -07:00
NAPS2.Images.Mac Rework tiff saving and add image load/save tests 2022-09-15 19:02:09 -07:00
NAPS2.Lib Rework tiff saving and add image load/save tests 2022-09-15 19:02:09 -07:00
NAPS2.Lib.Gtk Gtk: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -07:00
NAPS2.Lib.Mac Rework tiff saving and add image load/save tests 2022-09-15 19:02:09 -07:00
NAPS2.Lib.Tests Rework tiff saving and add image load/save tests 2022-09-15 19:02:09 -07:00
NAPS2.Lib.WinForms Rework tiff saving and add image load/save tests 2022-09-15 19:02:09 -07:00
NAPS2.Lib.WinForms.Tests Test fixes 2022-09-10 21:34:02 -07:00
NAPS2.Sdk Linux: Implement transforms and fix tests 2022-09-14 21:10:55 -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 per-project licenses 2022-09-11 18:40:47 -07:00
NAPS2.Sdk.ScannerTests Optimize other test project builds for each platform 2022-09-14 21:08:23 -07:00
NAPS2.Sdk.Tests Gtk: Tiff saving 2022-09-17 10:46:31 -07:00
NAPS2.Setup Rebrand to "NAPS2 - Not Another PDF Scanner" 2022-09-11 10:50:38 -07:00
NAPS2.Tools Sane paper source options 2022-09-09 22:06:12 -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: Initial projects and image implementation (untested) 2022-09-11 17:22:14 -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