> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/ko/support/faq/features/pdf.md).

# PDF 데이터도 추출할 수 있나요?

PDF 데이터는 추출되지 않습니다.웹 페이지에 게재된 정보들만 (텍스트, 이미지) 수집하실 수 있어요.추가로 이미지는 이미지 파일의 주소까지만 수집되어 이미지 속의 내용은 추출할 수 없으나,이미지 파일 주소를 이미지로 변환해주는 무료 프로그램을 이용해 이미지 데이터를 다운받으실 수 있습니다.이미지 다운로드와 관련해 보다 자세한 사항은 [이미지 파일 저장](https://listly.notion.site/a64f898d1e784d14afee8fc7a5d3dd2e) 도움말을 확인해주세요.


---

# 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.listly.io/docs/ko/support/faq/features/pdf.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.
