Skip to content

Commit 46ea3f7

Browse files
author
Ethan Bishop
committed
Add --process-annotation=1 to the default conversion options
This will allow us to convert (e.g.) stamps to images rather than dropping them.
1 parent a9f2129 commit 46ea3f7

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)