marcopiraccini / electron-printer

node-printer fork to be used with electron
51 stars 27 forks source link

doesn't work with Windows 7 #1

Open pabatribick opened 8 years ago

pabatribick commented 8 years ago

Hi,

the published fork doesn't work with Windows 7. On Ubuntu it works, but only for Ubuntu. If i create the Windows Program-Files with Ubuntu, i get errors with this printer library. On Windows, npm stucks and makes a few errors... Can you publish precompiled sources for windows?

marcopiraccini commented 8 years ago

Well, any detail about the error? :) I use it with Windows 7 / x64. But I see that I I forgot to publish the ia32 version. Is this the problem?

pabatribick commented 8 years ago

https://github.com/shenlq/node-printer-bin now worked for me :)

marcopiraccini commented 8 years ago

Ok, glad to hear that :) In the meantime, I released also the binary for windows/ ia32

BleemIs42 commented 7 years ago

Hi, I also have a problem with window 7 x64, node version 6.10.2, electron version 1.6.11, image but the win.webContents.print() work well, and the system default printer can print web contents. Can you help me ?

joadr commented 5 years ago

Hi, I also have a problem with window 7 x64, node version 6.10.2, electron version 1.6.11, image but the win.webContents.print() work well, and the system default printer can print web contents. Can you help me ?

I'm having the same issue, did you solve it?