ihmeuw-demographics / demUtils

Utility functions for working with demographic data and estimates.
https://ihmeuw-demographics.github.io/demUtils
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

FEATURE: remove `combine_pdfs` #39

Closed chacalle closed 2 years ago

chacalle commented 2 years ago

Is your feature request related to a problem? Please describe. We added a helper function to combine pdfs together using the python package PyPDF2. demUtils::combine_pdfs

The qpdf/pdftools package include helper functions for combining, splitting, subsetting pdfs that we should switch to. https://ropensci.org/blog/2019/04/24/pdftools-22/

Describe the solution you'd like Remove demUtils::combine_pdfs. Get team members to switch to qpdf::pdf_combine.