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

# Apryse Server SDK - PDF Library for Windows, Linux, and macOS to Create, Merge, and Convert

Discover how Apryse Server SDK can streamline secure document processing into your app development process. Embed the Apryse SDK seamlessly. Support for C#, C++, Java, Python, PHP, Ruby and Go; seamle

[Apryse Server SDK](https://github.com/iKettles/apryse-gitbook/tree/main/core/guides.md) is a robust document library that empowers server and desktop applications with accurate, reliable, and lightning-fast [document processing capabilities](https://apryse.com/capabilities). Pre-built samples are readily available for quick and hassle-free integration.

Apryse Server SDK supports a number of frameworks, runtimes, and languages in all major platforms for delivering applications from a single codebase.

Please choose an option below for detailed get started instructions.

***

#### Frameworks and Runtimes

<a href="/core/get-started/frameworks/dotnetcore.md" class="button secondary">.NET</a><a href="/core/get-started/frameworks/dotnet.md" class="button secondary">.NET Framework (C#, VB)</a><a href="/core/get-started/frameworks/nodejs.md" class="button secondary">Node.js</a>

#### Languages

<a href="/core/get-started/languages/cpp.md" class="button secondary">C++</a><a href="/core/get-started/languages/java.md" class="button secondary">Java</a><a href="/core/get-started/languages/go.md" class="button secondary">Go</a><a href="/core/get-started/languages/python3.md" class="button secondary">Python</a><a href="/core/get-started/languages/php.md" class="button secondary">PHP</a><a href="/core/get-started/languages/ruby.md" class="button secondary">Ruby</a><a href="/core/get-started/languages/obj-c.md" class="button secondary">Objective-C</a><a href="/core/get-started/languages/c-interface-binding.md" class="button secondary">C interface binding</a><a href="/core/get-started/frameworks/nodejs.md" class="button secondary">Javascript</a>

#### Platforms

<a href="/core/get-started/platforms/linux.md" class="button secondary">Linux</a><a href="/core/get-started/platforms/windows.md" class="button secondary">Windows</a><a href="/core/get-started/platforms/mac.md" class="button secondary">macOS</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/get-started.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.
