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

Office 365 #24

Open
datalorax opened this issue Jul 24, 2020 · 4 comments
Open

Office 365 #24

datalorax opened this issue Jul 24, 2020 · 4 comments

Comments

@datalorax
Copy link
Owner

datalorax commented Jul 24, 2020

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 you run into issues, please report them here.

@rmcd1024
Copy link
Contributor

rmcd1024 commented Nov 6, 2020

Here is a simple pptx file (Office 365, don't know if that matters) that illustrates several conversion problems:

  • No bullets convert on slide 2 (this seems to me the most important issue since bullet lists are so important in slides)
  • The link on slide 3 shows up twice and at least one indent level is wrong

I'm attaching the pptx file. This was converted after installing the current default package from github.
test_from_mod_3.pptx

Here is the Rmd file:

---
title: ' Test document '
subtitle: 'Joe Smith'
author: bob
date: 2020-11-05
output:
  xaringan::moon_reader:
  lib_dir: libs
  nature:
    highlightStyle: github
    highlightLines: true
    countIncrementalSlides: false
---

#  Outline 

What are capital budgeting and MFV?
How to calculate imprisoned cash flows
The effect of deceleration on cash flows
The effect of needless changes on cash flows
What does MFV measure?
Alternatives to MFV?

---

#  Tracking Data are Useful 

+ Tracking data can be used to track adherence to social distancing protocols
https://covid19.healthdata.org/united-states-of-america/illinois
+ Of course, such data can also be used to bypass privacy
	+ A social media company may consider this technology to increase future revenue
[https://covid19.healthdata.org/united-states-of-america/illinois](https://covid19.healthdata.org/united-states-of-america/illinois)

@rmcd1024
Copy link
Contributor

rmcd1024 commented Nov 6, 2020

Also, maybe this is out of scope, but conversion doesn't work for pptx files saved using Libreoffice because Libreoffice doesn't set a value for lang.

@rmcd1024
Copy link
Contributor

rmcd1024 commented Nov 6, 2020

Just stumbled across this project: https://github.com/ssine/pptx2md/ It's creating generic markdown (in particular none of the xaringan extensions you're interested in) but just testing it on a few documents it seems to do a nice job. (Although images should use ![]() rather than html I think.)

@datalorax
Copy link
Owner Author

Oh interesting. Thanks for that link. Looks similar in spirit. I had no idea it exisited. I appreciate the example. I will try to see if I can make time next week sometime to dig into it and see if I can figure out what's going on.

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

No branches or pull requests

2 participants