From 533c7b1682ffcaaff6abce1a4c6d20dfb2c4e6b1 Mon Sep 17 00:00:00 2001 From: Gerard Gunnewijk Date: Thu, 23 Jul 2026 20:08:52 +0200 Subject: [PATCH] Updated release notes --- src/Synercoding.FileFormats.Pdf/PackageDetails.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Synercoding.FileFormats.Pdf/PackageDetails.props b/src/Synercoding.FileFormats.Pdf/PackageDetails.props index 66c138d..60b217e 100644 --- a/src/Synercoding.FileFormats.Pdf/PackageDetails.props +++ b/src/Synercoding.FileFormats.Pdf/PackageDetails.props @@ -10,7 +10,7 @@ Synercoding.FileFormats.Pdf Synercoding.FileFormats.Pdf Contains classes which makes it easy to quickly create a pdf file. - Changed GrayScaleMethod from an enum to a delegate, giving users full control over how separation images are converted to grayscale (breaking change). Fixed issue #87 where CID text bytes containing 0x0D were incorrectly unescaped in string literals, causing parsers to misread them as 0x0A and render the wrong glyph; string literals now escape more characters and CID text in content streams is written as hex strings. + Added support for the current alpha constant and blend mode via the extended graphic state. And added basic support for clickable hyperlinks on a page. README.md LICENSE