Scan documents to PDF and more, as simply as possible.
Go to file
Ben Olden-Cooligan 798fcaa100
Merge pull request #369 from cyanfish/dependabot/nuget/NAPS2.Images.ImageSharp/SixLabors.ImageSharp-3.1.4
Bump SixLabors.ImageSharp from 3.1.3 to 3.1.4 in /NAPS2.Images.ImageSharp
2024-04-15 13:33:46 -07:00
.github Github: Set a timeout of 15 minutes for CI 2024-04-01 00:03:31 -07:00
NAPS2.App.Console Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.App.Gtk Upgrade Eto.Forms to 2.8.3 2024-03-15 18:48:51 -07:00
NAPS2.App.Mac PUBLISH (7.4.2) 2024-04-13 20:13:55 -07:00
NAPS2.App.PortableLauncher Migrate to net8 2023-11-18 11:43:50 -08:00
NAPS2.App.Tests Use Polyfill package to simplify net462 support 2024-04-01 18:09:47 -07:00
NAPS2.App.WinForms Upgrade NAPS2.Tesseract.Binaries to 1.2.0 2024-02-17 20:33:56 -08:00
NAPS2.App.Worker Update dependency versions 2023-11-25 13:41:29 -08:00
NAPS2.Escl Escl: Disable 503s until a later version (as it's a breaking change) 2024-04-13 16:23:27 -07:00
NAPS2.Escl.Server Escl: Disable 503s until a later version (as it's a breaking change) 2024-04-13 16:23:27 -07:00
NAPS2.Escl.Tests Escl: Add timeouts to tests 2024-03-31 22:48:34 -07:00
NAPS2.Escl.Usb Use Polyfill package to simplify net462 support 2024-04-01 18:09:47 -07:00
NAPS2.Images Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Images.Gdi Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Images.Gtk Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Images.ImageSharp Bump SixLabors.ImageSharp in /NAPS2.Images.ImageSharp 2024-04-15 20:27:27 +00:00
NAPS2.Images.Mac Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Images.Wpf Make more NAPS2.Images classes internal 2024-04-07 17:09:22 -07:00
NAPS2.Internals Use Polyfill package to simplify net462 support 2024-04-01 18:09:47 -07:00
NAPS2.Lib Remove unnecessary logging 2024-04-13 20:20:17 -07:00
NAPS2.Lib.Gtk Fix scroll-to-zoom in desktop form 2024-04-13 20:09:24 -07:00
NAPS2.Lib.Mac Mac: Remove mouse check for key events 2024-04-07 13:14:13 -07:00
NAPS2.Lib.Tests Keyboard shortcut fixes 2024-04-07 11:19:51 -07:00
NAPS2.Lib.WinForms Fix scroll-to-zoom in desktop form 2024-04-13 20:09:24 -07:00
NAPS2.Sdk Update language files 2024-04-13 20:12:59 -07:00
NAPS2.Sdk.Samples Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Sdk.ScannerTests Fix test target frameworks on windows 2024-04-01 10:40:19 -07:00
NAPS2.Sdk.Tests Escl: Fix scan controller isolation 2024-04-13 14:06:45 -07:00
NAPS2.Sdk.Worker Update copyright year to 2024 2023-12-30 14:45:47 -08:00
NAPS2.Setup SDKREL (1.0.1) 2024-04-14 08:47:53 -07:00
NAPS2.Tools Tools: Add "n2 upload apt" command 2024-04-09 21:08:28 -07:00
.gitignore Add .DS_Store to gitignore for Mac 2023-03-26 16:03:58 -07:00
CHANGELOG.md PUBLISH (7.4.2) 2024-04-13 20:13:55 -07:00
CONTRIBUTORS Update copyright year to 2024 2023-12-30 14:45:47 -08:00
LICENSE Fix copyright year 2024-01-13 18:11:25 -08:00
NAPS2.sln Create solution folders (app/escl/images) 2024-01-12 22:48:24 -08:00
NAPS2.sln.DotSettings Update code style 2024-01-14 18:02:51 -08:00
README.md Update readme 2024-03-15 18:47:40 -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.

Build Instructions

Looking to contribute to NAPS2 or NAPS2.Sdk? Have a look at the Github wiki for build instructions and more.

License

NAPS2 is licensed under the GNU GPL 2.0 (or later). Some projects have additional license options:

  • NAPS2.Escl.* - GNU LGPL 2.1 (or later)
  • NAPS2.Images.* - GNU LGPL 2.1 (or later)
  • NAPS2.Sdk - GNU LGPL 2.1 (or later)
  • NAPS2.Sdk.Samples - MIT