Activity for Veli-Matti Niinioja

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on ticket #1037

    Same here. I'm using a Windows 10 batch script for a couple of less experienced users to scan to pdf. The command line switches I use in batch are: --enableocr --verbose --progress. In 6.1.2 the program shows the progress popup window as expected. Now, In 7.1.0.0, there are no popup at all. Otherwise all is fine. I'm using TWAIN driver. Thanks!

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion Localization

    Fixed some typos.

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion General Discussion

    Looks like it is not documented yet.

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    I tried the WIA driver with my Epson XP-760: NAPS2.Scan.Exceptions.ScanDriverUnknownException: An error occurred with the scanning driver. ---> System.NullReferenceException: Object reference not set to an instance of an object. at NAPS2.Scan.Wia.WiaScanOperation.Scan(Concrete source) at NAPS2.Scan.Wia.WiaScanOperation.<>cDisplayClass22_0.<start>b</start>0() at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task...

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    I tried the WIA driver with my Epson XP-760: NAPS2.Scan.Exceptions.ScanDriverUnknownException: An error occurred with the scanning driver. ---> System.NullReferenceException: Object reference not set to an instance of an object. at NAPS2.Scan.Wia.WiaScanOperation.Scan(Concrete source) at NAPS2.Scan.Wia.WiaScanOperation.<>cDisplayClass22_0.<start>b</start>0() at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task...

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    I tried the WIA driver with my Epson XP-760: NAPS2.Scan.Exceptions.ScanDriverUnknownException: An error occurred with the scanning driver. ---> System.NullReferenceException: Object reference not set to an instance of an object. at NAPS2.Scan.Wia.WiaScanOperation.Scan(Concrete source) at NAPS2.Scan.Wia.WiaScanOperation.<>cDisplayClass22_0.<start>b</start>0() at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task...

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion General Discussion

    I tried the VIA driver with my Epson XP-760: NAPS2.Scan.Exceptions.ScanDriverUnknownException: An error occurred with the scanning driver. ---> System.NullReferenceException: Object reference not set to an instance of an object. at NAPS2.Scan.Wia.WiaScanOperation.Scan(Concrete source) at NAPS2.Scan.Wia.WiaScanOperation.<>cDisplayClass22_0.<start>b</start>0() at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task...

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion General Discussion

    Yes, please! I made a user-friendly script and hid the command window. It would be nice to see that script is doing something. This is my script: if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" % && exit SET SCANDIR=D:\Documents\Scanned "C:\Program Files (x86)\NAPS2\NAPS2.console" -a -p "PDF" --enableocr --verbose start "Scanned" %SCANDIR% pushd %SCANDIR% for /f "eol=: delims=" %%F in ('dir %SCANDIR% /b /od .pdf') do @set "newest=%%F" start "%newest%" "%newest%" nircmd win...

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion General Discussion

    I'm using a Windows 10 batch script to scan PDFs. In 5.x Naps2 used to show small progress popup windows. In 6.0.4.22968 I do not see those, even if I use --verbose in my script.

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion Localization

    Merged Kari Eveli's translation with mine.

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion Localization

    Finnish translation preview, thanks.

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    For batch scan at least: use an existing profile where autosave is enabled Multiple scans (prompt between scans). Save to a single file I've written a couple of batch scripts (Windows 10), one for PDF and one for JPG, with autosave enabled. After scanning the script opens the scanned document. This is my PDF script (nircmd from Nirsoft required): if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" % && exit SET SCANDIR=D:\Documents\Scanned "C:\Program Files (x86)\NAPS2\NAPS2.console"...

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    For batch scan at least: use an existing profile where autosave is enabled Multiple scans (prompt between scans). Save to a single file I've written a couple of batch scripts (Windows 10), one for PDF and one for JPG, with autosave enabled. After scanning the script opens the scanned document. This is my PDF script (nircmd for Nirsoft required): if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" % && exit SET SCANDIR=D:\Documents\Scanned "C:\Program Files (x86)\NAPS2\NAPS2.console"...

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    For batch scan at least: use an existing profile where autosave is enabled Multiple scans (prompt between scans). Save to a single file I've written a couple of batch scripts (Windows 10), one for PDF and one for JPG, with autosave enabled. After scanning the script opens the scanned document. For batch scans I had to make another profile without autosave and use NAPS2 gui. This is my PDF script (nircmd for Nirsoft required): if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0"...

  • Veli-Matti Niinioja Veli-Matti Niinioja modified a comment on discussion General Discussion

    For batch scan at least: use an existing profile where autosave is enabled Multiple scans (prompt between scans). * Save to a single file I've written a couple of batch scripts (Windows 10), one for PDF and one for JPG, with autosave enabled. After scanning the script opens the scanned document. For batch scans I had to make another profile without autosave and use NAPS2 gui. This is my PDF script (nircmd for Nirsoft required): if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0"...

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion General Discussion

    For batch scan at least: use an existing profle where autosave is enabled Multiple scans (prompt between scans). * Save to a single file I've written a couple of batch scripts (Windows 10), one for PDF and one for JPG, with autosave enabled. After scanning the script opens the scanned document. For batch scans I had to make another profile without autosave and use NAPS2 gui. This is my PDF script: if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" % && exit SET SCANDIR=D:\Documents\Scanned...

  • Veli-Matti Niinioja Veli-Matti Niinioja posted a comment on discussion General Discussion

    Hi, it would be nice to use command line interface for batch scanning, too. It would be easier to scan multi-page or duplex documents. Thanks!

1