Scan documents to PDF and more, as simply as possible.
Go to file
2023-12-21 06:17:31 -08:00
.github Update CI for net8 2023-11-18 14:39:17 -08:00
NAPS2.App.Console Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.Gtk Linux: Update RuntimeIdentifiers 2023-12-16 21:46:50 -08:00
NAPS2.App.Mac PUBLISH (7.2.1) 2023-12-16 21:46:50 -08:00
NAPS2.App.PortableLauncher Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Tests Fix language dropdown on Mac/Linux 2023-12-16 21:46:50 -08:00
NAPS2.App.WinForms Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.Worker Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Escl Escl: Change ColorMode from B&W after HTTP 409 2023-12-16 15:04:28 -08:00
NAPS2.Escl.Server Escl: Quality fixes 2023-12-13 21:46:45 -08:00
NAPS2.Escl.Tests Update to C# 12 in ESCL projects 2023-12-09 12:21:37 -08:00
NAPS2.Escl.Usb Update to C# 12 in ESCL projects 2023-12-09 12:21:37 -08:00
NAPS2.Images Escl: Quality fixes 2023-12-13 21:46:45 -08:00
NAPS2.Images.Gdi Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Images.Gtk C# 12: Use collection initializers 2023-12-06 20:17:50 -08:00
NAPS2.Images.ImageSharp Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Images.Mac Fix warnings 2023-11-25 13:47:17 -08:00
NAPS2.Images.Wpf Wpf: Enable windows targeting for cross-compiling 2023-10-07 12:15:55 -07:00
NAPS2.Internals Support Guid serialization 2023-12-10 11:23:43 -08:00
NAPS2.Lib Limit errorlog.txt archive files to 1 2023-12-21 06:17:31 -08:00
NAPS2.Lib.Gtk Don't run print in a task on Mac/Linux 2023-12-07 21:12:49 -08:00
NAPS2.Lib.Mac Mac: Fix Eto invoker 2023-12-10 15:18:44 -08:00
NAPS2.Lib.Tests Escl: Job cleanup and minor fixes 2023-12-12 20:55:09 -08:00
NAPS2.Lib.WinForms C# 12: Use collection initializers 2023-12-06 20:17:50 -08:00
NAPS2.Sdk Mac: Show no pages in feeder error 2023-12-21 06:17:25 -08:00
NAPS2.Sdk.Samples Add NAPS2.Escl.Server as an sdk project 2023-12-13 00:52:16 -08:00
NAPS2.Sdk.ScannerTests Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Sdk.Tests Escl: Quality fixes 2023-12-13 21:46:45 -08:00
NAPS2.Sdk.Worker Use TrimMode=partial to fix net8 publish 2023-12-07 20:07:55 -08:00
NAPS2.Setup SDKREL (0.1.0-alpha08) 2023-12-16 22:26:38 -08:00
NAPS2.Tools Fix translations with quotes in the original string 2023-12-17 00:46:36 -08:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md PUBLISH (7.2.1) 2023-12-16 21:46:50 -08: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 Separate Release-Windows and Release-Mac configs 2023-12-16 21:46:50 -08:00
NAPS2.sln.DotSettings Hide spurious security advisory in Rider 2023-12-10 10:46:34 -08:00
README.md Sdk: Replace WIP note with nuget link 2023-08-25 19:19:01 -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)

NuGet

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