3.0.0 • Published 8 months ago

ppt-pdf v3.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago
# 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

  • Pavan

  • Email: contact@pavankumar.social

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
3.0.0

8 months ago

2.0.2

8 months ago

2.0.1

8 months ago

1.2.0

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago