> 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/android/changelogs/version-6/v6-8-3.md).

# Version 6.8.3 Changelog (May 18, 2018)

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

Version: 6.8.3.65675

Release Date: May 18, 2018

## New features

* Introducing three new shape creation tools: [`PolylineCreate`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/PolylineCreate.html), [`PolygonCreate`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/PolygonCreate.html), and [`CloudCreate`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/CloudCreate.html)
* Introducing a new advanced shape editing tool: [`AnnotEditAdvancedShape`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/AnnotEditAdvancedShape.html)
* Introducing a new highlight tool: [`FreeHighlighterCreate`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/FreeHighlighterCreate.html)
* Introducing a new group selection tool: [`AnnotEditRectGroup`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/AnnotEditRectGroup.html)
* [`AnnotationToolbar`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/controls/AnnotationToolbar.html) now supports two row mode in portrait mode for phones, all tool modes will be available in two row mode
* Annotation icons updated

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-d5a9644dac69ce5ebbd906c8c334e731668be255%2F88f7288c66ed76fa30661752a70980dff22a797a-458x818.gif?alt=media)

## Fixed

* Fixed: [`AnnotEditTextMarkup`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/tools/AnnotEditTextMarkup.html) selects the wrong area on rotated pages
* Fixed: [`AnnotStyleDialogFragment`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/controls/AnnotStyleDialogFragment.html) cannot scroll in color mode page
* Fixed: arrow annotation now shows up as arrow in style picker preview
* Fixed: transparent color now behaves correctly in style picker recent and favorite list
* Fixed: issue where link annotation sometimes cannot be removed

## Breaking changes

* `PdfFragmentConfig` has been renamed to [`ViewerConfig`](https://sdk.apryse.com/api/android/javadoc/reference/com/pdftron/pdf/config/ViewerConfig.html)


---

# 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/android/changelogs/version-6/v6-8-3.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.
