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

New embed_file() & file_attachment_annotation() methods #506

Merged
merged 5 commits into from
Aug 30, 2022

Conversation

Lucas-C
Copy link
Member

@Lucas-C Lucas-C commented Aug 25, 2022

Checklist:

  • The GitHub pipeline is OK (green), meaning that both pylint (static code analyzer) and black (code formatter) are happy with the changes of this PR.

  • A unit test is covering the code added / modified by this PR

  • This PR is ready to be merged

  • In case of a new feature, docstrings have been added, with also some documentation in the docs/ folder

  • A mention of the change is present in CHANGELOG.md

By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.

@Lucas-C Lucas-C marked this pull request as draft August 25, 2022 21:16
@Lucas-C Lucas-C changed the title Draft: new embed_file() method New embed_file() method Aug 25, 2022
@Lucas-C Lucas-C force-pushed the file-attachments branch 5 times, most recently from cf552c7 to 5a2c5f9 Compare August 25, 2022 21:50
@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #506 (03fe3c6) into master (a21ec6e) will decrease coverage by 0.15%.
The diff coverage is 94.28%.

❗ Current head 03fe3c6 differs from pull request most recent head 1567a58. Consider uploading reports for the commit 1567a58 to get more accurate results

@@            Coverage Diff             @@
##           master     #506      +/-   ##
==========================================
- Coverage   92.13%   91.97%   -0.16%     
==========================================
  Files          23       23              
  Lines        6697     6664      -33     
  Branches     1373     1366       -7     
==========================================
- Hits         6170     6129      -41     
- Misses        299      304       +5     
- Partials      228      231       +3     
Impacted Files Coverage Δ
fpdf/prefs.py 90.90% <ø> (-1.95%) ⬇️
fpdf/util.py 87.03% <57.14%> (-4.80%) ⬇️
fpdf/fpdf.py 90.08% <96.80%> (+0.15%) ⬆️
fpdf/enums.py 100.00% <100.00%> (ø)
fpdf/drawing.py 92.73% <0.00%> (-0.28%) ⬇️
fpdf/syntax.py 95.37% <0.00%> (-0.05%) ⬇️
fpdf/sign.py 100.00% <0.00%> (ø)
... and 1 more

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

@Lucas-C Lucas-C changed the title New embed_file() method New embed_file() & file_attachment_annotation() methods Aug 30, 2022
@Lucas-C Lucas-C marked this pull request as ready for review August 30, 2022 18:06
@Lucas-C Lucas-C merged commit a14c93f into master Aug 30, 2022
@Lucas-C Lucas-C deleted the file-attachments branch August 30, 2022 18:25
@Lucas-C
Copy link
Member Author

Lucas-C commented Sep 8, 2022

This has been released in v2.5.7

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.

None yet

1 participant