> 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-0-5.md).

# Version 7.0.5 Changelog (February 10, 2020)

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

Version: 7.0.5

Release Date: February 10, 2020

## Notes

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

## Xamarin.Android

### Breaking changes

This release **switched from using Android Support Library to AndroidX**. To use Android Support Library, the latest version is **7.0.3.3**.

### New features

* Collaboration APIs have been improved to help with faster integration process, see guide: [Connect with server](/xamarin/collaboration/collab/server-a.md)
* New APIs for import/export user bookmarks, see guide: [User bookmarks](/xamarin/guides/viewer-components/user-bookmarks-a.md#import-and-export)
* Adds pressure sensitive inking for [`FreehandCreate`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.FreehandCreate.html) tool, it is possible to switch between pressure and no pressure in the style picker prior to drawing. Pressure is disabled by default, enable programmatically with [`FreehandCreate.SetPressureSensitive(bool)`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Tools.FreehandCreate.html#pdftron_PDF_Tools_FreehandCreate_SetPressureSensitive_System_Boolean_)
* [Reflow (reading) mode](https://github.com/iKettles/apryse-gitbook/tree/main/xamarin/guides/android/viewer/view-mode.md?tab-7497ab04-7f4e-4bf0-ae7e-d57647bd6d00=reflow) now comes with images
* Filter by annotated pages and bookmarked pages is now supported in the [thumbnails browser](/xamarin/guides/viewer-components/thumbnails-view-a.md)
* Adds dotted and isometric dotted page template in [AddPageDialogFragment](/xamarin/generate/thumbnail.md)
* Adds new menu editor to allow customization of the home toolbar in [`PdfViewCtrlTabHostFragment`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Controls.PdfViewCtrlTabHostFragment.html), to disable, use \[`ViewerConfig.Builder.ShowEditMenuOption(false)`]\(<https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html#pdftron\\_PDF\\_Config\\_ViewerConfig\\_Builder\\_ShowEditMenuOption\\_System\\_Boolean\\>\_
* It is now possible to use `PdfViewCtrlTabHostFragment` with the [standard version](/xamarin/get-started/faq/full-vs-standard.md) of the library, use [`ViewerConfig.Builder.UseStandardLibrary(true)`](https://sdk.apryse.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ViewerConfig.Builder.html#pdftron_PDF_Config_ViewerConfig_Builder_UseStandardLibrary_System_Boolean_)

## Xamarin.iOS

### New features

* PDFs can be merged with the [`PTAddPagesViewController`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTAddPagesViewController.html), which allows adding pages to a document from another document, image, or set of blank page templates.
* Annotations can now be copied and pasted within the same document as well as across documents. Annotation copy/paste can be accessed from the annotation selection menu or programmatically with the [`PTAnnotationPasteboard`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Utils.PTAnnotationPasteboard.html) class.
* The `PTDocumentViewController` now has an "Export" item in its More-menu that allows exporting a PDF as a copy, a file size optimized copy, or a flattened copy. This item can be controlled with the [`ExportButtonHidden`](https://sdk.apryse.com/api/xamarinios/tools/api/pdftron.PDF.Controls.PTDocumentViewController.html#pdftron_PDF_Controls_PTDocumentViewController_ExportButtonHidden) property.
* A double-tap and drag to zoom gesture (like in Apple/Google Maps) was added. This is in addition to the existing double-tap zoom gesture.
* Annotations can be flattened into the PDF from the annotation selection menu, making them un-editable.
* Image stamp annotations can now be created from the device camera or existing image files, in addition to photos in the user's Photo Library.


---

# 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-0-5.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.
