Version 0.2.0
Improvements:
- Conversion is now cancellable by passing a
CancellationToken
toPdfDocument.Open
,PdfPage.ToSvgString
andPdfPage.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.