> 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/core/changelogs/version-6/6-6.md).

# Version 6.6.0 Changelog (2016-01-12)

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

* **Java API** brought inline with standard naming convention (lowercase). For example **pdftron.PDF.PDFDoc** is now **com.pdftron.pdf.PDFDoc**.
* Improved password (encrypted PDF) handling, especially for C++ API, to better handle unicode and binary passwords.
* Important bug fixes and incremental improvements.

### ***New Types and Methods in PDFNet Common API:***

* pdftron.SDF.SecurityHandler.ChangeUserPassword(byte\[])
* pdftron.SDF.SecurityHandler.ChangeMasterPassword(byte\[])
* pdftron.SDF.SDFDoc.InitStdSecurityHandler(byte\[])
* pdftron.PDF.PDFDoc.InitStdSecurityHandler(byte\[])
* pdftron.PDF.Page.AddRotations
* pdftron.PDF.Page.SubtractRotations
* pdftron.PDF.Page.RotationToDegree
* pdftron.PDF.Page.DegreeToRotation
* pdftron.PDF.Annot.GetRotation
* pdftron.PDF.Annot.SetRotation

### ***Removed Types and Methods in PDFNet Common API:***

* pdftron.PDF.Annots.Screen.GetRotation
* pdftron.PDF.Annots.Screen.SetRotation
* pdftron.PDF.Annots.Widget.GetRotation
* pdftron.PDF.Annots.Widget.SetRotation

### ***Changed Types and Methods in PDFNet Java API:***

* Root package changed from **pdftron** to **com.pdftron**.
* Rest of sub packages are now lower case.
* For example **pdftron.PDF.PDFDoc** will now be **com.pdftron.pdf.PDFDoc**.

### ***New Types and Methods in PDFNet C++ API:***

* pdftron.SDF.SecurityHandler.ChangeUserPassword(UString)
* pdftron.SDF.SecurityHandler.ChangeMasterPassword(UString)
* pdftron.SDF.SecurityHandler.InitPassword(UString)
* pdftron.SDF.SDFDoc.InitStdSecurityHandler(UString)
* pdftron.SDF.PDFDoc.InitStdSecurityHandler(UString)

### ***Deprecated Types and Methods in PDFNet C++ API:***

* pdftron.SDF.SecurityHandler.InitPasswordASCII(const char\*)
* pdftron.SDF.SecurityHandler.InitPassword(const char\*, size\_t)
* pdftron.SDF.SecurityHandler.ChangeUserPasswordASCII(const char\*)
* pdftron.SDF.SecurityHandler.ChangeUserPassword(const char\*, size\_t)
* pdftron.SDF.SecurityHandler.ChangeMasterPasswordASCII(const char\*)
* pdftron.SDF.SecurityHandler.ChangeMasterPassword(const char\*, size\_t)
* pdftron.SDF.SDFDoc.InitStdSecurityHandler(const char\*, int)
* pdftron.PDF.PDFDoc.InitStdSecurityHandler(const char\*, int)


---

# 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/core/changelogs/version-6/6-6.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.
