qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

QZ Print Free Version - sample does not work #52

Closed klabarge closed 9 years ago

klabarge commented 9 years ago

The QZ Print 1.9.2 download from https://qz.io/download/# provides the files for the QZ Tray download. When you try to open the sample.html page you get the message below as it is looking for the QZ Tray. There are no certificates to provide to Java to get it working properly.

image

tresf commented 9 years ago

The QZ Print 1.9.2 download from https://qz.io/download/# provides the files for the QZ Tray download.

I just checked and it does properly download the QZ Print Applet files, so this part of the bug report is incorrect.

When you try to open the sample.html page you get the message below as it is looking for the QZ Tray.

Sorry, this is a duplicate of https://github.com/qzind/qz-print/issues/34#issuecomment-113770293. For now, please edit sample.html and replace deployQZ(); with deployQZApplet(); so that it gets called each time the page is loaded. This will be fixed in a future version.

There are no certificates to provide to Java to get it working properly.

This is a problem for sure especially considering the certs hosted on google code won't be around for much longer. Should we just provide it in the assets folder, or should we add some manual cert extraction procedures?

tresf commented 9 years ago

Closed via wiki/d22a1dc by uploading the certs to github and linking in the tutorial.

screen shot 2015-09-11 at 1 26 45 pm