Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: artiebits/pdf-to-printer

v4.0.0

01 Oct 10:25
Compare
Choose a tag to compare
  • BREAKING CHANGE: Stop supporting Unix-like operating systems (#277)

v3.2.3

24 Sep 09:17
Compare
Choose a tag to compare

Add warning message for unix users 1894ed3

v3.2.2

24 Sep 09:16
Compare
Choose a tag to compare

Add methods to observe and cancel a printer job.

v3.1.0

17 Sep 06:12
Compare
Choose a tag to compare

Bump SumatraPDF from 3.2.0 to 3.3.3 #272

v3.0.0

12 Sep 06:54
Compare
Choose a tag to compare

Replace wmic with Powershell cmdlets #269.

v2.0.6

30 Jun 19:32
Compare
Choose a tag to compare

Improve split by regex to only find real printers instead of everything that starts with printer #263. Thanks @joshycube for the improvement.

v2.0.5

28 May 08:50
Compare
Choose a tag to compare
  • Add option to specify SumatraPDF path #258. Thanks to @ibrahimelaradi for the fix.
  • Fix lint script on windows #260. Thanks to @dattn for the fix.
  • Refactor execAsync to use util.promisify #256.

v2.0.4

21 May 10:51
Compare
Choose a tag to compare

Fix print function 6925374

v2.0.3

21 May 09:16
Compare
Choose a tag to compare

Fix execAsync function 6311181

v2.0.2

21 May 08:34
Compare
Choose a tag to compare
  • Use exec for unix-like platforms and execFile for win32 #254.
  • Small refactoring #255.