Skip to content

Commit

Permalink
Merge branch 'master' into fix-ci-conan-core
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand authored Apr 27, 2024
2 parents 77a191d + b192766 commit 3795a27
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public void loadSync(Options options) {
File cacheDirectory = AndroidFileCache.getCacheDirectory(cacheFile);

pdf2htmlEX pdfConverter = new pdf2htmlEX(context).setInputPDF(cacheFile);
pdfConverter.setProcessOutline(false);
pdfConverter.setBackgroundImageFormat(pdf2htmlEX.BackgroundImageFormat.JPG);
pdfConverter.setDRM(false);
pdfConverter.setProcessAnnotation(true);
if (options.password != null) {
Expand Down

0 comments on commit 3795a27

Please sign in to comment.