본문으로 건너뛰기

메타데이터 편집

PDF가 스스로에 대해 담고 있는 제목과 작성자, 날짜를 바꿔요.

기기에서 처리됨

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

이 도구가 하는 일

Every PDF carries a set of details about itself: a title, an author, a subject, keywords, the program that produced it and two dates. Readers show them in a properties dialog, some show the title in the window bar instead of the file name, and search tools index them. This tool reads what is in your document, lets you change any of it, and writes the result back without touching a single page.

Use it when the details are wrong or revealing: a document exported from a colleague's template that still carries their name, a report whose title is "Microsoft Word - draft3.docx", a file going outside the organisation with an internal project code in its keywords, or a scan with no details at all that you would like to be findable.

작동 방식

  1. Drop the PDF onto this page. Every box is filled in with what the document currently holds.
  2. Edit the boxes you care about and leave the rest alone.
  3. Empty a text box to remove that detail from the file entirely. An empty date box leaves the date as it is.
  4. Set the dates in ISO form under advanced options if they need correcting, and clear the XMP packet there if you want only the classic details left.
  5. Press Save metadata and the download starts.

The boxes are filled from your document before you touch them, and that is the whole design. An editor that starts empty makes you retype what is already there to change one field, and silently blanks everything you did not retype. Because the boxes are pre-filled here, an empty box can safely mean "remove this" - which is the only way a form that submits every field can express the difference between clearing a value and leaving it alone.

A PDF stores its details twice: the old Info dictionary and the newer XMP packet, and every modern reader believes the packet when the two disagree. Editing only the dictionary is the classic metadata-editor bug - Acrobat keeps showing the old title and you conclude the tool is broken. So when your document already has a packet, it is rebuilt from the details you just saved. That rebuild does discard producer-specific XMP extensions written by Illustrator or InDesign, which is a real loss and a smaller one than showing you a title you had just deleted.

Dates are ISO 8601 because a PDF date is unambiguous and a localised one is not. "03/04/2026" is two different days depending on where the reader lives, and metadata is precisely where that ambiguity outlives everyone involved. Write 2026-03-04, or 2026-03-04T09:30:00Z when the time matters. An empty date box leaves the existing date alone rather than clearing it, which is the one place where the boxes here differ from each other.

The producer field is left exactly as your document had it. This tool does not stamp its own name over whatever wrote the file, because the producer is often the one honest clue about how a document was made, and quietly rewriting it would make every file that passed through here look the same.

If what you want is nothing rather than something else, Remove metadata is the tool: it deletes the objects instead of the references, since pdf-lib writes out every object in the file whether or not anything points at it, and a packet that is merely unreferenced is still there for anyone with a hex editor.

자주 묻는 질문

이 정보는 어디에 보이나요?
뷰어의 문서 속성 창에서 보이고, PDF 제목을 파일 이름보다 앞세우는 뷰어에서는 창이나 탭 제목에도 보여요. 파일 탐색기의 열에도, 문서 안까지 읽는 검색 도구의 색인에도 들어가요. 파일과 함께 다니기 때문에 여기서 정한 제목은 받는 사람이 파일 이름을 바꾼 뒤에도 그대로 보여요.
항목을 바꾸는 게 아니라 지우려면 어떻게 하나요?
칸을 비우고 저장하세요. 파일을 넣으면 모든 칸이 문서에서 채워지기 때문에, 비어 있는 칸은 실수가 아니라 그 항목을 지우라는 뜻이에요. 날짜는 달라요. 날짜 칸을 비우면 기존 날짜가 그대로 남으니, 날짜까지 없애려면 메타데이터 제거를 쓰세요.
날짜는 어떤 형식으로 써야 하나요?
ISO 8601이에요. 날짜만 쓸 때는 2026-03-04, 시각까지 필요하면 2026-03-04T09:30:00Z처럼요. 브라우저가 날짜로 읽지 못하는 값은 엉뚱하게 저장하는 대신 메시지와 함께 거절해요. 두 날짜는 만든 날짜와 마지막으로 고친 날짜이고, 뷰어는 속성 창에 둘 다 보여 줘요.
XMP 패킷이 뭐고 지워야 하나요?
PDF 메타데이터의 현대적인 절반이에요. 뷰어가 옛 Info 사전보다 더 믿는 XML 블록이죠. 평소에는 그냥 두세요. 편집한 내용으로 다시 만들어져서 양쪽이 서로 맞아요. 파일에 옛 방식 항목만 남기고 싶을 때, 또는 다른 프로그램이 넣은 패킷이 넘기고 싶지 않은 이력을 담고 있을 때 지우세요. PDF/A 파일은 패킷이 있어야 하니 그런 파일에는 쓰지 마세요.
문서가 기기를 벗어나나요?
아니요. 정보는 브라우저에서 파일로부터 읽고, 페이지에서 고치고, 기기에서 다시 써요. 여기까지 오는 흔한 이유가 파일에 있으면 안 되는 이름이나 프로젝트 코드라는 걸 생각하면, 그걸 지우겠다고 문서를 서버로 보내는 건 앞뒤가 안 맞는 일이겠죠.

관련 도구