pptxto.txt

1.0.3 • Public • Published

📄 pptxto.txt

A text extraction node module, that can convert pptx and ppt file formats into pure text.

NPM

version downloads

Install

npm i pptxto.txt

Usage

Import

var pptxtotxt = require("pptxto.txt");

APIs

URL

When passing a URL, the URL can either be a string, or a node.js URL object. Using the URL object allows fine grained control over the URL being used.

pptxtotxt.fromUrl(url, function (error, text) {});
pptxtotxt.fromUrl(url, config, function (error, text) {});

As the result you will recieve a array, which includes all the extracted text from the pptx. You can access each slide by specifying the index of the result array.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i pptxto.txt

Weekly Downloads

27

Version

1.0.3

License

MIT

Unpacked Size

1.88 MB

Total Files

12

Last publish

Collaborators

  • dulajkaavinda