본문으로 건너뛰기

PDF를 이미지로

모든 페이지를 JPG나 PNG, WebP로 렌더링해요.

기기에서 처리됨

이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.

이 도구가 하는 일

Each page is redrawn as a grid of pixels at the resolution you choose and saved as a JPG, PNG or WebP. Because the page is rendered rather than exported, what you get is a picture of the page: text stops being text, and nothing in the image can be selected, searched or edited afterwards.

Reach for it when something needs a picture rather than a document: a page to drop into a slide, a diagram for a chat app that will not preview a PDF, or a proof for a print shop that asked for images at 300 dpi.

작동 방식

  1. Drop the PDF onto this page. One file at a time, up to 300 MB.
  2. Pick the format. JPEG suits scans and photographs, PNG suits text, diagrams and flat colour.
  3. Set the resolution. 150 dpi is comfortable on a screen and 300 dpi is what a printer wants.
  4. Give a page range if you only want part of the document, or leave it empty for every page.
  5. Under advanced options, switch to grayscale or ask for a transparent background.
  6. Press Convert to images. Each page arrives as its own file, and a ZIP is offered when there is more than one.

Resolution is the one decision here that really costs something. Doubling the DPI quadruples the pixel count: an A4 page at 150 dpi is about 2 megapixels, the same page at 600 dpi about 35. So each page is held to a ceiling of 40 megapixels and the scale is stepped down until it fits, and the result reports the resolution actually used - a request for 600 dpi that came back as 410 explains itself rather than turning up later as a soft print.

The three formats fail in different directions. JPEG is lossy and compresses photographic scans far better than anything else, but it smears the edges of small text; the quality slider runs from 40 to 100 and sits at 90, near the point where more quality mostly buys more bytes. PNG is lossless and keeps text and line art crisp, often at several times the size. WebP beats both at a similar quality, at the cost of older software that refuses to open it.

The conversion is one-way. Nothing in the image knows it was ever text, so a converted page cannot be searched or copied from, and running the images back through Image to PDF gives you a document of pictures rather than the file you started with. If you want the words, use PDF to text; if the problem is only that the file is too big to send, Compress PDF keeps the text alive in it.

Rendering happens on an OffscreenCanvas in a Web Worker, using the same PDF.js engine your browser uses to preview a PDF. Nothing is uploaded at any size, and once this page has loaded the tool keeps working with the network off. Files are numbered with leading zeros sized to the page count, so a 120-page document produces 001 through 120 and sorts correctly everywhere.

이 도구가 할 수 없는 일

  • The output is pixels. Text inside the images cannot be selected, searched or edited, and no reader will find a word in them.
  • Very large pages are rendered below the resolution you asked for, because each page is held to a 40-megapixel ceiling. The result shows the resolution actually used.

자주 묻는 질문

DPI는 얼마로 하는 게 좋나요?
화면에서 볼 거라면 150dpi, 인쇄할 거라면 300dpi, 페이지에 정의된 크기와 똑같이 맞추고 싶다면 72dpi예요. 값이 높다고 무조건 좋지는 않아요. 숫자를 두 배로 하면 파일 크기는 네 배가 되고, 원본이 고해상도 스캔본이 아닌 이상 300dpi를 넘는 세부는 보통 눈에 보이지 않아요.
JPG, PNG, WebP 중에 무엇을 고르나요?
스캔본과 사진에는 JPG예요. 훨씬 작고 손실도 알아보기 어려워요. 텍스트와 도표, 화면 캡처에는 PNG예요. 손실 압축은 작은 글자의 가장자리를 뭉개거든요. 파일을 열 프로그램을 직접 정할 수 있고 둘보다 더 작게 만들고 싶다면 WebP를 쓰세요.
일부 페이지만 변환할 수 있나요?
네. 1-4처럼 범위를 적거나 2, 5, 9- 처럼 적을 수 있고, odd와 even, last 같은 단어도 돼요. 비워 두면 모든 페이지가 대상이에요. 페이지마다 이미지 하나가 되고, 여러 개일 때는 ZIP 하나로 한꺼번에 받을 수 있어요.
배경이 투명한 이미지를 얻을 수 있나요?
PNG를 고르고 고급 옵션에서 배경을 투명으로 설정하세요. 알파 채널이 아예 없는 JPEG에는 이 옵션이 나오지 않아요. 다만 페이지가 스스로 흰 사각형을 그리는 문서도 많은데, 그럴 때는 여전히 흰 배경으로 나와요. 그 사각형은 뒤에 깔린 배경이 아니라 페이지 내용이기 때문이에요.
제 PDF가 어딘가로 업로드되나요?
아니요. 페이지는 웹 워커에서 렌더링되고 이미지는 기기를 떠나지 않아요. 믿는 대신 직접 확인할 수 있어요. 개발자 도구를 열고 네트워크 탭으로 바꾼 뒤 파일을 변환해 보세요. 아무것도 전송되지 않고, 연결을 꺼도 도구가 작동해요.

관련 도구