Skip to content

Commit 1d17b90

Browse files
Merge pull request #9 from CoreFiling/feature/process-annotations-by-default
Add `--process-annotation=1` to the default conversion options
2 parents a9f2129 + 46ea3f7 commit 1d17b90

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
* Process PDF annotations (e.g. stamps) by default.
6+
37
## 0.2.0
48

59
* Update to .net 8.

src/Pdf2Html/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ConversionOptions": {
33
"EmbedJavascript": false,
4+
"ProcessAnnotation": true,
45
"ProcessOutline": false,
56
"Printing": false,
67
"BgFormat": "svg",

0 commit comments

Comments
 (0)