> For the complete documentation index, see [llms.txt](https://documentation.renda.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.renda.io/changelog.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
