# 인쇄

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

이 장에서는 비즈니스에서 인쇄 요구 사항을 충족하기 위해 페이지를 인쇄할 때 몇 가지 설정에 대해 설명합니다.

기본적으로 인쇄 영역이 설정되지 않은 경우 전체 페이지를 인쇄할 수 있습니다.

인쇄된 페이지에 리스트뷰가 포함되어 있고 리스트뷰에 설정된  행 수보다 많은 레코드 행이 있는 경우 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/v7/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.
