> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/download-images/single-image-download-1.md).

# Download Images as PDF

Download selected items from a SharinPix Album as one PDF file.

{% hint style="warning" %}
**Prerequisite**

Enable **Download Original As PDF** in the album's SharinPix Permission record. See [Create and use a SharinPix Permission record](/documentation/access-and-security/sharinpix-permission-object-how-to-create-and-assign-custom-permission.md) for more information on how to create a SharinPix Permission record and assign it to an album component.
{% endhint %}

### Configure the permission

In the **Menu** section, select **Download Original As PDF**.

<figure><img src="/files/fPFJuG3CHiWJX5pohBfF" alt="Download Original As PDF option in a SharinPix Permission record"><figcaption></figcaption></figure>

For ZIP downloads, see [Download multiple images as a ZIP](/documentation/features/download-images/sharinpix-album-multiple-image-zip-download.md).

### Download a PDF

1. Select images in the album.

<figure><img src="/files/mukpGH1Xwkg9U3v4hQwZ" alt="Selected images in a SharinPix Album"><figcaption></figcaption></figure>

1. Open the **Selection** menu.

<figure><img src="/files/Hf5xAg0VxpirW13HOHe7" alt="Selection menu in a SharinPix Album"><figcaption></figcaption></figure>

1. Select **Download**.

<figure><img src="/files/NZseT8Nmj3l1MiJfLr8J" alt="Download option in the selection menu"><figcaption></figcaption></figure>

1. Select **Download Original As PDF**.

<figure><img src="/files/fwGYJacgRBQN7jeb3S1B" alt="Download Original As PDF option"><figcaption></figcaption></figure>

{% hint style="info" %}
Select individual pages from different PDF files in any order. SharinPix combines them into one PDF in that selection order.
{% endhint %}


---

# 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.sharinpix.com/documentation/features/download-images/single-image-download-1.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.
