Skip to content

Commit

Permalink
fix: some PDF pages are blurry
Browse files Browse the repository at this point in the history
this seems to be a regression in the latest Apache PDFBox library

Closes gotson#260
  • Loading branch information
gotson committed Aug 7, 2020
1 parent 22b0b7e commit 9ad1cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
implementation("org.apache.tika:tika-core:1.24.1")
implementation("org.apache.commons:commons-compress:1.20")
implementation("com.github.junrar:junrar:7.2.0")
implementation("org.apache.pdfbox:pdfbox:2.0.20")
implementation("org.apache.pdfbox:pdfbox:2.0.19")
implementation("net.grey-panther:natural-comparator:1.1")
implementation("org.jsoup:jsoup:1.13.1")

Expand Down

0 comments on commit 9ad1cfe

Please sign in to comment.