You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be easy to expose the poppler::deflate(...) functionality (I am assuming it has to exist in there somewhere) inside this pdftools package?
eg pdftools::pdf_deflate(pdf, outfilename)
While pdf_data() and pdf_text() have been very useful for 50% of the pdf data extraction work I am doing, some of the work requires processing the raw pdf itself (hunting for images, etc). Currently I am using
Would it be easy to expose the poppler::deflate(...) functionality (I am assuming it has to exist in there somewhere) inside this pdftools package?
While pdf_data() and pdf_text() have been very useful for 50% of the pdf data extraction work I am doing, some of the work requires processing the raw pdf itself (hunting for images, etc). Currently I am using
If I could avoid a 'system' call that relies on an OS specific tool, that would be fantastic and more portable than my current solution.
The text was updated successfully, but these errors were encountered: