> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/changelogs/version-3/v3-2-1.md).

# Version 3.2.1 Changelog (2018-06-15)

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

### Apryse Server Integration

* Now compatible with the newest versions of Apryse Server
* Added .csv to the supported extension list
* Added support for auto-switching to healthy nodes in a load-balanced environments
* Improved PDF print functionality using the server backend. No longer subject to client-side memory limitations
* Fixed issue with bookmarks
* Added support for watermarked downloads
* Fixes to initialization in order to avoid occasional hiccups or flashing
* Improvements to the image rendering backend (better coverage at small zoom levels)
* Added fallback logic in the case where the server is unavailable

### PDFNetJS updates

* Fixed issue with importing certain JPEG files as a stamp

### WebViewer HTML5 updates

* Added support for the print function in embedded JavaScript
* Added support for importing and exporting GoToR actions
* Improved performance for loading annotation data from XOD files
* Fixed the FreeText annotation line height spacing to match the output PDF
* Fixed issue where text annotations were being assigned a stroke thickness and fill color when being deserialized
* Fixed issue where clicking a radio button in some documents would select all grouped radio buttons
* Fixed issue with handling surrogate characters in XOD documents
* Fixed issue with selecting and searching for certain ligatures in XOD documents
* Fixed issue with Android WebViews where the canvas would automatically adjust the font size by a scaling factor according to font accessibility settings
* Fixed issue with URLs on bookmarks not working

### WebViewer mobile updates

* Fixed issue with crashing while pinch zooming that would occur sometimes on iOS
* Fixed issue with browser zooming in iOS 11.3


---

# 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://docs.apryse.com/web/changelogs/version-3/v3-2-1.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.
