# Changelog

## Coming soon 🚀

PDF Utility

* Merge multiple PDF documents into one

## R3 2.0 - 2023-01-09

## **Added**

* PDF to PNG image transformation API
* PDF to Postscript transformation API

## Enhanced

* New font packs for HTML to PDF transformation
* Error handling

## R2 1.1 - 2022-01-28

## Enhanced

* Generate PDF service header + footer support
* Bug fixes and enhancements

## R1 1.0 - 2021-05-04

* QR Code Generation
* Authentication service - TOTP
* SMS Gateway
* Code Samples

## Beta 0.9 - 2020-10-20

### Added

* Heartbeat check feature to ping Renda Service
* Password protect PDF with 256 bit AES encryption algorithm

### Changed

Updated API signature to include encryption key.

## Alpha 1.0 - 2020-05-10

* Initial Release

### Added

* HTML to PDF transformation API

### Features

* HTML to PDF transformation
* SVG Support
* Multiple font support
* Margin Support
* Orientation Support


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.renda.io/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
