본문으로 건너뛰기

이미지를 PDF로

사진과 스캔본을 다시 인코딩하지 않고 하나의 PDF로 묶어요.

기기에서 처리됨

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

이 도구가 하는 일

This places your images into a PDF, one to a page or several to a sheet. A JPEG or a PNG is embedded byte for byte, because a PDF can carry both encodings natively and decoding a photo only to re-compress it on the way in would cost quality for nothing. WebP, HEIC, AVIF, TIFF, GIF and BMP have to be converted, since a PDF cannot hold them, and that conversion happens exactly once.

Reach for it when a set of pictures has to travel as one document: photographs of a signed contract taken on a phone, an expense claim where every receipt arrived as its own JPG, screenshots for a bug report, or a scanner app's output that an upload form will only accept as a single attachment.

작동 방식

  1. Drop your images onto this page, or use the file picker. Up to 200 at once, and the list you see is the page order.
  2. Drag a row to move an image, or use the arrow buttons if you are working from a keyboard.
  3. Choose the page size. Match the image gives every page the shape of the picture on it; A4 or Letter puts them all on standard paper.
  4. Set the fit. Contain shows the whole image, cover fills the page and crops whatever hangs over, stretch distorts it to fill exactly.
  5. Turn off one image per page if you want a contact sheet, then say how many images go on each sheet.
  6. Press Convert. The download starts on its own.

JPEG and PNG go in untouched. Both are encodings a PDF carries natively, so the bytes of your photograph are copied into the document rather than decoded and re-compressed, and a 4 MB JPEG contributes about 4 MB. Most converters decode everything and re-encode it as a JPEG at some quality setting, which is why pictures that went in sharp come out soft. The quality slider here reaches only the formats a PDF cannot hold, and it applies to each of them once.

Phone photographs are the reason auto-rotate exists. A camera almost always stores its picture landscape and writes an EXIF orientation tag saying which way up it belongs, and browsers apply that tag inconsistently when they decode. The tag is read and applied here rather than left to the decoder, which is why a page of photographed documents comes out upright instead of lying on its side.

An image that carries no resolution in its metadata is placed at 96 dpi, the CSS reference resolution. That is what makes a screenshot arrive at roughly the size it appeared on screen rather than blown up to fill a sheet of A3. A scan that records its own dpi is placed at that instead, so a 300 dpi page of A4 lands as a page of A4.

Contain is the default fit for the same reason it is the default everywhere on this site. Cover fills the page and crops whatever will not fit, and quietly trimming the top of somebody's signature is not a trade a tool should make on its own. Stretch fills the page exactly and distorts the picture to do it, which is occasionally right for a background and almost never right for a document.

Nothing is uploaded. Decoding, rotation and page composition all happen in Web Workers inside your browser, so a folder of 200 photographs never leaves the device. That is worth more here than for most file types, because a photograph carries a timestamp and often a location alongside the picture itself.

이 도구가 할 수 없는 일

  • HEIC and AVIF are decoded by your browser, and most browsers outside Safari cannot decode HEIC at all, so those files will fail to convert on Chrome and Firefox. Convert them to JPEG first.
  • The result is a picture of text, not text. Nothing in the PDF is selectable or searchable; run OCR PDF afterwards if you need to find words in it.

자주 묻는 질문

변환하면 사진 화질이 떨어지나요?
JPEG와 PNG는 떨어지지 않아요. 둘 다 PDF가 그대로 담을 수 있는 형식이라서, 디코딩도 재압축도 없이 파일의 바이트를 그대로 삽입해요. PDF가 담을 수 없는 형식인 HEIC, WebP, AVIF, TIFF, GIF, BMP는 한 번만 변환되는데 기본 품질은 90퍼센트이고, 고급 옵션에서 100까지 올릴 수 있어요.
어떤 이미지가 몇 번째 페이지가 될지 어떻게 정하나요?
파일을 놓는 영역 아래의 목록이 곧 페이지 순서이고, 위에서 아래로 읽어요. 행을 끌어서 옮기거나, 끌기가 번거로우면 각 행의 화살표 버튼을 쓰세요. 이미지를 더 추가하면 맨 뒤에 붙기 때문에, 두 번째로 놓은 묶음이 첫 번째 묶음 뒤에 이어져요.
어떤 이미지 형식을 쓸 수 있나요?
JPEG, PNG, WebP, GIF, BMP, TIFF, HEIC, AVIF를 쓸 수 있어요. 앞의 두 가지는 있는 그대로 삽입돼요. 나머지는 브라우저가 디코딩해서 들어오는 길에 한 번 다시 인코딩하는데, 그래서 브라우저가 디코딩하지 못하는 것은 변환되지 않아요. 실제로는 Safari를 뺀 모든 브라우저에서 HEIC가 그런 경우예요.
다른 도구에서는 휴대폰 사진이 왜 옆으로 눕나요?
카메라가 사진을 가로로 저장하고 의도한 방향은 EXIF 태그에 적어 두는데, 디코더마다 그 태그를 다르게 처리하기 때문이에요. 자동 회전은 그 태그를 읽어서 배치하기 전에 이미지 자체를 돌려 놓기 때문에 페이지가 똑바로 나와요. 기본으로 켜져 있고, 사진이 이미 바른 방향으로 들어오는데 그대로 두고 싶다면 끄세요.
제 사진이 어딘가로 업로드되나요?
아니요. 모든 단계가 브라우저 안에서 이뤄지고, 이미지는 전송되지 않아요. 믿는 대신 직접 확인할 수 있어요. 브라우저의 네트워크 탭을 열고 사진을 변환하면서 나가는 요청이 하나도 없는지 보세요. 페이지가 한 번 로드된 뒤에는 연결을 완전히 끈 상태에서도 작동해요.
PDF가 생각보다 훨씬 큰데 어떻게 하죠?
사진으로 만든 PDF는 대략 그 사진들을 합친 크기예요. 이미지 데이터를 줄이지 않고 통째로 담기 때문이에요. 4MB짜리 사진 스무 장이면 80MB 문서가 돼요. 그다음에 PDF 압축을 실행해 이미지를 더 낮은 품질로 다시 인코딩하세요. 세부 정보와 용량을 맞바꾸는 건 그 도구의 일이고, 단계를 나눠 둔 덕분에 그 선택은 사용자 몫이에요.

관련 도구