PDF 회색조 변환
컬러 문서를 회색으로 바꾸면서 텍스트 검색은 그대로 유지해요.
이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.
이 도구가 하는 일
There is no way to recolour a PDF's vector content inside a browser - the colour lives in every content stream, in whichever of five colour spaces the producer chose. So this tool says plainly how it works: each page is re-rendered in grey and the document is rebuilt from the resulting images. The pages stop being vector as a result. The words do not stop being words: the text is read out first and drawn back invisibly over each image, so the document is still selectable and searchable.
The usual reason is printing. Colour pages cost several times what grey ones do on most office and copy-shop tariffs, and many print accounting systems bill by what the file contains rather than by what the driver was set to. It is also a straightforward way to shrink a colour scan.
작동 방식
- Drop the PDF onto this page. Files up to 300 MB are accepted.
- Set the resolution. 150 dpi is the default and reads well on screen; raise it towards 300 dpi for a document that will be printed and examined closely.
- Leave Keep text searchable on unless you have a reason not to - it costs a little size and keeps the document usable.
- Adjust the JPEG quality under advanced options if the default of 82 per cent is softer or larger than you want.
- Press Convert to grayscale. Progress shows which page is being rendered, and the result reports the resolution used.
The conversion uses Rec. 709 luma rather than the average of the red, green and blue channels. The eye is roughly three times more sensitive to green than to red and ten times more than to blue, so averaging makes a saturated red and a saturated blue come out as the same middle grey when one should be clearly darker. Weighting the channels the way vision does keeps coloured text, chart series and highlighted rows distinguishable after the colour is gone.
Keeping the text searchable is what separates this from printing to an image. Before any page is replaced, PDF.js extracts every text run with its position and size; those runs are then drawn over the finished image in an invisible rendering mode. You can select a paragraph, search for a phrase and copy a table out of the result, even though what you are looking at is a picture.
The file will not always get smaller. A colour scan usually shrinks substantially, because three channels become one and the JPEG has less to encode. A text document made of vector glyphs frequently grows, sometimes several times over, because a page of crisp type is cheaper to store as instructions than as a picture of itself. If your goal is size rather than colour, Compress PDF is the tool to reach for.
Because the pages are rebuilt from images, what sits on top of them does not survive: links stop being clickable, form fields stop being fillable, and comments, highlights and stamps are gone rather than drawn in. If you need the marks kept as marks, flatten the document first and convert afterwards.
Rendering happens on your device with PDF.js and a canvas, and the rebuild with pdf-lib - both in Web Workers, neither over a network. This is the heaviest tool in the category on a large file, and it is still local: a 300-page colour report is rendered page by page in your own browser.
이 도구가 할 수 없는 일
- The output is images, not vector pages. Zooming in far enough shows the pixels, and the type is no longer infinitely sharp.
- A text-heavy document can come out larger than the original, because a page of type stores more cheaply as instructions than as a picture.
- Links, form fields and annotations are not carried over, since each page is replaced by an image of itself.
자주 묻는 질문
- 인쇄 대화상자에서 회색조를 체크하지 않고 왜 파일을 변환하나요?
- 인쇄 대화상자는 그 기기의 그 작업 하나에만 영향을 줘요. 인쇄소나 사무실 공용 프린터, 파일을 여는 동료는 각자 다시 결정하고, 많은 인쇄 과금 시스템은 드라이버 설정과 상관없이 파일에 색이 들어 있으면 그 페이지를 컬러로 계산해요. 문서 자체를 변환하면 한 번에 정리돼요.
- 품질은 얼마나 떨어지나요?
- 색은 영구히 사라지고, 페이지는 선택한 해상도의 이미지가 돼요. 150dpi면 화면에서 아주 잘 읽히고 인쇄도 쓸 만하며, 300dpi면 인쇄 품질이지만 파일이 대략 네 배 커져요. 텍스트 레이어는 어느 쪽이든 유지돼요.
- 파일이 작아지나요?
- 컬러 스캔본은 보통 많이 줄어요. 텍스트 문서는 오히려 커지는 경우가 많은데, 글자를 JPEG으로 그려 넣는 것이 그 글자를 그리던 명령보다 비싸기 때문이에요. 두 결과 모두 변환 전후 용량으로 알려주니, 어느 쪽이 됐는지 보고 원하던 게 아니면 원본을 그대로 두세요.
- 변환한 뒤에도 텍스트를 검색하고 선택할 수 있나요?
- 텍스트 검색 유지가 켜져 있다면 돼요. 페이지를 교체하기 전에 텍스트를 추출해서 이미지 위에 보이지 않게 다시 그리기 때문에 선택과 검색, 복사가 모두 작동해요. 원본이 애초에 텍스트 레이어가 없는 스캔본이라면 유지할 것이 없으니 PDF OCR을 먼저 돌리세요.
- 렌더링하려고 문서를 업로드하나요?
- 아니요. 모든 페이지는 브라우저 안에서 PDF.js가 캔버스에 그리고, 웹 워커에서 pdf-lib가 다시 조립해요. 전송되는 건 아무것도 없고, 그래서 속도도 어딘가의 대기열이 아니라 사용자 기기에 달려 있어요.