Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@dmester dmester released this 26 Jun 11:47
· 380 commits to master since this release

Improvements:

  • Conversion is now cancellable by passing a CancellationToken to PdfDocument.Open, PdfPage.ToSvgString and PdfPage.SaveAsSvg.
  • Basic support for hyperlinks. Only links leading to an URI are supported.
  • Support for image masks.
  • Images using unsupported filters or color spaces are now replaced with an error icon instead of showing random noise.
  • Support for function type 4 (PostScript function).
  • Improved image transcoding performance.
  • Improved async performance when PdfDocument is opened with a file path.
  • Optimized SVG markup.

Bug fixes:

  • Crash when converting multiple pages from the same PdfDocument concurrently.
  • SVGs were sometimes rendered with incorrect font sizes.