New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

convert-msdocs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-msdocs

A command line interface to convert Microsoft files (.docx, .xlsx, .pptx) to pdf using Cloudmersive srvice

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

convert-msdocs

A command line interface to convert Microsoft files (.docx, .xlsx, .pptx) to pdf using Cloudmersive srvice

Installation

This package is available on npm as convert-msdocs.

npm install --global convert-msdocs

Usage

This simple commands does the following:

  • lists the folders found in the current folder.

  • finds the last updated folder inside the selected folder

  • creates a folder named SOURCE with two subfolders: NATIVE and PDF at the same level as the selected working folder.

  • copies the (ms files) in the last updated folder to NATIVE and

  • converts these files and puts them in PDF

The conversion is done using the service from cloudmersive.com. You need, therefore, to create an api key and set it with the command

convert-msdocs --key <APIKEY>

then run

convert-msdocs

Keywords

msdocs convertion

FAQs

Package last updated on 24 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts