페이지 순서 뒤집기
문서를 앞뒤로 뒤집어요.
이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.
이 도구가 하는 일
This turns the document back to front: the last page becomes the first and so on. Pages are copied rather than re-rendered, so it costs nothing in quality.
Almost always to fix a scanner. Document feeders that stack their output face-up produce a PDF that reads from the last page backwards, and the fix is a single pass through this tool. It is also useful for documents in right-to-left binding order that were assembled left to right.
작동 방식
- Drop the PDF onto this page.
- Leave the page range empty to reverse the whole document.
- To flip only part of it, give a range - those pages are reversed among themselves and everything else stays where it is.
- Press Reverse.
- The download starts on its own.
Reversing a range does something more careful than it might sound. The selected pages swap positions among themselves, and every page outside the selection stays exactly where it was. Reversing pages 3 to 6 of a ten-page document leaves pages 1, 2, 7, 8, 9 and 10 untouched. A naive implementation that lifted the range out and put it back would shuffle the surrounding pages, which is a subtle way to lose a document's structure.
If your scan is both reversed and double-sided, this tool is only half the fix. Scanning a double-sided stack on a single-sided feeder produces two files - fronts in order, backs reversed - and what you need is Alternate and mix, which interleaves them and reverses the second automatically.
Bookmarks are re-pointed at the pages' new positions, so a table of contents keeps working after the flip.
Everything happens in your browser, so a 500-page scan is reversed without a byte being uploaded.
자주 묻는 질문
- 스캐너가 페이지를 거꾸로 만들었어요. 이 도구가 맞나요?
- 단면으로 스캔했는데 결과가 마지막 페이지부터 읽힌다면 맞아요. 이 도구를 한 번만 돌리면 바로잡혀요. 양면 묶음을 두 번에 나눠 스캔했다면 파일이 두 개일 텐데, 그때는 번갈아 합치기가 필요해요. 두 파일을 번갈아 끼워 넣으면서 두 번째 파일은 대신 뒤집어 줘요.
- 문서의 일부만 뒤집을 수 있나요?
- 네. 페이지 범위를 지정하면 그 페이지들끼리만 순서가 뒤집혀요. 범위 밖은 그대로 있어요.
- 북마크는 어떻게 되나요?
- 가리키던 페이지를 따라 새 위치로 함께 옮겨져서, 그 뒤에도 목차가 그대로 작동해요.
- 뒤집으면 품질이나 파일 크기가 달라지나요?
- 아니요. 페이지를 있는 그대로 복사하기 때문에 텍스트는 텍스트로 남고, 스캔본은 해상도를 그대로 유지하며, 파일 크기도 사실상 그대로예요.