ErtugrulKra / PowerPointConversion

Convert Power Point Documents into PDF or Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerPointConversion

Convert Power Point Documents into PDF or Images Without using Microsoft Powerpoint

Project Stack

.Net Core 5 MVC WebApi - Swagger Postman Ubuntu Linux LibreOffice Ghostscript

  • The aim of the project is to provide a REST based service to Convert Power Point Documents to PDF or Images without Using Microsoft Powerpoint.

  • It starts the conversion process of the PowerPoint presentation file by converting it to PDF with LibreOffice.

  • After the PDF conversion is complete, Ghostscript creates an image with a .png extension for each page in the PDF.

  • All operations are done by triggering cli interfaces and linux-shell commands by .Net Core 5.0, no wrapper is used.

Libraries Used:

LibreOffice

Ghostscript

Ubuntu

.Net Core 5.0

Task List

  • Converting PowerPoint Documents to PDF
  • Exporting PowerPoint Documents as Image
  • Transformation from outside with service call
  • The image format will be parametric

About

Convert Power Point Documents into PDF or Images

License:GNU General Public License v3.0


Languages

Language:C# 93.5%Language:Dockerfile 6.5%