Scan documents to PDF and more, as simply as possible.
Go to file
Ben Olden-Cooligan f50837b22f Fix null issue
2023-10-08 18:16:20 -07:00
.github Add CI 2022-12-25 14:39:10 -08:00
NAPS2.App.Console Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.App.Gtk Upgrade NAPS2.Pdfium.Binaries to 1.0.1 2023-07-09 09:31:08 -07:00
NAPS2.App.Mac PUBLISH (7.1.0) 2023-09-04 19:58:34 -07:00
NAPS2.App.PortableLauncher Fix icon for portable launcher 2023-09-09 12:16:55 -07:00
NAPS2.App.Tests Replace Moq with NSubstitute 2023-08-10 18:08:34 -07:00
NAPS2.App.WinForms Upgrade NAPS2.Pdfium.Binaries to 1.0.1 2023-07-09 09:31:08 -07:00
NAPS2.App.Worker Upgrade NAPS2.Wia to 2.0.2, removing NAPS2.Wia.Native.dll 2023-04-08 11:37:04 -07:00
NAPS2.Escl Escl: Log mDNS records 2023-10-08 10:57:35 -07:00
NAPS2.Escl.Server Escl: Create sdk package for NAPS2.Escl 2023-10-07 11:25:25 -07:00
NAPS2.Escl.Tests Escl: Prevent port collisions in ClientServerTests 2023-09-09 14:15:32 -07:00
NAPS2.Escl.Usb Escl: Create sdk package for NAPS2.Escl 2023-10-07 11:25:25 -07:00
NAPS2.Images Wpf images wip 2023-09-09 19:30:10 -07:00
NAPS2.Images.Gdi Gdi: Fix resolution of saved image in some cases 2023-07-05 16:19:23 -07:00
NAPS2.Images.Gtk Sdk: Project configuration 2023-04-29 16:28:41 -07:00
NAPS2.Images.ImageSharp ImageSharp: Fix jpeg colorspace hint 2023-09-09 14:10:52 -07:00
NAPS2.Images.Mac Mac: Properly handle resolution in MacImage 2023-07-06 22:21:42 -07:00
NAPS2.Images.Wpf Wpf: Enable windows targeting for cross-compiling 2023-10-07 12:15:55 -07:00
NAPS2.Internals Rename LazyRunner to Once 2023-09-04 10:45:15 -07:00
NAPS2.Lib Fix null issue 2023-10-08 18:16:20 -07:00
NAPS2.Lib.Gtk Ensure unhandled errors are handled in all configurations 2023-10-08 17:38:10 -07:00
NAPS2.Lib.Mac Ensure unhandled errors are handled in all configurations 2023-10-08 17:38:10 -07:00
NAPS2.Lib.Tests Add a SetUpFileStorage test helper 2023-09-09 12:42:18 -07:00
NAPS2.Lib.WinForms Refactor common entrypoint code into GuiEntryPoint 2023-10-08 17:14:46 -07:00
NAPS2.Sdk Update language files 2023-10-08 11:04:26 -07:00
NAPS2.Sdk.Samples Sdk: Update readme/samples 2023-08-29 20:39:04 -07:00
NAPS2.Sdk.ScannerTests Replace Moq with NSubstitute 2023-08-10 18:08:34 -07:00
NAPS2.Sdk.Tests Make 8bit gray jpeg explicit for tests 2023-10-07 12:04:49 -07:00
NAPS2.Sdk.Worker Sdk: Win32 worker polish 2023-08-25 19:14:26 -07:00
NAPS2.Setup Update installer languages 2023-10-08 11:04:41 -07:00
NAPS2.Tools Escl: Create sdk package for NAPS2.Escl 2023-10-07 11:25:25 -07:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md Update changelog 2023-09-04 21:01:26 -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 Wpf images wip 2023-09-09 19:30:10 -07:00
NAPS2.sln.DotSettings Parse image dimensions from JPEG headers when directly embedding JPEGs in PDFs 2023-07-16 12:24:56 -07: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