Naps2 Versions Save

Scan documents to PDF and more, as simply as possible.

v7.1.0

8 months ago

Changes in 7.1.0:

  • Windows: Added ESCL Driver option
    • This allows using most network scanners without needing to install a separate driver
  • PDF saving is much faster in some cases
  • Imported PDFs now render forms and annotations
  • Added Hindi language
  • Bug fixes
  • NAPS2.Sdk is now available on Nuget

v7.0b9

10 months ago

Changes in 7.0b9:

  • Improved accuracy of PDF page sizes
  • Improved UI responsiveness when OCR is running
  • Mac: Improved color accuracy for scans with Apple Driver
  • Mac: Added support for dark themes
  • Linux: Added support for dark themes
  • Linux: Added arm64 .deb/.rpm builds
  • Bug fixes

v7.0b8

1 year ago

Changes in 7.0b8:

  • Added "Email PDF" support to Mac and Linux
    • Mac: Apple Mail, Gmail, and Outlook Web options
    • Linux: Thunderbird, Gmail, and Outlook Web options
  • Added "Print" support to Mac and Linux
  • Added notifications to Mac and Linux
    • Also updated notification appearance in general
  • Linux: Added drag & drop support
  • Linux: Improved compatibility with older Linux (e.g. Ubuntu 18.04)
  • Linux: Added dependencies to .deb package
  • Sane: Show IP addresses for escl/airscan backends
  • Windows: Changed installer publisher to "NAPS2 Software"
  • Improved error log formatting
  • Added debug logging for scanning diagnostics
    • Turn on by checking "Enable debug logging" in the About window
    • This will record information about scanning activity on disk
    • You can find debuglog.txt in the same folder as errorlog.txt
    • Use NoDebugLogging in appsettings.xml to hide the option
  • Added Bosnian and Indonesian languages
  • Bug fixes

v7.0b7

1 year ago

Changes in 7.0b7:

  • Bug fixes

v7.0b6

1 year ago

Changes in 7.0b6:

  • Bug fixes

v7.0b5

1 year ago

Changes in 7.0b5:

  • Added 2400/4800 dpi options
  • Linux: Added .deb/.rpm packages
  • Sane: Show devices incrementally (only with Mac / Linux flatpak)
  • Crop improvements
  • Fixed formatting for OCR of non-NAPS2 PDFs
  • Bug fixes

v7.0b4

1 year ago

Changes in 7.0b4:

  • Twain: Changed default transfer mode
    • "Alternative Transfer" has been renamed "Memory Transfer" and is now used when "Default" is selected
    • "Native Transfer" can be used to revert to the old transfer mode
  • Saved images now use optimized bit depths for smaller file sizes
  • Bug fixes

v7.0b3

1 year ago

Changes in 7.0b3:

  • Bug fixes

v7.0b2

1 year ago

Changes in 7.0b2:

  • Bug fixes

v7.0b1

1 year ago

Changes in 7.0b1:

  • Most NAPS2 code has been rewritten. Things should mostly look the same but under the hood there are many differences.
  • Added Mac support
    • Supports macOS 10.15 and later
    • The Universal download should work for all users. Or you can use the Intel/Apple Silicon downloads for a smaller download/install size if you know which one your Mac has.
    • NAPS2 on Mac bundles SANE drivers for USB scanners, allowing supported scanners to be used even on new M1/M2 Macs (which normally wouldn't work without manufacturer-provided drivers)
  • Added native Linux support
    • Requires Flatpak for installation (https://flatpak.org/setup/)
    • Mono is no longer required
    • The UI should now feel like a native Linux app
    • Much better performance and reliability
  • TWAIN support has been reworked
    • Some lifecycle-related issues should hopefully be fixed (e.g. only being able to scan once)
    • With "Use predefined settings", TWAIN now uses the built-in NAPS2 progress window, which allows multitasking
    • TWAIN UI should no longer be visible in console and batch mode
    • TWAIN should also now support scanning larger images (e.g. 1200dpi) without out-of-memory issues
  • Upgraded Tesseract to 5.2.0 for OCR
    • Up to 30% faster OCR performance
    • Tesseract is now bundled with the NAPS2 download, so no extra download is required (though you still need to download language data if you don't already have it).
  • PDF import and export have been rewritten to leverage Pdfium
    • This means better support for importing different kinds of PDFs
    • In some cases this means much faster import/export
    • Pdfium is bundled with the NAPS2 download so there is no longer an extra download needed to import non-NAPS2 PDFs
  • New Crop UI
  • Minor tweaks to blank page detection
  • Image list tweaks
    • Selected images appear with just a blue border
    • Spacing has been optimized
  • New automatic image correction functionality (work in progress)
    • "Document Correction" under the Image menu
    • Automatic fixing of color calibration, noise, skew, and other common scanning issues
    • Eventually this will be integrated into profiles
  • JPEG2000 support for importing/saving images (Mac only for now)
  • Dropped support for rarely-used image file formats (.emf, .exif, .gif)
    • Please request if you want this back
  • NAPS2 on Windows now requires .NET Framework 4.6.2
    • This means no more support for Windows XP
    • Windows 7 SP1 is now the minimum requirement
  • The 64-bit Windows install location is now "Program Files" instead of "Program Files (x86)"
  • The MSI installer now has separate 64-bit and 32-bit downloads
  • The AppData format for config.xml and Tesseract files has changed (will be automatically migrated)
  • Improved icon quality
  • Translations have been moved to Crowdin
  • Various performance and reliability improvements
  • Bug fixes