Giter Site home page Giter Site logo

pptxjs's People

Contributors

meshesha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pptxjs's Issues

1.21.0 Cannot read property 'attrs' of undefined

When open this pptx, an error occurred
test.pptx

pptxjs.js?v=1.21.0:869 Uncaught TypeError: Cannot read property 'attrs' of undefined
    at processGroupSpNode (pptxjs.js?v=1.21.0:869)
    at processGraphicFrameNode (pptxjs.js?v=1.21.0:8531)
    at processNodesInSlide (pptxjs.js?v=1.21.0:793)
    at processSingleSlide (pptxjs.js?v=1.21.0:712)
    at processPPTX (pptxjs.js?v=1.21.0:363)
    at convertToHtml (pptxjs.js?v=1.21.0:179)
    at Object.load (pptxjs.js?v=1.21.0:126)
    at FileReader.reader.<computed> (filereader.js?v=0.99:369)

<sapn> ?

Windows 10. Chrome Version 102.0.5005.115 (Official Build) (64-bit).

Hi. I think the tag is meant to be . Just curious why the spelling change?

An error

image

What kind of mistake is this? I chose another powerpoint. thanks

Better error handling

When i do:

try {
  $("#your_div_id_result").pptxToHtml({
    ...
  });
} catch (ex) {
}

it does not seem to catch the error.

I must use:

window.addEventListener("error", function(event) {}, false);

prototype pollution

Object.prototype.set
11111111111

This brought pptxjs into conflict with my ExtJS application, need to change to

var set = function(obj, parts, value){
// var obj = this;
...
...
...
set(node, path, value);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.