GET zebra
Summary: Generate bar codes and QR codes with ZXING.
Operation ID: zebraGET
Auth: api_key
Operation ID: zebraGET
Auth: api_key
Description
See full list of options and documentation [here](https://www.api2pdf.com/documentation/advanced-options-zxing-zebra-crossing-barcodes/) ### Authorize via Query String Parameter **apikey=YOUR-API-KEY** ### Example ``` https://v2018.api2pdf.com/zebra?format={format}&apikey={YourApiKey}&value={YourText} ```
Parameters (5)
format
(string, query, required)
Most common is CODE_39 or QR_CODE
height
(integer, query, optional)
Height of the barcode generated image
showlabel
(boolean, query, optional)
Show label of text below barcode
value
(string, query, required)
Specify the text value you want to convert
width
(integer, query, optional)
Width of the barcode generated image
No probe data for this endpoint yet.