PDF 비교
두 버전 사이에 무엇이 달라졌는지 글과 픽셀로 보여줘요.
이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.
이 도구가 하는 일
This compares two PDFs twice and reports the results separately: a word-level diff of what the documents say, and a page-by-page pixel comparison of what they look like. What you get is an HTML report naming the changes, not a blended similarity score. If the two files turn out to be identical, the report says so in its title rather than leaving you to interpret an empty list.
When a document has come back and you need to know what moved: a contract returned by the other side, a specification revised by a supplier, a design proof against the version you approved, or two copies of a report you are no longer certain are the same file.
작동 방식
- Drop both PDFs onto this page. The first is treated as the original and the second as the revision, which is what the labels in the report mean.
- Choose text, appearance or both. Both is the default and costs one render of each document.
- For the appearance pass, set the resolution and the sensitivity - sensitivity is how large a pixel difference has to be before it counts as a change rather than as rendering noise.
- Leave ignore whitespace on so that a reflowed paragraph does not report as a change on every line.
- Press Compare and open the report. It lists the added and removed passages and the percentage of pixels that differ on each page.
A lawyer wants the words and a designer wants the pixels, and one blended percentage would answer neither. The text pass diffs the documents word by word, so a changed sentence reports the words that changed instead of a scatter of letters. The appearance pass renders both documents and compares page one with page one, counting the pixels that differ beyond the tolerance you set.
The text comparison treats each document as a single stream of words, so it tells you what changed rather than which page it changed on. That is deliberate - a paragraph inserted on page two would otherwise make every later page report as different - but it means the appearance pass is where you look when you need location.
The appearance pass compares by page number, which is right for a revision and misleading for an insertion: add a page at the front and everything after it differs from its counterpart. Pages present in only one document are flagged as such, and two documents on different paper sizes are compared over the region they share, with the rest counted as different.
Two renders of genuinely identical pages are not bit-identical, because anti-aliasing is not deterministic to the last channel value, so a comparison with no tolerance reports that noise as change. The default sensitivity of 20 per cent ignores small differences. The report also lists at most 200 individual changes and then says how many it has not listed, rather than truncating quietly.
이 도구가 할 수 없는 일
- The report lists at most 200 individual text changes, and says how many more there were. Wholesale rewrites are better compared by exporting the text and diffing it elsewhere.
- Scanned documents have no text layer, so the text pass finds nothing to compare. Run OCR PDF on both first, or compare by appearance only.
- The appearance pass compares page 1 with page 1 and so on, so an inserted or deleted page makes everything after it report as different.
- The report gives counts and percentages for each page, not a marked-up image showing where on the page the difference falls.
자주 묻는 질문
- 텍스트 비교와 겉모습 비교는 어떻게 다른가요?
- 텍스트는 두 문서에서 단어를 뽑아 비교하기 때문에, 바뀐 숫자나 삭제된 조항이 어디로 옮겨갔든 잡아내요. 겉모습은 둘을 렌더링해 픽셀을 비교하기 때문에, 밀린 여백이나 바뀐 로고, 글꼴 대체처럼 단어만으로는 절대 드러나지 않는 것을 잡아내요.
- 민감도 슬라이더는 무엇을 하나요?
- 두 픽셀이 얼마나 달라야 차이로 셀지를 정해요. 렌더링은 마지막 채널 값까지 똑같이 나오지 않기 때문에, 아주 낮게 두면 안티에일리어싱까지 변경으로 보고해요. 기본값 20퍼센트가 무난한 출발점이에요. 미세한 차이를 잡으려면 낮추고, 의미 없는 차이로 보고서가 넘치면 올리세요.
- 스캔한 문서 두 개를 비교할 수 있나요?
- 겉모습으로는 가능해요. 픽셀 비교가 바로 그런 용도예요. 다만 같은 종이를 따로 두 번 스캔하면 곳곳이 조금씩 달라지니 민감도를 높이는 게 좋아요. 텍스트로는 스캔본이 OCR을 거치지 않았다면 안 돼요. 텍스트 레이어가 없으면 비교할 것이 없으니까요.
- 마지막에 무엇을 받게 되나요?
- 저장하거나 인쇄하거나 그대로 보낼 수 있는 HTML 보고서예요. 동일한지 아닌지, 텍스트 변경이 몇 건인지, 몇 페이지가 달라졌는지 요약으로 시작해서, 추가되고 삭제된 대목을 나열하고, 페이지별 픽셀 차이 비율을 보여줘요. 이 사이트 없이도 누구나 열어 볼 수 있어요.
- 두 문서 모두 업로드되나요?
- 아니요. 둘 다 브라우저 안 웹 워커에서 읽히고 렌더링되고 비교돼요. 그래서 50쪽짜리 두 문서를 비교하는 일도 연결 상태와 상관이 없어요. 보고서도 로컬에서 만들어져요.