DOCX를 HTML로 변환
Convert DOCX to HTML
DOCX 파일의 본문을 웹에 바로 붙여넣을 수 있는 깔끔한 HTML로 변환합니다. 표, 굵게/기울임, 제목, 목록 같은 핵심 서식은 그대로 살리되, Word가 남기는 지저분한 인라인 스타일과 위험한 태그는 제거해 안전하게 살균합니다. 픽셀 단위 레이아웃이 아니라 의미 있는 구조 중심의 HTML을 만듭니다.
Turn the body of a DOCX file into clean HTML you can paste straight into a web page or CMS. It preserves the structure that matters — tables, bold and italic, headings, and lists — while stripping the messy inline styles and unsafe tags Word leaves behind. The result is content-focused, sanitized markup rather than a pixel-perfect copy of the page layout.
DOCX를 HTML로 변환 — 브라우저에서 바로 처리하는 무료 도구입니다. 아래에 파일을 올리면 변환이 시작되며, 파일은 서버로 업로드되지 않습니다.
Convert DOCX to HTML — a free tool that runs right in your browser. Add your files below and the conversion starts; nothing is uploaded.
변환 도구가 곧 여기에 나타납니다. 보이지 않으면 브라우저에서 JavaScript를 켜 주세요.
The converter appears here in a moment. If it doesn't, enable JavaScript in your browser.
사용 방법
How to use
- 변환할 .docx 파일을 이 페이지로 드래그하거나 파일 선택 버튼으로 불러옵니다.
- 브라우저 안에서 문서가 분석되어 본문이 HTML로 변환됩니다.
- 미리보기로 표와 서식이 제대로 살아 있는지 확인합니다.
- 생성된 HTML을 복사하거나 .html 파일로 내려받아 사용합니다.
- Drag your .docx file onto this page, or click to browse and select it.
- The document is parsed and its body is converted to HTML right in your browser.
- Check the preview to confirm tables and formatting came through correctly.
- Copy the generated HTML or download it as an .html file to use anywhere.
왜 Converdoc 인가
Why Converdoc
- 파일 업로드 없음 — 변환은 100% 브라우저에서 일어나 문서가 기기를 벗어나지 않습니다.
- 완전 무료, 회원가입·설치 불필요 — 바로 변환할 수 있습니다.
- 표·굵게·목록 등 본문 서식을 유지하면서 위험한 태그와 잡스러운 스타일은 살균해 깨끗한 HTML을 만듭니다.
- No file upload — conversion runs 100% in your browser, so your document never leaves your device.
- Completely free, no signup and no install — just convert and go.
- Keeps tables, bold, and lists while sanitizing unsafe tags and clutter for clean, ready-to-use HTML.
참고 사항
Good to know
- 출력은 내용과 구조 중심입니다. Word의 정확한 페이지 레이아웃, 여백, 글꼴 크기는 그대로 재현되지 않습니다.
- 이미지가 포함된 문서는 그림이 그대로 옮겨지지 않거나 별도 처리가 필요할 수 있으니 미리보기에서 확인하세요.
- 각주, 변경 내용 추적, 텍스트 상자처럼 복잡한 Word 요소는 단순화되거나 빠질 수 있습니다.
- The output is content- and structure-focused. Word's exact page layout, margins, and font sizes are not reproduced.
- Documents with embedded images may not carry the pictures over directly, so check the preview if your file relies on them.
- Complex Word elements like footnotes, tracked changes, and text boxes may be simplified or dropped.
HTML·텍스트·마크다운, 무엇으로 뽑을까
HTML, plain text, or Markdown — which to pick
원고를 Word로 쓰고 워드프레스나 회사 CMS, 노션·정적 블로그에 올릴 때 본문만 깔끔하게 옮기려는 경우가 가장 많습니다. Word 화면을 그대로 복사해 붙이면 보이지 않는 인라인 스타일과 빈 태그가 함께 따라와 글이 깨지는데, 이 도구는 제목·문단·표·목록 같은 구조만 남긴 HTML을 만들어 줘 편집창에 붙여도 군더더기가 없습니다.
같은 .docx에서 HTML, 텍스트, 마크다운 세 가지로 뽑을 수 있습니다. CMS의 HTML/소스 보기에 붙일 거면 HTML, 메모장이나 메일·메신저에 서식 없이 넣을 거면 텍스트, 깃허브 README나 옵시디언처럼 마크다운을 쓰는 곳이면 마크다운이 알맞습니다. 변환은 글의 '의미 구조'를 기준으로 하기 때문에, 픽셀 단위 레이아웃을 옮기는 'PDF를 이미지로'나 편집용 문서를 만드는 'PDF를 Word로'와는 목적이 다릅니다.
변환은 mammoth 라이브러리가 Word의 스타일 이름을 보고 HTML 태그로 바꾸는 방식이라, '제목 1·제목 2' 같은 내장 스타일을 쓴 문서는 h1·h2로 잘 떨어지지만 글자 크기만 키워 제목처럼 보이게 한 문단은 그냥 본문으로 나옵니다. 문서에 넣은 그림은 별도 파일 없이 HTML 안에 데이터로 내장되어 한 개의 .html 파일만으로 그림까지 함께 열립니다. 파일은 서버에 올라가지 않고 브라우저 안에서 처리되며, 변환 엔진만 처음 한 번 CDN에서 받습니다.
The most common case is writing a draft in Word and then moving just the body into WordPress, a company CMS, Notion, or a static blog. Copy-pasting straight from Word drags along invisible inline styles and empty tags that break your layout, while this tool produces HTML that keeps only the real structure — headings, paragraphs, tables, lists — so it drops cleanly into an editor without clutter.
From the same .docx you can export HTML, plain text, or Markdown. Use HTML when you're pasting into a CMS's source/HTML view, plain text when you want the words with no formatting for an email or note, and Markdown for places like a GitHub README or Obsidian. Because the conversion follows the document's meaning rather than its appearance, its goal differs from 'PDF to Image,' which copies the exact page look, or 'PDF to Word,' which rebuilds an editable file.
Under the hood, the mammoth library reads Word's style names and maps them to HTML tags, so a document that uses the built-in 'Heading 1/Heading 2' styles comes out as proper h1/h2 — but a paragraph merely made larger to look like a title stays a normal paragraph. Pictures in your document are embedded directly inside the HTML as data, so a single .html file carries its images with it. Your file is never uploaded; it's processed in the browser, and only the conversion engine is fetched once from a CDN.
자주 묻는 질문
FAQ
표와 굵게 같은 서식이 유지되나요?Will formatting like tables and bold be kept?
네. 표, 굵게/기울임, 제목, 순서·비순서 목록 등 핵심 본문 서식은 그에 대응하는 HTML 태그로 변환됩니다. 다만 정밀한 페이지 레이아웃은 대상이 아닙니다.
Yes. Core body formatting — tables, bold and italic, headings, and ordered/unordered lists — is mapped to the matching HTML tags. Precise page layout, however, is not the goal.
내 문서가 서버로 전송되나요?Is my document sent to a server?
아니요. 모든 변환은 브라우저 안에서 실행됩니다. 파일이 업로드되거나 저장되지 않으므로 민감한 문서도 안전합니다.
No. All conversion happens inside your browser. Your file is never uploaded or stored, so even sensitive documents stay private.
왜 '살균(sanitize)'된 HTML인가요?Why is the HTML 'sanitized'?
Word는 불필요한 인라인 스타일과 잠재적으로 위험한 마크업을 남깁니다. 변환 시 이를 정리하고 안전하지 않은 태그를 제거해, 웹에 바로 쓰기 좋은 깨끗한 HTML을 만듭니다.
Word leaves behind redundant inline styles and potentially unsafe markup. The conversion cleans this up and removes unsafe tags, producing tidy HTML that's safe to publish on the web.
오래된 .doc 파일도 되나요?Does it work with old .doc files?
이 도구는 최신 .docx 형식에 최적화되어 있습니다. 구형 .doc는 Word나 다른 프로그램에서 .docx로 저장한 뒤 변환하는 것을 권장합니다.
This tool is built for the modern .docx format. For an older .doc file, save it as .docx in Word or another editor first, then convert.
변환한 HTML을 워드프레스나 CMS에 어떻게 붙여넣나요?How do I paste the converted HTML into WordPress or a CMS?
편집기의 '텍스트'나 'HTML'(소스 코드) 보기로 전환한 뒤, 생성된 HTML을 그 안에 붙여넣으세요. 일반 '비주얼' 편집창에 붙이면 코드가 글자 그대로 보일 수 있습니다. 내려받은 .html 파일은 자체 스타일이 들어간 완결된 문서라 브라우저로 바로 열어 미리 확인할 수도 있습니다.
Switch your editor to its 'Text' or 'HTML' (source code) view and paste the generated HTML there. If you paste into the normal 'Visual' editor, the code may show up as literal text. The downloaded .html file is also a complete document with its own styling, so you can open it in a browser to preview the result first.
제목 스타일이 적용한 문서인데 변환하면 h1·h2가 안 생겨요.I applied heading styles, but the conversion produced no h1/h2 tags. Why?
변환은 Word의 '스타일 이름'을 보고 태그를 정합니다. 글자 크기·굵기만 직접 키워 제목처럼 보이게 한 문단은 본문(p)으로 나옵니다. 해당 줄에 Word의 '제목 1', '제목 2' 같은 내장 단락 스타일을 적용한 뒤 다시 변환하면 h1·h2로 제대로 떨어집니다.
The conversion decides tags by Word's style names. A paragraph that only looks like a heading because you enlarged or bolded the text comes out as body text (p). Apply Word's built-in paragraph styles such as 'Heading 1' or 'Heading 2' to those lines and convert again, and they'll map to proper h1/h2.