Skip to content

Releases: sungaila/PDFtoZPL

v5.3.0

09 Aug 14:28
ae5e636
Compare
Choose a tag to compare
  • Added optional parameter LabelTop. (#63)
  • Added optional parameter LabelShift. (#63)

v5.2.0

24 Jul 23:49
e832d1c
Compare
Choose a tag to compare
  • Added System.Index for single page conversion. (#61)

v5.1.0

11 Jul 20:14
7e9a0a6
Compare
Choose a tag to compare

v5.0.2

28 Jun 15:11
70c7067
Compare
Choose a tag to compare
  • Revert from 300 to 203 as default DPI when no pdfOptions was specified. This is a breaking change. (#56)
  • Added optional parameter DpiRelativeToBounds. (sungaila/PDFtoImage#83)

v5.0.1

14 Mar 16:34
7065214
Compare
Choose a tag to compare
  • Revert from 300 to 203 as default Dpi. This is a breaking change. (#51)
  • Replace PDFtoImage.RenderOptions with PDFtoZPL.PdfOptions. This is a breaking change. (#51)
  • Fixed interactions between parameters Bounds and Width/Height. (sungaila/PDFtoImage#77)

v5.0.0

29 Feb 15:29
b131832
Compare
Choose a tag to compare
  • Added optional parameter Bounds. (sungaila/PDFtoImage#71)
  • Added optional parameter UseTiling. (sungaila/PDFtoImage#73)
  • RenderOptions and ZplOptions introduced for most API calls. This is a breaking change.
  • Dpi defaults to 300 instead of 203. This is a breaking change in cases where Dpi used the default value.

v4.1.0

29 Jan 12:32
10d0b1b
Compare
Choose a tag to compare
  • Added support for Mono.
  • Added support for Unity.
  • Added support for UWP.

v4.0.0

29 Dec 00:49
3cf18a4
Compare
Choose a tag to compare

v3.6.4

14 Dec 23:10
eb918f0
Compare
Choose a tag to compare
  • Fixed the CRC for B64/Z64 encodings (printers might reject those otherwise). #40

v3.6.3

19 Nov 12:47
839885d
Compare
Choose a tag to compare
  • Cleanup of native lib loading for .NET (Core).