> 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/get-started/platforms/mac.md).

# Mac PDF library documentation

Enhance your PDF development with Apryse Server SDK macOS PDF library. Explore native libraries and wrappers for Java, .NET Core, PHP, Ruby, and Python. Start coding with our step-by-step guides today

With our Apryse Server SDK macOS PDF library, we provide a native library as well as wrappers for Java, .NET Core, PHP, Ruby, and Python.

The PDFNetC library is `universal` (containing both `arm64` and `x86_64`) and can also be accessed from alternative languages, such as Java, PHP, Ruby, and Python. Please see our [samples collection](/core/get-started/samples/pdfviewform.md) for samples in the language of your choice. Code sample is available in C# & VB.

## Get started

Use the guides below to get started with the language/framework of your choice:

* [Objective-C](/core/get-started/languages/obj-c.md): If you are looking to develop native applications on macOS, starting with `Objective-C` would be a good starting point.
* More step-by-step guides:
  * [C++](/core/get-started/languages/cpp.md): Get started with the Apryse SDK using C++.
  * [Java](/core/get-started/languages/java.md): Get started with the Apryse SDK using Java.
  * [.NET Core](/core/get-started/frameworks/dotnetcore.md): Get started with the Apryse SDK using .NET Core.
  * [Electron](/web/get-started/libraries-and-frameworks/electron.md): Get started with the Apryse Web SDK using Electron.
  * [Python](/core/get-started/languages/python3.md): Get started with the Apryse SDK using Python.
  * [Ruby](/core/get-started/languages/ruby.md): Get started with the Apryse SDK using Ruby.
  * [PHP](/core/get-started/languages/php.md): Get started with the Apryse SDK using PHP.
  * [C interface binding](/core/get-started/languages/c-interface-binding.md): Get started with the Apryse SDK using C interface binding.

## SDK contents

The SDK contains the following files and folders in it.

* Lib - The folder containing Apryse libraries/components.
* CosEdit - An evaluation version of CosEdit, a stand-alone, low-level PDF editor. Using the evaluation version the users can inspect the low-level structure and contents of PDF documents.
* Samples - Folder containing Apryse sample projects.
* legal.txt - Legal and copyright information.
* license.pdf - CPU license agreement and warranty for this product.

<a href="/core/get-started/readme/api.md" class="button primary">API docs</a><a href="/core/get-started/samples.md" class="button primary">Samples</a>


---

# 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/get-started/platforms/mac.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.
