> 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-6/v6-5-3.md).

# Version 6.5.3

PDFNet 6.5.3 Release Date: 2015.09.10. Explore the latest updates and features including WordToPDF conversion methods, improved Right-to-Left reading support, and new APIs. Contact us for more informa

Release Date: 2015.09.10

*Note: PDFNet 6.5.3 is compiled using Xcode 7 GM. Please ensure your project is compiled with the version of LLVM/Clang that shipped with Xcode 7 GM or greater.*

* Do not unzip the archive on a Windows or Linux (or any non-Mac) operating system as the archive's symbolic links will not be maintained, resulting in "header not found" errors.
* This release brings the core PDF functionality to version 6.5.3 of the desktop SDKs. More information regarding core PDF functionality updates can be found on the What's New page.
* Requires iOS 7 or greater.
* Added new beta WordToPDF conversion methods in the PTConvert class. These methods provide a high-quality, high-speed docx to PDF conversion that does not rely on any iOS conversion technlogy (eg UIWebView). Please see the sample WordToPDFTest.m in the "Miscellaneous Samples" Sample app for example usage. We are actively seeking customer feedback on this new feature, so please be in touch via [support@apryse.com](https://docs.apryse.com) if you have any questions, requests or concerns.
* Added improved Right-to-Left reading support, including updates to the PDFViewCtrlTools (for examle in TextSelect).
* The framework does not include bitcode, so projects will need to have the "Enabled Bitcode" option set to No. We will be able to provide a bitcode containing version of the framework to licensed customers. Please contact us if you are a licensed customer and are interested in a version of the framework that contains bitcode.
* New APIs (please see documentation for details):

`PTDocumentConversion` class `PTWordToPDFOptions` class `PTTextSearch`: `- (void)SetRightToLeftLanguage:(BOOL)flag`


---

# 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-6/v6-5-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.
