HTML to PDF JavaScript – Example with Code

Photo from Unsplash Originally Posted On: https://dev.to/awanshrestha/html-to-pdf-javascript-example-with-code-1eha   In this blog we will see how we can convert the HTML site to PDF using JavaScript. For a project, I needed to convert some HTML to PDF using...

Split PDF Files with iText Library in ASP .Net Core

Photo from Unsplash Originally Posted On: https://medium.com/@thisara_dh/split-pdf-files-with-itext-library-in-asp-net-core-83252c71a962 Split PDF Documents in Azure storage using iText Library in ASP .Net Core Handling PDF documents efficiently is a common...