> 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/ios/changelogs/version-7/v7-0-4-73314.md).

# Version 7.0.4.73314 Changelog (November 27th, 2019)

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

* Version: 7.0.4.73314
* Release Date: November 27th, 2019
* Built with Xcode 11.2.1 (11B500)

## New

* Images are now included in reflow (reader) mode, resulting in an improved user experience.

| Document with images                                                                                                                                                                                                                             | Reflow with images                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-4843c1280af0da1a85dd0bc63f0e409c1dabc8dd%2Ffdf5db08db393048b53ea8b6dfdc93d5f80c0d4c-767x1536.png?alt=media) | ![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-808bed1e84ee562033155de7538fa0c58bd607c3%2Fa7752615a73bdac057f20bd0d6ae8aba7e2b1b89-767x1536.png?alt=media) |

* The icons in the Tools project have been updated with a new appearance. In addition, the default layout of the `PTDocumentViewController`'s buttons has been updated to allow easy access to the Apple Pencil/Freehand tool and the reflow/reader viewing mode. The visibility of these buttons can be controlled with the [`freehandButtonHidden`](https://sdk.apryse.com/api/ios/Classes/PTDocumentViewController.html#/c:objc\(cs\)PTDocumentViewController\(py\)freehandButtonHidden) and [`readerModeButtonHidden`](https://sdk.apryse.com/api/ios/Classes/PTDocumentViewController.html#/c:objc\(cs\)PTDocumentViewController\(py\)readerModeButtonHidden) properties on the `PTDocumentViewController` class.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-ab27e716e92e3cd13f3aaafc663bc502c5b20850%2F265dd74852824966410740b8524405b04972c416-563x1218.png?alt=media)

* The text search UI has been improved, now working much like Safari's, with the search bar above the keyboard.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-c251e91c7bec1653846a8df745e28aff9ec466cf%2F2527640dd5ca8d89697e01d96824d94308d76e68-1200x900.png?alt=media)

* The `PTEraser` tool now acts as an object eraser for non-ink annotations, deleting any annotations that are touched by the eraser trail.
* It is now possible to add images as pages in the `PTThumbnailsViewController`:

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-0a1e405aefdfcf30453ba2cd598ddfa4a56d2526%2F08a267d1f6dc019da0d3db88ae482e24e795387f-563x1218.png?alt=media)

* When using the `PTTabbedDocumentViewController`, the `PTDocumentViewController` view-mode settings are saved on a per-tab basis.
* This release includes a bugfix for Reflow mode on iPadOS 13


---

# 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/ios/changelogs/version-7/v7-0-4-73314.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.
