> For the complete documentation index, see [llms.txt](https://miniring.gitbook.io/hig/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miniring.gitbook.io/hig/system-capabilities/printing.md).

# Printing

Your app can take advantage of the system’s built-in AirPrint technology to enable wireless printing of images, PDFs, and other content to compatible printers. While viewing printable content in an AirPrint-enabled app, people typically tap an action button in a navigation bar or toolbar and then tap a Print action to display a printer view. This view provides a list of available printers and any customizable options, such as the number of copies and page range, and provides a button to initiate printing.

앱은 시스템의 기본 제공 AirPrint 기술을 활용하여 이미지, PDF 및 기타 내용을 호환 가능한 프린터로 무선 인쇄 할 수 있습니다. AirPrint 지원 앱에서 인쇄 가능한 콘텐츠를 보는 동안 사람들은 일반적으로 네비게이션바 또는 툴바에 있는 액션 버튼을 탭한 다음 프린트 액션을 탭하여 프린터보기를 표시합니다. 이 보기는 사용 가능한 프린터 목록과 인쇄 매수 및 페이지 범위와 같은 사용자 정의 가능한 옵션을 제공하고 인쇄를 시작하는 버튼을 제공합니다.

**Make printing discoverable.** Enable printing through the system-provided Action button if your app has a toolbar or navigation bar. Users are familiar with this button and use it to print in other apps. If your app doesn’t have a toolbar or navigation bar, design a custom print button instead.

**인쇄를 발견할 수 있게 하십시오.** 앱이 툴바나 네비게이션바가 있으면 시스템에서 제공하는 액션 버튼을 통해 프린트를 활성화하십시오. 사용자는 이 버튼에 익숙하며 다른 앱에서 인쇄 할 때 이 버튼을 사용합니다. 앱에 툴바나 네비게이션바가 없는 경우 커스텀 인쇄 버튼을 대신 디자인하십시오.

**Enable printing only when it's possible to print.** If there’s nothing onscreen to print or no printers are available, don’t show a Print action when someone taps the Action button. If your app implements a custom print button, disable or hide it when printing isn’t possible.

**인쇄가 가능한 경우에만 인쇄를 사용하십시오.** 인쇄 할 화면이 없거나 사용 가능한 프린터가 없는 경우 누군가가 액션 버튼을 누르면 프린트 액션을 표시하지 마십시오. 앱이 커스텀 인쇄 버튼을 구현하는 경우 인쇄가 불가능할 때 이를 숨기거나 비활성화합니다.

**Provide printing options that add value.** Think about the options people might want to specify when they print your content. Consider options for selecting a page range and requesting multiple copies. Enable additional options, such as front and back printing, if it makes sense and the printer supports them.

**가치를 더하는 인쇄 옵션 제공하십시오.** 사람들이 콘텐츠를 인쇄 할 때 지정할 수 있는 옵션에 대해 생각해보십시오. 페이지 범위를 선택하고 여러 사본을 요청하는 옵션을 고려하십시오. 앞면 및 뒷면 인쇄와 같은 의미있고 프린터가 지원하는 추가 옵션을 사용할 수 있습니다.

For developer guidance, see [Drawing and Printing Guide for iOS](https://developer.apple.com/library/content/documentation/2DDrawing/Conceptual/DrawingPrintingiOS/Introduction/Introduction.html) and [UIPrintInteractionController](https://developer.apple.com/documentation/uikit/uiprintinteractioncontroller).

[Printing - System Capabilities - iOS - Human Interface Guidelines - Apple Developer](https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/printing/)
