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

ppt-pdf

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ppt-pdf

Converts ppt, doc, and office files to .pdf

latest
npmnpm
Version
3.0.0
Version published
Weekly downloads
277
4.53%
Maintainers
1
Weekly downloads
 
Created
Source
# Office File to PDF Converter PPT-PDF


Convert Office files (e.g., doc, docx, ppt, pptx) to PDF format with customizable output subdirectories.

## Installation

Before using this package, make sure you have Node.js and npm installed on your system. If not, you can download and install them from [nodejs.org](https://nodejs.org/).

```bash
npm install -g ppt-pdf

Usage

To convert Office files to PDF, use the following command:

ppt-pdf input-folder output-subdirectory
  • input-folder: The path to the folder containing the Office files you want to convert.
  • output-subdirectory: The name of the subdirectory within the "output" directory where the converted PDFs will be saved.

For example, to convert Office files in the "my_office_docs" folder and save the PDFs in a subdirectory called "pdf_output," you would run:

ppt-pdf my_office_docs pdf_output

Supported File Formats

This package supports the following Office file formats for conversion:

  • .doc (Microsoft Word)
  • .docx (Microsoft Word)
  • .ppt (Microsoft PowerPoint)
  • .pptx (Microsoft PowerPoint)

PDF files are excluded from the conversion process.

Output Directory Structure

The converted PDFs are saved in a subdirectory within the "output" directory. The structure will look like this:

- output
  - output-subdirectory (specified by user)
    - Converted_PDF_1.pdf
    - Converted_PDF_2.pdf
    - ...

License

This package is provided under the MIT License.

Author

Contributions

Contributions are welcome! If you have suggestions or improvements, please feel free to open an issue or submit a pull request.

# ppt-pdf
# ppt-pdf
# ppt-pdf
# ppt-pdf
# Convert Office files (e.g., doc, docx, ppt, pptx) to PDF format with customizable output subdirectories.
# file to pdf 
# file extension to pdf

FAQs

Package last updated on 09 Sep 2023

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