katesm / word_excel_to_pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word and Excel to PDF

The project is a .net core web api service that uses the office to pdf executable to convert office docs to a pdf.

https://github.com/cognidox/OfficeToPDF

Endpoints

http:localhost:5000/wordToPdf

http:localhost:5000/excelToPdf

Payload POST data must be a json object that looks like below.

{ FileName : "name_of_word_document.docx', FileBytes: [] //Byte array of file }

About


Languages

Language:C# 100.0%