Skip to content

Instantly share code, notes, and snippets.

@isatufan
isatufan / ZPLHandler.cs
Last active April 9, 2024 20:34
Scales a raw ZPL file from 203 dpi (dots per inch) to 300 dpi. C#.NET edition
/*
* author: Tres Finocchiaro, updated by Alethea Rose, translated from JavaScript to C#.NET by İsa Tufan Tunçbilek.
* date: 2015-05-22, 2017-07-10, 2020-04-18
* license: Public Domain; Use as you wish.
* source: http://qz.io
* https://gist.github.com/alethea/3e409b0b1206099bee88eefac7fa7cbd
*/
using System;
using System.Collections.Generic;