Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outline encryption #734

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Fix outline encryption #734

merged 1 commit into from
Mar 27, 2023

Conversation

Lucas-C
Copy link
Member

@Lucas-C Lucas-C commented Mar 27, 2023

Fix #732

Also introduces a new PDF object type: PDFDate

@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Patch coverage: 92.50% and no project coverage change.

Comparison is base (aba7409) 93.06% compared to head (cd78ca2) 93.07%.

❗ Current head cd78ca2 differs from pull request most recent head 97807b4. Consider uploading reports for the commit 97807b4 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #734   +/-   ##
=======================================
  Coverage   93.06%   93.07%           
=======================================
  Files          26       26           
  Lines        7128     7134    +6     
  Branches     1280     1278    -2     
=======================================
+ Hits         6634     6640    +6     
  Misses        308      308           
  Partials      186      186           
Impacted Files Coverage Δ
fpdf/util.py 62.83% <ø> (-3.03%) ⬇️
fpdf/syntax.py 89.18% <86.95%> (+1.68%) ⬆️
fpdf/actions.py 89.79% <100.00%> (-1.44%) ⬇️
fpdf/annotations.py 98.64% <100.00%> (ø)
fpdf/encryption.py 96.27% <100.00%> (+0.06%) ⬆️
fpdf/fpdf.py 91.84% <100.00%> (ø)
fpdf/outline.py 100.00% <100.00%> (ø)
fpdf/output.py 96.63% <100.00%> (-0.03%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Lucas-C Lucas-C merged commit 2b0bb59 into master Mar 27, 2023
@Lucas-C Lucas-C deleted the fix-732 branch March 27, 2023 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password encryption causes invalid outline characters displayed
1 participant