UNPKG

pptx-parser

Version:

pure javascript tool to parse pptx file to json in browser

27 lines (24 loc) 592 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <script src="https://apis.google.com/js/api.js"> </script> <style> .vf-container canvas{ top: 0 !important; left: 0!important; border: 1px solid red } </style> </head> <body> <h2>parse by js</h2> <input type="file" id="fileDlg"> <hr> <button id="btn-prev">prev</button> <button id="btn-next">next</button> <div class="vf-container" style="position: relative"></div> </body> </html>