slidex icon indicating copy to clipboard operation
slidex copied to clipboard

Convert PowerPoint Slides to xaringan (remark.js) Slides

Results 11 slidex issues
Sort by recently updated
recently updated
newest added

When I convert the demo I get permission denied because it creates the slidedemo.Rmd with limited permissions When I try to convert another pptx file I get Error in if(is.na(lang))...

thanks for the awesome package! here is the reprex: ``` r library(slidex) pptx Warning in file.rename(file.path(basepath, "xml", "ppt", #> "media"), file.path(basepath, : cannot rename file 'C: #> \Users\timing\AppData\Local\Temp\Rtmpc1hPjj/slidedemo/xml/ppt/media' to 'C:...

There seems to be a fair amount of interest in getting this running with other languages. I'm all for it, but at this point in the development I can't devote...

help wanted

If you're having issues with converting your PPTX, and you're using Office 365, please install the latest branch with `remotes::install_github("datalorax/slidex@office365-changes")` (as mentioned in #6) and give it a try. If...

First, thank you so much for this package. I realize it's a work in progress, but it's already a big help. Very impressive. I want to mention a few Beamer/LaTeX...

Daniel, Thanks for a really interesting package. A couple of points:- 1.) For some reason, the Powerpoint images are not coming across into the img folder. 2.) When I bring...

Thank you very much for this package. Very useful. I will use it to convert my lecture notes into html slides. My presentations include many graphs and pictures. Some images...

I am starting to get into building slide decks in RMD, and came across this package in the wiki for xaringan. Below is the error that I am seeing: ```...

When trying to execute slidex using the slidedemo.pptx example, I've got the following error: ``` convert_pptx(path = "/Users/macher1/Downloads/slidedemo.pptx", author = "A M") Error in convert_pptx(path = "/Users/macher1/Downloads/slidedemo.pptx", : All nested...

I don't mean to post an issue, but I'm just so very impressed by this package! I knew pptx/docx are essentially XML files, but I have never imagined the possibility...