> 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/user-interface/image-and-pdf-quality-settings.md).

# Image and PDF Quality Settings

SharinPix has two viewing modes for images and PDFs: auto and original. These modes define the quality of the file being previewed. With **quality auto**, files are optimized for viewing performance, while **original quality** displays the uncompressed, original version. This functionality is supported for images and PDF files, providing different viewing experiences based on the selected quality.

{% hint style="danger" %}
**Note:**

When you change the quality setting, it applies to all files in your album. Any file you open afterward will be displayed in the quality mode selected previously.
{% endhint %}

The sections below demonstrate how to change the quality of images and PDF files.

## Quality Settings: Working with Images

From the gallery view, click on any image to view it.

![](/files/OS4d01TXx4gE8gPSZAqg)

Within the viewer, you can access various controls and adjust quality settings. Click on the close button on the top right to return to the gallery view.

![](/files/KAvldF6IqixCnqYHdcTc)

Within the viewer:

1. Locate the settings icon in the top bar
2. Click to open the quality dropdown
3. Select either **auto** or **original** quality

![](/files/ydR3HASy8u2qVzdxSZpo)

### Quality Settings: Working with PDFs

From the gallery view, click on any PDF to view it.

![](/files/ixnb57xsyUwThDmYxIUh)

#### Quality Auto

When viewing PDFs in quality **auto** , only one page of the PDF is displayed in the viewer.

![](/files/psGSXY7ZJSzy7NY6DEaf)

#### Quality Original

Selecting **original** quality opens the PDF in the *PDF viewer*, allowing you to access all pages. The top bar only displays PDF-specific features and other album abilities will be hidden.

![](/files/F3HJI5I5Ud5DZdv3UCrx)

{% hint style="warning" %}
**Note:**

If you close the PDF viewer, subsequent PDF files will automatically open within the PDF viewer when in **original** quality mode. To return to the image viewer with all features enabled, switch back to **auto** quality mode using the setting dropdown.
{% endhint %}

{% hint style="info" %}
**Supported File Types:**\
SharinPix allows you to view a variety of file types, including **images**, **PDF documents**, **Office documents** (such as Word, Excel, and PowerPoint), and **3D files**. The availability of certain file types depends on the active software license.

For more details on how to view supported file types and to understand the licensing requirements, please [follow this link](/faqs/what-is-the-pricing-for-sharinpix.md).
{% 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/user-interface/image-and-pdf-quality-settings.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.
