# PPTXjs **Repository Path**: CrazyIterBin/PPTXjs ## Basic Information - **Project Name**: PPTXjs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2023-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PPTXjs ========== [![MIT License][license-image]][license-url] [license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat [license-url]: LICENSE ### jQuery plugin for convertation pptx to html using pure javascript. ### Demo: https://pptx.js.org/pages/demos.html # Version: ### 1.10.3 # environment ### browsers: - IE > 10 - Edge - FireFox - chrome ### Support: ---- * Text * Font size * Font family * Font style: blod, italic, underline, stok * Color * hyperlink * bullets (include numeric) * Text block (convert to Div) * Align (Horizontal and Vertical) * Background color (single color) * Border (borderColor, borderWidth, borderType, strokeDasharray) * Shapes (support most of shapes) * Background color (single color, gradient colors) * Background image * Rotations * Align * Border * Custom shape * Media * Picture (jpg/jpeg,png,gif,svg) * Video (html5 video player: mp4,ogg,WebM) * IE:MP4. * Chrome:MP4, WebM,Ogg. * Firefox:MP4,WebM,Ogg. * Audio (html5 audio player:mp3,ogg,Wav) * IE:mp3. * Chrome:mp3,Wav,Ogg. * Firefox:mp3,Wav,Ogg * Graph * Bar chart * Line chart * Pie chart * Scatter chart * SmartArt diagrams * Custom table * Theme table * Theme * Background color * Background image * Equations and formulas * display Equations and formulas as image * and more ... ### usage: ---- include necessary css files: ``` ``` include necessary js files: ``` ``` html body : ``` ...
optional: ... ``` add javascript: ``` ``` # Changelog * V.1.10.3 * new divs2slides (v.1.3.2) * fixed div width issue * V.1.10.2 * new divs2slides v.1.3.1 * fixed some issues * V.1.10.0 * added the ability to load jsZip v.2 in case jsZip v.3 is loaded for another use. * (note: using this method will reload the page) * and fixed some errors issue. * V.1.9.3 * support Equations and formulas as Image * Added an ability to scale Slides in percent * and fixed background color issue. # License - Copyright © 2017 Meshesha - MIT