Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

136
Views
PPT to pdf or PNG with Nodejs

Is there any way or any package that can convert ppt files to pdf or png without OS dependencies? I am trying to convert a ppt file into png but all the packages require OS dependencies like LibreOffice or ImageMagick.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use Aspose.Slides Cloud SDK for Node.js to convert presentations to PDF, PNG, and many other formats. The following code example shows you how to convert a PowerPoint presentation to a PDF document using Aspose.Slides Cloud:

const cloud = require("asposeslidescloud")
const fs = require("fs")

const slidesApi = new cloud.SlidesApi("client_id", "client_secret")

const fileStream = fs.createReadStream("example.pptx")

// Convert the presentation to a PDF document.
slidesApi.convert(fileStream, "pdf").then((response) => {

    // Save the PDF document to a file.
    fs.writeFile("output.pdf", response.body, (error) => {
        if (error) throw error
    })
})

This is a paid product, but you can make 150 free API calls per month for presentation conversions and other purposes. It provides a REST-based API for managing presentations. I work as a Support Developer at Aspose.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!