> 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-4.md).

# Version 7.1.4 Changelog (July 22, 2020)

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

Version: 7.1.4

Release Date: July 22, 2020

## Notes

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

## Xamarin.Android

### New features

* New lasso annotation selection tool

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-efefb3dd32e2e41c957dfef065e1bc1d1b40228c%2F2f62ab2659d678995c4e197316d586bf3ec0a1d6-420x886.gif?alt=media)

* New signature UI

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-91526201375e085920ca5e020842ee0c334414d6%2F461531197331e193f91809cb66131f0e95b702a3-2220x1080.png?alt=media)

* [FreeText](https://sdk.apryse.com/api/xamarinandroid/pdfnet/api/pdftron.PDF.Annots.FreeText.html) appearance is now WYSIWYG, this means languages that were not supported previously, such as Hindi, or emojis will now be supported properly

![](https://653871032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgjsBtuYmcKhWOdM9VCg4%2Fuploads%2Fgit-blob-6143bcc30b69c57237b91b90d6d55570fd7bd57d%2F3adbc0053eadad866bdad2d700992357c09841cc-420x886.gif?alt=media)

* Adds ability to retry a failed remote file opening if it is due to no internet connection

## Xamarin.iOS

### New features

* Annotations can now be selected and copied (but still not pasted) in read-only mode.
* A sticky note annotation's text content is also now viewable in read-only mode.
* Bookmark control ensures only one bookmark can be added per page.
* Adds APIs to open password-encrypted docs with [PTTabbedDocumentViewController](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTTabbedDocumentViewController.html).

### Bug fixes

* \[Collaboration] Fixes an issue where annotations couldn't be deleted by their author.
* Fixes an issue where certain Free Text annotation attributes were missing when exported to XFDF.
* Fixes an issue where opening a currently open document in another app could cause the document to be saved even when autosave was disabled.
* Fixes an issue where after editing a free text annotation, its fill colour would not be correctly reflected.
* Fixes an issue where editing the text of a callout annotation caused the text to be hidden.
* Fixes an issue where multiple annotations could be grouped together in read only mode.
* This update fixes an issue that could arise when opening remote documents and MS Office documents.


---

# 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-4.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.
