This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨(marion) add
pdf_options
argument to AbstractDocument.create method
We want Marion consumers be able to use new pdf options offered by weasyprint 59 .0. In order to do that, we add a new `pdf_options` argument to the `AbstractDocument.create` method. Furthermore, weasyprint 59.0 with pdf compression enable is no more compatible with pdfminer extract text. So until this issue is fixed, we disable by default the pdf compression. But consumers are able to enable this option at their own risks through the `pdf_options` argument.
- Loading branch information
Showing
3 changed files
with
136 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters