Browse Source

Renamed package name.

tags/v1.0.0
Kalimuthu Selvaraj 5 years ago
parent
commit
3642b59b9f
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      README.md
  2. 3
    3
      package.json

+ 1
- 1
README.md View File



```javascript ```javascript
// Import convert module // Import convert module
const document = require("document-convert");
const document = require("file-convert");


const options = { const options = {
libreofficeBin: "C:\\Program Files\\LibreOffice\\program\\soffice.exe", libreofficeBin: "C:\\Program Files\\LibreOffice\\program\\soffice.exe",

+ 3
- 3
package.json View File

{ {
"name": "document-convert",
"name": "file-convert",
"version": "1.0.0", "version": "1.0.0",
"description": "The package export ppt, pptx, odp and key files to pdf and/or img(png, jpg, jpeg and etc...).", "description": "The package export ppt, pptx, odp and key files to pdf and/or img(png, jpg, jpeg and etc...).",
"main": "index.js", "main": "index.js",
"keywords": [ "keywords": [
"ppt to pdf", "ppt to pdf",
"pptx to pdf", "pptx to pdf",
"keynote to",
"keynote to pdf",
"odp to image", "odp to image",
"ppt to image", "ppt to image",
"pptx to image", "pptx to image",
"keynote image",
"keynote to image",
"odp to image", "odp to image",
"pdf to image", "pdf to image",
"imagemagick", "imagemagick",

Loading…
Cancel
Save