Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

sample.js 607B

123456789101112131415161718
  1. const document = require("./convert");
  2. var path = require("path");
  3. // const options = {
  4. // libreofficeBin: "C:\\Program Files\\LibreOffice\\program\\soffice.exe",
  5. // sourceFile: "C:\\node\\document-convert\\source\\Metro_Style.pptx",
  6. // outputDir: "C:\\node\\document-convert\\files\\",
  7. // img: true,
  8. // imgExt: "jpg",
  9. // reSize: "-resize",
  10. // density: 120,
  11. // };
  12. // document.convert(options).catch((e) => {
  13. // console.log("e", e.message);
  14. // });
  15. global.appRoot = path.resolve(__dirname);
  16. console.log(global.appRoot);
  17. //nyc --reporter=html --reporter=text mocha test/*.js --timeout 1500000