Skip to content

sergiokml/FunctionPdfConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Azure Function


GitHub all releases


Function Azure that allows to upload a file (to SharePoint site) and download it as PDF format. This application is not for converting an XML file using the standards for electronic invoices set by Servicio de Impuestos Internos.

📝  Details

Framework .Net 6.0
Azure Funtions 4.1.1
Sdk Graph 5.2.0
Azure Identity 1.8.2

✅  Requirements

  • A subscription account Office365.
  • Register an Application in Azure AD & assign permissions.

🚀  Usage

This function can be hosted on a server and called from a POST request, upload the file and wait for the result. The file is uploaded to the Sharepoint site (linked to OneDrive) and when downloaded, the Graph tool automatically converts it into a PDF document.

These are the supported files:

Format value Description Supported source extensions
pdf Converts the item into PDF format. csv, doc, docx, odp, ods, odt, pot, potm, potx, pps, ppsx, ppsxm, ppt, pptm, pptx, rtf, xls, xlsx

📫  Have a question? Found a Bug?

Feel free to file a new issue with a respective title and description on the FunctionPdfConvert/issues repository.

❤️  Community and Contributions

I think that Knowledge Doesn’t Belong to Just Any One Person, and I always intend to share my knowledge with other developers, a voluntary monetary contribution or contribute ideas and/or comments to improve these tools would be appreciated.

Azure Function

📘  License

All my repository content is released under the terms of the MIT License.