davidgohel / officer

:cop: officer: office documents from R
https://ardata-fr.github.io/officeverse/
Other
598 stars 107 forks source link

Please add pdf print option to the package #159

Closed eplaymaker closed 5 years ago

eplaymaker commented 5 years ago

First of all, thanks a lot for your amazing package. Do you have any plans to add “pdf print” option for power point presentations? It would amazing to export pdf reports rather than ppt’s.

davidgohel commented 5 years ago

Hi

There is a code for that : see https://stackoverflow.com/a/52389269/3315962 You will need libreoffice to use it.

I am not planning to implemented it in officer because it relies on an external program (libreoffice) and package pdftools, this would require to add several dependancies.

David

Ljupch0 commented 2 years ago

The same function is found in the docxtractr package as well. docxtractr::convert_to_pdf

davidgohel commented 2 years ago

And in https://cran.r-project.org/package=doconv for more options with word exe

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.