bastiankistner / PDFtoZPL

A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.

Home Page:https://www.sungaila.de/PDFtoZPL/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDFtoZPL Logo PDFtoZPL

GitHub Workflow Build Status GitHub Workflow Test Runs Succeeded SonarCloud Quality Gate NuGet version NuGet downloads Website GitHub license

A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language commands.

This .NET library is built on top of

Getting started

Just call one of the following static methods:

  • PDFtoZPL.Conversion.ConvertPdfPage()
  • PDFtoZPL.Conversion.ConvertPdf()
  • PDFtoZPL.Conversion.ConvertPdfAsync()
  • PDFtoZPL.Conversion.ConvertBitmap()

How does it work?

  1. Use PDFium to render a bitmap (for PDF files)
  2. Make the bitmap monochrome
  3. Convert the bitmap into a ^GF (Graphic Field) command
  4. Compress the command hexdecimal data to shrink the ZPL code in size
  5. Return the generated ZPL code

About

A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.

https://www.sungaila.de/PDFtoZPL/

License:MIT License


Languages

Language:C# 99.6%Language:HTML 0.3%Language:CSS 0.1%Language:JavaScript 0.0%