# 인쇄

포건시에서는 페이지를 인쇄할 수 있으며 페이지 인쇄/PDF로 내보내기 명령을 사용하여 현재 페이지나 다른 페이지를 PDF로 내보낸 다음 인쇄할 수 있습니다.

이 장에서는 비즈니스의 인쇄 요구 사항에 맞게 페이지를 인쇄할 때 몇 가지 설정을 소개합니다.

## 페이지 인쇄 <a href="#da-yin-ye-mian" id="da-yin-ye-mian"></a>

기본적으로 인쇄 영역을 설정하지 않으면 전체 페이지를 인쇄할 수 있습니다.

인쇄된 페이지에 표가 포함되어 있고 표의 레코드 행 수가 페이지에 설정된 표 행 수보다 큰 경우 PDF로 내보낼 때 자동으로 확장되어 표의 모든 데이터를 표시할 수 있습니다. 모든 데이터를 인쇄합니다.

인쇄된 페이지에 그래픽 및 텍스트 목록이 포함된 경우 실행 후 페이지의 모든 그래픽 및 텍스트 목록 데이터가 로드되며 크기 제한으로 인해 완전히 표시되지 않을 수 있습니다. 그러나 PDF로 내보낼 때 이미지 및 텍스트 목록이 자동으로 확장되어 이미지 및 텍스트 목록의 모든 데이터가 표시됩니다. 그래픽 목록의 모든 데이터를 인쇄할 수 있습니다.


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/pages/print.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
