Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g21589/PPTX2HTML
Convert pptx file to HTML by using pure javascript
https://github.com/g21589/PPTX2HTML
html5 javascript powerpoint
Last synced: 3 months ago
JSON representation
Convert pptx file to HTML by using pure javascript
- Host: GitHub
- URL: https://github.com/g21589/PPTX2HTML
- Owner: g21589
- License: mit
- Created: 2014-09-08T10:14:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T11:02:09.000Z (almost 8 years ago)
- Last Synced: 2024-07-18T12:04:30.687Z (4 months ago)
- Topics: html5, javascript, powerpoint
- Language: JavaScript
- Homepage: http://g21589.github.io/PPTX2HTML
- Size: 4.7 MB
- Stars: 499
- Watchers: 28
- Forks: 136
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PPTX2HTML
==========
[![MIT License][license-image]][license-url]PPTX2HTML can convert MS-PPTX file to HTML by using pure javascript.
Support Chrome, Firefox, IE>=10 and Edge.
Here is the [Online DEMO] page.Version
----0.2.7 (Beta Test)
Support Objects
----
* Text
* Font size
* Font family
* Font style: blod, italic, underline
* Color
* Location
* hyperlink
* Picture
* Type: jpg/jpeg, png, gif
* Location
* Graph
* Bar chart
* Line chart
* Pie chart
* Scatter chart
* Table
* Location
* Size
* Text block (convert to Div)
* Align (Horizontal and Vertical)
* Background color (single color)
* Border (borderColor, borderWidth, borderType, strokeDasharray)
* Drawing (convert to SVG)
* Simple block (rect, ellipse, roundRect)
* Background color (single color)
* Align (Horizontal and Vertical)
* Border (borderColor, borderWidth, borderType, strokeDasharray)
* Group/Multi-level Group
* Level (z-index)
* Theme/LayoutLicense
----MIT
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[Online DEMO]: http://g21589.github.io/PPTX2HTML