> 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/xamarin/changelogs/version-7/v7-1-0.md).

# Version 7.1.0 Changelog (March 9, 2020)

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

Version: 7.1.0

Release Date: March 9, 2020

## Notes

This release of Apryse for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 7.1.0 of the iOS and Android SDKs. More information can be found on [What's New for iOS](/ios/changelogs/version-7/v7-1-0-74186.md) and [What's New for Android](/android/changelogs/version-7/v7-1-0.md).

## Xamarin.Android

### New features

* New built-in support for **PPT** format, can now view and convert these files to pdf
* Adds support for converting [**XOD**](/web/custom-server/custom-server-deployment.md#overview) (a web-optimized file format used by some deployments of [WebViewer](/web/get-started/guides.md)) and [**XPS**](https://en.wikipedia.org/wiki/Open_XML_Paper_Specification) formats to PDF when using [PdfViewCtrlTabHostFragment](/xamarin/guides/android/basics/open.md#fragment) or [DocumentActivity](/xamarin/guides/android/basics/open.md#activity)
* Adds support for viewing Viewer Optimized PDF files, see guide: [Viewer Optimized PDF](/xamarin/optimization/viewer-optimized.md)
* Adds new fill and sign toolbar with 2 new utility FreeText tools: [`FreeTextSpacingCreate`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.FreeTextSpacingCreate.html) and [`FreeTextDateCreate`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.FreeTextDateCreate.html), as well as 3 stamp utility tools: check mark, cross mark and dot

| Text spacing tool                                                                                                                                                                                                                              | Text date tool                                                                                                                                                                                                                                 | Stamp tools                                                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-b08329ede3e25d7418ac1d0b864c5a5083e17832%2F84ff8e547f4ddd7310e95bedc50e2c59aa877d68-481x858.gif?alt=media) | ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-0aed5d0610cb7dbd7a992b7df96420fcef1cf5ae%2Fc47fce6d47432b66e73efa4e9431d6df47a48c7a-481x858.gif?alt=media) | ![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-d7b217c336743cca687de2730895b0836d37e3c1%2F96ffe2952108abbda8a62b6120142b0bf81db089-481x858.gif?alt=media) |

* See cross-platform changelog here: [7.1.0](/core/changelogs/version-7/7-1-0.md)

## Xamarin.iOS

### New features

* Support for multiple saved signatures.
* Ability to scroll and zoom while drawing with PencilKit.
* A new freehand highlighter tool. This uses "multiply blend" to ensure dark PDF content remains dark, and is particularly useful when highlighting scanned documents.
* Support for [viewer-optimized PDFs](/ios/optimization/viewer-optimized.md), where a remote document can be loaded in \~3 seconds, regardless of size or page complexity.
* Support for viewing XPS and [XOD](/web/custom-server/custom-server-deployment.md#overview) files. (XOD is a web-optimized file format used by some deployments of [WebViewer](/web/get-started/guides.md)).
* Automatic initialization: it is no longer necessary to call PDFNet.initialize on startup when running in demo mode. (It is still required to register a purchased license key.)
* Core cross-platform improvements including:
  * Digital signature verification.
  * Much improved conversion quality for PPT files, and improved conversion quality for all other Office file formats.
  * And [much more...](/core/changelogs/version-7/7-1-0.md)

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-b18040db8da90e8a63fd2acd59b0b4554b454927%2Fada2612d91673bd69a3fa523b58d433d70054042-828x995.jpg?alt=media)

*Above: Multiple saved signatures*

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-be3abddc1aa51cfd7d4821c8d1af01a3064e9619%2F75ed504f317e775b03e18dc5af01aa4c40b092b7-828x1065.jpg?alt=media)

*Above: Freehand highlighting*


---

# 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/xamarin/changelogs/version-7/v7-1-0.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.
