파일 인쇄
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android 사용자는 자신의 기기에서만 콘텐츠를 보는 경우가 많지만 누군가에게 화면을 보여주는 것이 정보를 공유하기에 적절한 방법이 아닌 경우가 있습니다. Android 애플리케이션에서 정보를 인쇄할 수 있게 되면 사용자가 앱에서 콘텐츠를 더 큰 버전으로 보거나 애플리케이션을 사용하지 않는 다른 사람과 공유할 수 있습니다.
또한 인쇄를 통해 기기나 충분한 배터리 전력, 무선 네트워크 연결에 의존하지 않는 정보의 스냅샷을 만들 수 있습니다.
Android 4.4 (API 수준 19) 이상에서 프레임워크는 Android 애플리케이션에서 직접 이미지와 문서를 인쇄하는 서비스를 제공합니다. 이 교육에서는 이미지, HTML 페이지 인쇄, 인쇄용 맞춤 문서 만들기 등 애플리케이션에서 인쇄를 사용 설정하는 방법을 설명합니다.
과정
-
사진 인쇄
- 이 과정에서는 이미지를 인쇄하는 방법을 보여줍니다.
-
HTML 문서 인쇄
- 이 과정에서는 HTML 문서를 인쇄하는 방법을 보여줍니다.
-
맞춤 문서 인쇄
- 이 과정에서는 Android 인쇄 관리자에 연결하고, 인쇄 어댑터를 만들고, 인쇄 콘텐츠를 빌드하는 방법을 보여줍니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Printing files\n\nAndroid users frequently view content solely on their devices, but there are times when\nshowing someone a screen is not an adequate way to share information. Being able to print\ninformation from your Android application gives users a way to see a larger version of the\ncontent from your app or share it with another person who is not using your application.\nPrinting also allows them to create a snapshot of information that does not depend on having a\ndevice, sufficient battery power, or a wireless network connection.\n\n\nIn Android 4.4 (API level 19) and higher, the framework provides services for printing images and\ndocuments directly from Android applications. This training describes how to enable printing in\nyour application, including printing images, HTML pages and creating custom documents for\nprinting.\n\nLessons\n-------\n\n\n**[Printing a photo](/training/printing/photos)**\n: This lesson shows you how to print an image.\n\n\n**[Printing an HTML document](/training/printing/html-docs)**\n: This lesson shows you how to print an HTML document.\n\n\n**[Printing a custom document](/training/printing/custom-docs)**\n: This lesson shows you how you connect to the Android print manager, create a print adapter\n and build content for printing."]]