> For the complete documentation index, see [llms.txt](https://help.ilabs.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ilabs.co.kr/faq/06/howtopdfpermission.md).

# PDF 권한 설정은 어떻게 하나요?

<figure><img src="/files/LV4oNeYLUJTAaAbZLeJa" alt=""><figcaption></figcaption></figure>

## PDF의 권한 설정 (기본옵션)

<figure><img src="/files/e4rqsOCACtvuucBcyOEz" alt=""><figcaption></figcaption></figure>

### 1. PDF의 권한 설정을 위한  비밀번호 설정&#x20;

* Owner Password : 마스터 권한으로 허용 옵션과 상관없이 모든 권한 허용
* User Password : 열람할 때, 비밀번호를 입력하도록 하며, 비밀번호를 입력하면 모든 권한 허용

{% hint style="info" %}
※ 암호 설정이 되지 않은 경우, 옵션이 적용되지 않습니다.
{% endhint %}

<figure><img src="/files/7vkJgKlthhNK6GwkRJPg" alt=""><figcaption></figcaption></figure>

※ Owner Password만 지정하는 경우, 열람할 때, 비밀번호를 요구하지 않으며 수정할 때만 비밀번호를 입력하도록 요청함.

<figure><img src="/files/axGTb8CVFbWYyDCoxkW0" alt=""><figcaption></figcaption></figure>

※ UserPassword만 지정하는 경우, 열람할 때, 비밀번호를 요구하며 비밀번호 입력 후 열람 시 모든 권한 허용

{% hint style="info" %}
따라서, 읽기전용으로 고객에게 전달을 원하실 경우에는 Owner Password만 지정하여, 해당 PDF를 전달해주시면 됩니다.
{% endhint %}

### 2. PDF 권한 설명

1. Print the document : 출력 허용 여부
2. Modify the document : 문서 수정 허용 여부
3. Copy of text and graphics : 문자 및 이미지 복사 허용 여부
4. Add or modify annotations : 추가 / 수정 허용 여부

{% hint style="info" %}
※ 체크된 권한만 허용
{% 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://help.ilabs.co.kr/faq/06/howtopdfpermission.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.
