DropPrint

Integration Guide.

Setting up your app or website to print via DropPrint is simple.
We have implemented a simple URL Scheme to allow other apps and websites to print via DropPrint.

Basic Example of printing a zpl file from a URL

<a href="dprnt://url=https://www.peninsula-group.com/dropprint/test.zpl">Print To DropPrint From A Web URL</a>
The above code will produce the link below
Print To DropPrint From A Web URL

Basic Example of printing zpl from a local file

<a href="dprnt://file=Users/Peninsula/Desktop/DropPrint/test.zpl">Print To DropPrint From A Local File</a>
The above code will produce the link below
Print To DropPrint From A Local File

Extra Paramaters

Printer
Allows you to specify what printer to print the file to.
If the printer is not connected the job will be added to the print queue.
<a href="dprnt://url=https://www.peninsula-group.com/dropprint/test.zpl&printer=Zebra%20ZP505">Print To a specific printer using DropPrint From A Web URL</a>
The above code will produce the link below
Print To a specific printer using DropPrint From A Web URL

Sender
Allows you to let DropPrint know where the file was sent from.
This allows DropPrint to show a notification with the sender name.
<a href="dprnt://url=https://www.peninsula-group.com/dropprint/test.zpl&sender=peninsula-group.com">Print using DropPrint From A Web URL</a>
The above code will produce the link below
Print using DropPrint From A Web URL

Notify
Allows you to send an additional description of the file to DropPrint.
This allows DropPrint to show a notification with some extra information about the file being sent.
<a href="dprnt://url=https://www.peninsula-group.com/dropprint/test.zpl&notify=shipment23456">Print using DropPrint From A Web URL</a>
The above code will produce the link below
Print using DropPrint From A Web URL


By combining the options above DropPrint can display a notification with much more detail about the file being printed
<a href="dprnt://url=https://www.peninsula-group.com/dropprint/test.zpl&sender=peninsula-group.com&notify=shipment23456">Print using DropPrint From A Web URL</a>
The above code will produce the link below
Print using DropPrint From A Web URL

Coming Soon


Printer List
Allowing a website or app to ask what printers are installed using our Javascript library and use the returned data on screen (e.g. in a drop down menu) and when printing.

Direct Print
Allowing a website or app to print directly using our Javascript library without the use of a URL.

Added Security
Password protected printing to prevent unwanted prints.

Browser Extensions
Browser Extensions which allow links to supported format files to be automatically converted to DropPrint URL links.

Watched Folder Rules
Rules allow you to be more specific about which files are printed and allow more options for what to do after printing.

If you have any questions or feature requests please email tech@peninsula-group.com