浏览代码

Added new dir.

tags/v1.0.0
Kalimuthu Selvaraj 5 年前
父节点
当前提交
1cf9a4c60a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      test/test.js

+ 1
- 1
test/test.js 查看文件

@@ -3,7 +3,7 @@ const document = require("../convert");
const options = {
libreofficeBin: "C:\\Program Files\\LibreOffice\\program\\soffice.exe",
sourceFile: "C:\\convert-pdf-img\\metro_style_powerpoint_Dark.pptx",
outputDir: "C:\\convert-pdf-img\\",
outputDir: "C:\\convert-pdf-img\\files\\",
img: true,
imgExt: "jpg",
reSize: 800,

正在加载...
取消
保存