Skip to content

WIP: Export phpoffice

Thomas requested to merge export_phpoffice into master

This is a POC to export framaslides's presentations as Open Document files (.odp).

  • Make size of things and fonts reasonable
  • Make presentation background work properly
  • Download pictures (info : php's build-in server can't do this since you need multi-process)
  • Download videos (YouTube with https://framagit.org/tcit/YouTubeDL) since you can't seem to just embeed them.
  • Make sure presentations and linked assets are safe in their temp folder
  • Delete old temp files if too old and when a new file is requested
  • Squash commits

Merge request reports