Menu
Richardson Maturity Model in REST API

Richardson Maturity Model in REST API

The Richardson Maturity Model is a model developed by Leonard Richardson in 2008 to categorize and rank the architectural maturity of web APIs based on their adherence to REST (Representational State Transfer) principles. REST is a style of software architecture for distributed systems, often used in web services development.

C# – Convert HTML to PDF using pdf.co API

C# – Convert HTML to PDF using pdf.co API

Let’s see how we can use pdf.co API to convert the same HTML using C# (.net)

PHP convert HTML to PDF

PHP convert HTML to PDF

Creating PDF reports, and receipts these days is a common thing. While back I implemented a PHP web service to generate PDF from a given HTML, you can pretty much use any fancy HTML and this PHP code converts that to a PDF document with all the css/html styling intact.