We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9f2129 + 46ea3f7 commit 1d17b90Copy full SHA for 1d17b90
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.2.1
4
+
5
+* Process PDF annotations (e.g. stamps) by default.
6
7
## 0.2.0
8
9
* Update to .net 8.
src/Pdf2Html/appsettings.json
@@ -1,6 +1,7 @@
{
"ConversionOptions": {
"EmbedJavascript": false,
+ "ProcessAnnotation": true,
"ProcessOutline": false,
"Printing": false,
"BgFormat": "svg",
0 commit comments