PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB20] webdev using iPrint
[WB20] webdev using iPrint
Iniciado por guest, 28,jul. 2016 13:59 - 1 respuesta
Publicado el 28,julio 2016 - 13:59
Hi,

Will iPrint work properly under webdev as i need to control and print directly to the printer via the web server ( with the web server connected directly to the printer )?

Regards,

PETER ZHOU
Publicado el 28,julio 2016 - 14:10
Hi Peter,

NO! iPrint, just like iPrintReport, will only be able to print on a printer connected to the server (or as PDF)

For obvious security reasons, the browser side is isolated from everything hardware

In order to do what you are describing, you could write a java applet in windev, call it from webdev Of course, the java applet needs to be INSTALLED on each browser, with the appropriate authorization...

Best regards