Our current project requires us to convert HTML to PDF and save it in a SharePoint Document Library. While we have successfully converted the HTML to PDF using Kendo plugin, we are facing challenges with storing it in SharePoint.
It's worth noting that Kendo provides a SaveAs option to save the PDF locally, but our specific requirement is to store it in a SharePoint environment.
Here is a snippet of our code: kendo.drawing.pdf.saveAs(“PDFName”)
If you have experience with a similar requirement in the past, please reach out to me. We are looking for a client-side programming solution as Microsoft Flow is not currently within scope for this project.