heavysixer / node-pptx

Generate PPTX files on the server-side with JavaScript.
MIT License
161 stars 44 forks source link

Load PPTX through Buffer #53

Closed joseantoniosagredo closed 3 years ago

joseantoniosagredo commented 4 years ago

Hi! i would like to load a pptx file from http request. I have thought that the fastest way for doing it is to load it througth buffer. right now i'm ussing the version 1.0.1

gregdolley commented 4 years ago

@joseantoniosagredo - Um, no description??? I'm guessing you want functionality where you can load an existing pptx via a Buffer object containing the pptx data instead of loading from disk??

heavysixer commented 3 years ago

Please reopen this issue with a description. Additionally, if you would like to propose a feature we're happy to accept pull requests :-)

joseantoniosagredo commented 3 years ago

Hi! sorry so much! i didn't see the last message. I have just added a descriptions issue. Thanks!