Kaynağa Gözat

Renamed package name.

tags/v1.0.0
Kalimuthu Selvaraj 5 yıl önce
ebeveyn
işleme
3642b59b9f
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 1
    1
      README.md
  2. 3
    3
      package.json

+ 1
- 1
README.md Dosyayı Görüntüle

@@ -44,7 +44,7 @@ convert -verbose -resize 1200 -density 200 test.pdf test-%d.png(%d inserts the i

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

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

+ 3
- 3
package.json Dosyayı Görüntüle

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

Loading…
İptal
Kaydet