> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/tex-latex-1/10-pdfoutput.md).

# \pdfoutput

`\pdfoutput[=]` *정수*

* “`[=]`”는 등호가 선택 사항임을 의미합니다.

이 `\pdfoutput` 명령은 pdfTeX가 생성한 파일이 DVI 형식인지 PDF 형식인지 지정하는 데 사용됩니다. 양수 값의 *정수* 경우 PDF 형식으로 출력되며, 그렇지 않으면 출력은 DVI 형식입니다.

**사용 예**

* `\pdfoutput=1` 출력 형식을 PDF로 설정합니다
* `\pdfoutput=0` 출력 형식을 DVI로 설정합니다

#### DVI: 여전히 유용함

DVI는 다음의 약자입니다 *장치 독립적* 이며 원래 파일 [TeX 엔진의 출력 형식입니다](https://en.wikipedia.org/wiki/Device_independent_file_format). DVI 형식은 PDF로 대체되었지만, 다음을 사용하여 조판 결과를 SVG로 변환하는 것과 같은 특수 후처리 작업에 여전히 매우 유용합니다: [dvisvgm](https://dvisvgm.de/) 또는 다음과 같은 도구를 사용하여 TeX/LaTeX에서 HTML을 생성하는 작업에도 [TeX4ht](http://www.tug.org/tex4ht/).


---

# 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://overleaf-pro.ayaka.space/latex/ko/tex-latex-1/10-pdfoutput.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.
