Browser Print PDF

// Expert user has replied.
K Keith Hall 4 weeks ago
139 2 0

Hi,

I am trying to use BrowserPrint to remotely print API-based shipping labels to label printer, they are PDF labels, and according to docs I'm sure I read it will convert and print various formats, JPG, PNG etc and PDF.

When trying to print, am getting "Error: The format conversion attempted requires a licensing key and none was provided." 

Where is this provided and how do we fix it?

I've also tried converting PDF to PNG server-side using pdftoppm but it aliases/interpolates the 2D barcode which makes it unreadable, tried various options there to, so I'm stuck with PDF format I think. The printers don't accept PDF files directly (they just lock up and refuse to print further until powered off and on!).

Also there's an existing web application that uses BrowserPrint to another Zebra printer used on the same computer (also shipping labels but a different printer and media size combination), so that is set up as a default 'printer' device... How do we set up a 2nd 'default' device (perhaps named 'printer2') that can be used by the application I'm developing, please? At the moment I've just hacked the device list to index the 2nd printer (there are 3) as a workaround but fear that could change if the order of the printer list changes.

I'm on a tight timeframe here to get a solution in the next few days so am hoping experts around here will be able to offer some pointers in the right direction, and would be most grateful!

 

Please Register or Login to post a reply

2 Replies

S Steven Si

What's the printer model you are using? Most Zebra printer models support the PDF Direct (See Announcement | Printers Include Free PDF Direct with Link-OS 6.3 for details). With a PDF Direct enabled printer, there is no need to use the convertAndSendFile(), which is a legacy API in the Browser Print. Instead, you simply call the sendFile() API in the Browser Print, which directly sends the PDF content to the printer to print. It saves development effort and ensures the readability.

The Browser Print only allows one default printer to be set. You can always call the BrowserPrint.getLocalDevices() to get the printers that are available to the local host. 

K Keith Hall

Thanks, however PDF Direct doesn't work as the printers are older and not included on supported models list (e.g. GK420d). As mentioned sendFile() causes the printers to lock up and refuse to do anything further.

Need the PDF convert function to work as mentioned in the documentation? How do we fix this error please?

Understood on the default printer, however getLocalDevices does take some time to return, and is what has ben done but it feels like a hack. Who is actively developing BrowserPrint - can this additional saved printer idea be added as a future enhancement request please?

CONTACT
Can’t find what you’re looking for?