{"@attributes":{"version":"2.0"},"channel":{"title":"Documentation \u2013 \ub85c\ub4dc, \uc800\uc7a5 \ubc0f \ubcc0\ud658","link":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/loading-saving-and-converting\/","description":"Recent content in \ub85c\ub4dc, \uc800\uc7a5 \ubc0f \ubcc0\ud658 on Documentation","generator":"Hugo -- gohugo.io","language":"ko","item":[{"title":"Python_via_dotnet: Python\uc5d0\uc11c \ubb38\uc11c \uc0dd\uc131 \ub610\ub294 \ub85c\ub4dc","link":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/create-or-load-a-document\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/create-or-load-a-document\/","description":"\n        \n        \n        <p>Aspose.Words\ub85c \uc218\ud589\ud558\ub824\ub294 \uac70\uc758 \ubaa8\ub4e0 \uc791\uc5c5\uc5d0\ub294 \ubb38\uc11c \ub85c\ub4dc\uac00 \ud3ec\ud568\ub429\ub2c8\ub2e4. <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \ud074\ub798\uc2a4\ub294 \uba54\ubaa8\ub9ac\uc5d0 \ub85c\ub4dc\ub41c \ubb38\uc11c\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ubb38\uc11c\uc5d0\ub294 \ube48 \ubb38\uc11c\ub97c \ub9cc\ub4e4\uac70\ub098 \ud30c\uc77c\uc774\ub098 \uc2a4\ud2b8\ub9bc\uc5d0\uc11c \ub85c\ub4dc\ud560 \uc218 \uc788\ub294 \uc5ec\ub7ec \uc624\ubc84\ub85c\ub4dc\ub41c \uc0dd\uc131\uc790\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubb38\uc11c\ub294 Aspose.Words\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 \ubaa8\ub4e0 \ub85c\ub4dc \ud615\uc2dd\uc73c\ub85c \ub85c\ub4dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uc6d0\ub418\ub294 \ubaa8\ub4e0 \ub85c\ub4dc \ud615\uc2dd \ubaa9\ub85d\uc740 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/loadformat\/\">LoadFormat<\/a> \uc5f4\uac70\ub97c \ucc38\uc870\ud558\uc138\uc694.<\/p>\n<h2 id=\"\uc0c8-\ubb38\uc11c-\ub9cc\ub4e4\uae30\">\uc0c8 \ubb38\uc11c \ub9cc\ub4e4\uae30<\/h2>\n<p>\uc0c8 \ube48 \ubb38\uc11c\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud574 \ub9e4\uac1c\ubcc0\uc218 \uc5c6\uc774 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \uc0dd\uc131\uc790\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \ubc29\uc2dd\uc73c\ub85c \ubb38\uc11c\ub97c \uc0dd\uc131\ud558\ub824\ub294 \uacbd\uc6b0 \uac00\uc7a5 \uac04\ub2e8\ud55c \ubc29\ubc95\uc740 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/documentbuilder\/\">DocumentBuilder<\/a> \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc11c \ub0b4\uc6a9\uc744 \ucd94\uac00\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \ucf54\ub4dc \uc608\uc81c\uc5d0\uc11c\ub294 \ubb38\uc11c \uc791\uc131\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc11c\ub97c \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4<\/p>\n<div class=\"highlight\"><pre class=\"chroma\"><code class=\"language-python\" data-lang=\"python\"><span class=\"n\">doc<\/span> <span class=\"o\">=<\/span> <span class=\"n\">aw<\/span><span class=\"o\">.<\/span><span class=\"n\">Document<\/span><span class=\"p\">()<\/span>\n<span class=\"n\">builder<\/span> <span class=\"o\">=<\/span> <span class=\"n\">aw<\/span><span class=\"o\">.<\/span><span class=\"n\">DocumentBuilder<\/span><span class=\"p\">(<\/span><span class=\"n\">doc<\/span><span class=\"p\">)<\/span>\n            \n<span class=\"n\">builder<\/span><span class=\"o\">.<\/span><span class=\"n\">write<\/span><span class=\"p\">(<\/span><span class=\"s2\">&#34;Hello world!&#34;<\/span><span class=\"p\">)<\/span>\n\n<span class=\"n\">doc<\/span><span class=\"o\">.<\/span><span class=\"n\">save<\/span><span class=\"p\">(<\/span><span class=\"n\">docs_base<\/span><span class=\"o\">.<\/span><span class=\"n\">artifacts_dir<\/span> <span class=\"o\">+<\/span> <span class=\"s2\">&#34;out.docx&#34;<\/span><span class=\"p\">)<\/span><\/code><\/pre><\/div>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<p>\uae30\ubcf8\uac12\uc744 \ucc38\uace0\ud558\uc138\uc694<\/p>\n<ul>\n<li>\ube48 \ubb38\uc11c\uc5d0\ub294 \uae30\ubcf8 \ub9e4\uac1c\ubcc0\uc218\uac00 \ud3ec\ud568\ub41c \uc139\uc158 1\uac1c, \ube48 \ub2e8\ub77d 1\uac1c, \uc77c\ubd80 \ubb38\uc11c \uc2a4\ud0c0\uc77c\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc2e4\uc81c\ub85c \uc774 \ubb38\uc11c\ub294 Microsoft Word\uc5d0\uc11c &ldquo;\uc0c8 \ubb38\uc11c&quot;\ub97c \uc0dd\uc131\ud55c \uacb0\uacfc\uc640 \ub3d9\uc77c\ud569\ub2c8\ub2e4.<\/li>\n<li>\ubb38\uc11c \uc6a9\uc9c0 \ud06c\uae30\ub294 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/papersize\/#letter\">PaperSize.LETTER<\/a>\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n<\/div>\n\n<h2 id=\"\ubb38\uc11c-\ub85c\ub4dc\">\ubb38\uc11c \ub85c\ub4dc<\/h2>\n<p><a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/loadformat\/\">LoadFormat<\/a> \ud615\uc2dd\uc758 \uae30\uc874 \ubb38\uc11c\ub97c \ub85c\ub4dc\ud558\ub824\uba74 \ud30c\uc77c \uc774\ub984\uc774\ub098 \uc2a4\ud2b8\ub9bc\uc744 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \uc0dd\uc131\uc790 \uc911 \ud558\ub098\uc5d0 \uc804\ub2ec\ud558\uc138\uc694. \ub85c\ub4dc\ub41c \ubb38\uc11c\uc758 \ud615\uc2dd\uc740 \ud655\uc7a5\uc790\uc5d0 \ub530\ub77c \uc790\ub3d9\uc73c\ub85c \uacb0\uc815\ub429\ub2c8\ub2e4.<\/p>\n<h3 id=\"\ud30c\uc77c\uc5d0\uc11c-\ub85c\ub4dc\">\ud30c\uc77c\uc5d0\uc11c \ub85c\ub4dc<\/h3>\n<p>\ud30c\uc77c\uc5d0\uc11c \uae30\uc874 \ubb38\uc11c\ub97c \uc5f4\ub824\uba74 \ud30c\uc77c \uc774\ub984\uc744 \ubb38\uc790\uc5f4\ub85c <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \uc0dd\uc131\uc790\uc5d0 \uc804\ub2ec\ud569\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \ucf54\ub4dc \uc608\uc81c\uc5d0\uc11c\ub294 \ud30c\uc77c\uc5d0\uc11c \ubb38\uc11c\ub97c \uc5ec\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4<\/p>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-gists\/e9d8f984dac599756ccb4a64b8c79768.js?file=Examples-DocsExamples-DocsExamples-File%20Formats%20and%20Conversions-base_conversions-OpenDocument.py\"><\/script>\n\n<p><a href=\"https:\/\/github.com\/aspose-words\/Aspose.Words-for-Python-via-.NET\/blob\/master\/Examples\/Data\/Document.docx\">Aspose.Words GitHub<\/a>\uc5d0\uc11c \uc774 \uc608\uc81c\uc758 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 id=\"\uc2a4\ud2b8\ub9bc\uc5d0\uc11c-\ub85c\ub4dc\">\uc2a4\ud2b8\ub9bc\uc5d0\uc11c \ub85c\ub4dc<\/h3>\n<p>\uc2a4\ud2b8\ub9bc\uc5d0\uc11c \ubb38\uc11c\ub97c \uc5f4\ub824\uba74 \ubb38\uc11c\uac00 \ud3ec\ud568\ub41c \uc2a4\ud2b8\ub9bc \uac1c\uccb4\ub97c <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \uc0dd\uc131\uc790\uc5d0 \uc804\ub2ec\ud558\uae30\ub9cc \ud558\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \ucf54\ub4dc \uc608\uc81c\uc5d0\uc11c\ub294 \uc2a4\ud2b8\ub9bc\uc5d0\uc11c \ubb38\uc11c\ub97c \uc5ec\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4<\/p>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-gists\/e9d8f984dac599756ccb4a64b8c79768.js?file=Examples-DocsExamples-DocsExamples-File%20Formats%20and%20Conversions-base_conversions-OpeningFromStream.py\"><\/script>\n\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<a href=\"https:\/\/github.com\/aspose-words\/Aspose.Words-for-Python-via-.NET\/blob\/master\/Examples\/Data\/Document.docx\">Aspose.Words GitHub<\/a>\uc5d0\uc11c \uc774 \uc608\uc81c\uc758 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/div>\n\n\n      "},{"title":"Python_via_dotnet: Python\uc5d0 \ubb38\uc11c \uc800\uc7a5","link":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/save-a-document\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/save-a-document\/","description":"\n        \n        \n        <p>Aspose.Words\ub85c \uc218\ud589\ud574\uc57c \ud558\ub294 \ub300\ubd80\ubd84\uc758 \uc791\uc5c5\uc5d0\ub294 \ubb38\uc11c \uc800\uc7a5\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \ubb38\uc11c\ub97c \uc800\uc7a5\ud558\uae30 \uc704\ud574 Aspose.Words\ub294 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \ud074\ub798\uc2a4\uc758 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/save\/\">save<\/a> \uba54\uc18c\ub4dc\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \ubb38\uc11c\ub97c \ud30c\uc77c\uc774\ub098 \uc2a4\ud2b8\ub9bc\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294 \uc624\ubc84\ub85c\ub4dc\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubb38\uc11c\ub294 Aspose.Words\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 \ubaa8\ub4e0 \uc800\uc7a5 \ud615\uc2dd\uc73c\ub85c \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uc6d0\ub418\ub294 \ubaa8\ub4e0 \uc800\uc7a5 \ud615\uc2dd \ubaa9\ub85d\uc740 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/saveformat\/\">SaveFormat<\/a> \uc5f4\uac70\ub97c \ucc38\uc870\ud558\uc138\uc694.<\/p>\n<h2 id=\"\ubb38\uc11c\ub97c-\ud30c\uc77c-save-a-document-to-a-file\uc5d0-\uc800\uc7a5\">\ubb38\uc11c\ub97c \ud30c\uc77c {#save-a-document-to-a-file}\uc5d0 \uc800\uc7a5<\/h2>\n<p>\ud30c\uc77c \uc774\ub984\uacfc \ud568\uaed8 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/save\/\">save<\/a> \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uae30\ub9cc \ud558\uba74 \ub429\ub2c8\ub2e4. Aspose.Words\ub294 \uc0ac\uc6a9\uc790\uac00 \uc9c0\uc815\ud558\ub294 \ud30c\uc77c \ud655\uc7a5\uc790\uc5d0 \ub530\ub77c \uc800\uc7a5 \ud615\uc2dd\uc744 \uacb0\uc815\ud569\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \ucf54\ub4dc \uc608\uc81c\uc5d0\uc11c\ub294 \ubb38\uc11c\ub97c \ud30c\uc77c\uc5d0 \ub85c\ub4dc\ud558\uace0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4<\/p>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-gists\/e9d8f984dac599756ccb4a64b8c79768.js?file=Examples-DocsExamples-DocsExamples-File%20Formats%20and%20Conversions-base_conversions-LoadAndSave.py\"><\/script>\n\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<a href=\"https:\/\/github.com\/aspose-words\/Aspose.Words-for-Python-via-.NET\/blob\/master\/Examples\/Data\/Document.docx\">Aspose.Words GitHub<\/a>\uc5d0\uc11c \uc774 \uc608\uc81c\uc758 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/div>\n\n<h2 id=\"\uc2a4\ud2b8\ub9bc-save-a-document-to-a-stream\uc5d0-\ubb38\uc11c-\uc800\uc7a5\">\uc2a4\ud2b8\ub9bc {#save-a-document-to-a-stream}\uc5d0 \ubb38\uc11c \uc800\uc7a5<\/h2>\n<p>\uc2a4\ud2b8\ub9bc \uac1c\uccb4\ub97c <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/save\/\">save<\/a> \uba54\uc11c\ub4dc\uc5d0 \uc804\ub2ec\ud569\ub2c8\ub2e4. \uc2a4\ud2b8\ub9bc\uc5d0 \uc800\uc7a5\ud560 \ub54c \uc800\uc7a5 \ud615\uc2dd\uc744 \uba85\uc2dc\uc801\uc73c\ub85c \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \ucf54\ub4dc \uc608\uc81c\uc5d0\uc11c\ub294 \ubb38\uc11c\ub97c \uc2a4\ud2b8\ub9bc\uc5d0 \ub85c\ub4dc\ud558\uace0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4<\/p>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-gists\/e9d8f984dac599756ccb4a64b8c79768.js?file=Examples-DocsExamples-DocsExamples-File%20Formats%20and%20Conversions-base_conversions-LoadAndSaveToStream.py\"><\/script>\n\n<p><a href=\"https:\/\/github.com\/aspose-words\/Aspose.Words-for-Python-via-.NET\/blob\/master\/Examples\/Data\/Document.docx\">Aspose.Words GitHub<\/a>\uc5d0\uc11c \uc774 \uc608\uc81c\uc758 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2 id=\"pcl-save-a-document-to-pcl\uc5d0-\ubb38\uc11c-\uc800\uc7a5\">PCL {#save-a-document-to-pcl}\uc5d0 \ubb38\uc11c \uc800\uc7a5<\/h2>\n<p>Aspose.Words\ub294 \ubb38\uc11c\ub97c PCL(\ud504\ub9b0\ud130 \uba85\ub839 \uc5b8\uc5b4)\ub85c \uc800\uc7a5\ud558\ub294 \uac83\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. Aspose.Words\ub294 \ubb38\uc11c\ub97c PCL 6(PCL 6 Enhanced \ub610\ub294 PCL XL) \ud615\uc2dd\uc73c\ub85c \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words.saving\/pclsaveoptions\/\">PclSaveOptions<\/a> \ud074\ub798\uc2a4\ub294 \ubb38\uc11c\ub97c PCL \ud615\uc2dd\uc73c\ub85c \uc800\uc7a5\ud560 \ub54c \ucd94\uac00 \uc635\uc158\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\ub2e4\uc74c \ucf54\ub4dc \uc608\uc81c\uc5d0\uc11c\ub294 \uc800\uc7a5 \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc11c\ub97c PCL\uc5d0 \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4<\/p>\n<script type=\"application\/javascript\" src=\"https:\/\/gist.github.com\/aspose-words-gists\/e9d8f984dac599756ccb4a64b8c79768.js?file=Examples-DocsExamples-DocsExamples-File%20Formats%20and%20Conversions-Save%20Options-working_with_pcl_save_options-RasterizeTransformedElements.py\"><\/script>\n\n\n      "},{"title":"Python_via_dotnet: Python\uc5d0\uc11c \ubb38\uc11c \ubcc0\ud658","link":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/convert-a-document\/","pubDate":"Mon, 01 Jan 0001 00:00:00 +0000","guid":"https:\/\/docs.aspose.com\/words\/ko\/python-net\/convert-a-document\/","description":"\n        \n        \n        <p>\ubb38\uc11c\ub97c \ud55c \ud615\uc2dd\uc5d0\uc11c \ub2e4\ub978 \ud615\uc2dd\uc73c\ub85c \uc27d\uace0 \uc548\uc815\uc801\uc73c\ub85c \ubcc0\ud658\ud558\ub294 \uae30\ub2a5\uc740 Aspose.Words\uc758 \uc8fc\uc694 \uae30\ub2a5 \uc601\uc5ed \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ubcc0\ud658\uc740 \ub85c\ub4dc \ubc0f \uc800\uc7a5 \uc791\uc5c5\uc758 \uc870\ud569\uc5d0 \uc9c0\ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n<p>Aspose.Words\ub85c \uc218\ud589\ud558\ub824\ub294 \uac70\uc758 \ubaa8\ub4e0 \uc791\uc5c5\uc5d0\ub294 \ud2b9\uc815 \ud615\uc2dd\uc73c\ub85c \ubb38\uc11c\ub97c \ub85c\ub4dc\ud558\uac70\ub098 \uc800\uc7a5\ud558\ub294 \uc791\uc5c5\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \uc774\uc804 \uc139\uc158\uc5d0\uc11c \uc5b8\uae09\ud588\ub4ef\uc774 <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/loadformat\/\">LoadFormat<\/a> \uc5f4\uac70\ud615\uc740 Aspose.Words\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 \ubaa8\ub4e0 <em>load<\/em> \ub610\ub294 <em>import<\/em> \ud615\uc2dd\uc744 \uc9c0\uc815\ud558\uace0, <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/saveformat\/\">SaveFormat<\/a> \uc5f4\uac70\ud615\uc740 Aspose.Words\uc5d0\uc11c \uc9c0\uc6d0\ud558\ub294 \ubaa8\ub4e0 <em>save<\/em> \ub610\ub294 <em>export<\/em> \ud615\uc2dd\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4. \ub530\ub77c\uc11c Aspose.Words\ub294 \uc9c0\uc6d0\ub418\ub294 \ubaa8\ub4e0 \ub85c\ub4dc \ud615\uc2dd\uc758 \ubb38\uc11c\ub97c \uc9c0\uc6d0\ub418\ub294 \uc800\uc7a5 \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \uc774\ub7ec\ud55c \ubcc0\ud658\uc5d0\ub294 \uc5ec\ub7ec \ub2e8\uacc4\uc758 \uacc4\uc0b0\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc0ac\uc6a9\uc790 \uad00\uc810\uc5d0\uc11c \ubcfc \ub54c \ubb38\uc11c \ud615\uc2dd\uc5d0\uc11c \ub2e4\ub978 \ud615\uc2dd\uc73c\ub85c\uc758 \ubcc0\ud658\uc740 \uadf8 \uc790\uccb4\ub85c \ub9e4\uc6b0 \uac04\ub2e8\ud558\uba70 \ub2e4\uc74c \ub450 \ub2e8\uacc4\ub9cc\uc73c\ub85c \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4<\/p>\n<ol>\n<li>\uc0dd\uc131\uc790 \uc911 \ud558\ub098\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc11c\ub97c <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \uac1d\uccb4\uc5d0 \ub85c\ub4dc\ud569\ub2c8\ub2e4.<\/li>\n<li><a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/\">Document<\/a> \uac1d\uccb4\uc5d0\uc11c <a href=\"https:\/\/reference.aspose.com\/words\/python-net\/aspose.words\/document\/save\/\">save<\/a> \uba54\uc18c\ub4dc \uc911 \ud558\ub098\ub97c \ud638\ucd9c\ud558\uace0 \uc6d0\ud558\ub294 \ucd9c\ub825 \ud615\uc2dd\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n<p><strong>\uc628\ub77c\uc778\uc73c\ub85c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694<\/strong><\/p>\n<p><a href=\"https:\/\/products.aspose.app\/words\/conversion\">\ubb34\ub8cc \uc628\ub77c\uc778 \ubcc0\ud658\uae30<\/a> \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcc0\ud658 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud574 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n<\/div>\n\n<p>\ud604\uc7ac \uc139\uc158\uc5d0\uc11c\ub294 \ub110\ub9ac \uc0ac\uc6a9\ub418\ub294 \ubcc0\ud658\uacfc \ub85c\ub4dc \ubc0f \uc800\uc7a5\ud560 \ub54c \uc77c\ubd80 \ud615\uc2dd \uc870\ud569\uc744 \uc0ac\uc6a9\ud558\ub294 \uc544\uc774\ub514\uc5b4\uc5d0 \ub300\ud574 \uc124\uba85\ud569\ub2c8\ub2e4. \uc774 \uc139\uc158\uc758 \uc608\ub97c \uc0ac\uc6a9\ud558\uba74 \ubcc0\ud658 \ud504\ub85c\uc138\uc2a4 \uc790\uccb4\uac00 \ub9e4\uc6b0 \ubcf4\ud3b8\uc801\uc774\uba70 \ub9ce\uc740 \uc218\uc758 <a href=\"https:\/\/docs.aspose.com\/words\/words\/ko\/python-net\/supported-document-formats\/\">\uc9c0\uc6d0\ub418\ub294 \ubb38\uc11c \ud615\uc2dd<\/a>\ub85c \uc778\ud574 \uc218\ubc31 \uac00\uc9c0\uac00 \uc788\uae30 \ub54c\ubb38\uc5d0 \uac00\ub2a5\ud55c \ubaa8\ub4e0 \uc635\uc158\uc744 \uc124\uba85\ud558\ub294 \ub370 \uc758\ubbf8\uac00 \uc5c6\ub2e4\ub294 \uac83\uc744 \uc774\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n<div class=\"alert alert-primary\" role=\"alert\">\n\n\uc544\ub798\ub294 \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \uc804\ud658 \uc870\ud569\uc774\uba70 \ubaa8\ub4e0 \uc870\ud569\uc774 \ud2b9\uc815 \ud398\uc774\uc9c0\uc5d0 \uc5f0\uacb0\ub418\ub294 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. \uc774\ub294 \uae30\uc0ac\uc5d0 \ubaa8\ub4e0 \uc804\ud658 \uc30d\uc5d0 \ub300\ud55c \uc608\uac00 \uc5c6\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uac70\uc758 \ubaa8\ub4e0 \uc804\ud658\uc774 \ub9e4\uc6b0 \uc720\uc0ac\ud569\ub2c8\ub2e4. \ud604\uc7ac \uc139\uc158\uc758 \uae30\uc0ac\ub97c \uc5f0\uad6c\ud558\uc5ec \uc774\ub97c \ud655\uc778\ud558\uc138\uc694.\n<\/div>\n\n<div class=\"row\">\n\t\t<div class=\"col-md-4\">\n\t\t\t\t<h2>Word\ub97c PDF\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/python-net\/convert-a-document-to-pdf\/#converting-doc-or-docx-to-pdf\">DOC\ub97c PDF\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/python-net\/convert-a-document-to-pdf\/#converting-doc-or-docx-to-pdf\">DOCX\ub97c PDF\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>\uc774\ubbf8\uc9c0\ub97c PDF\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/python-net\/convert-a-document-to-pdf\/#convert-an-image-to-pdf\">JPG\ub97c PDF\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/python-net\/convert-a-document-to-pdf\/#convert-an-image-to-pdf\">TIFF\ub97c PDF\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>\uc6f9 \ud615\uc2dd\uc744 PDF\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li>Markdown\ub97c PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>HTML\uc744 PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>MHT(MHTML)\ub97c PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>\ub2e4\ub978 \ud615\uc2dd\uc744 PDF\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li>RTF\ub97c PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>ODT\ub97c PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>TXT\ub97c PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>Mobi\ub97c PDF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\n\t\t<div class=\"col-md-4\">\n\t\t\t\t<h2>PDF\ub97c Word\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/ko\/python-net\/convert-pdf-to-other-document-formats\/\">PDF\ub97c \ub2e4\ub978 \ubb38\uc11c \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658<\/a><\/li>\n        <li>PDF\ub97c DOC\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>PDF\ub97c \uc774\ubbf8\uc9c0\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/ko\/python-net\/convert-a-document-to-an-image\/\">\ubb38\uc11c\ub97c \uc774\ubbf8\uc9c0\ub85c \ubcc0\ud658<\/a><\/li>\n        <li>PDF\ub97c SVG\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>PDF\ub97c \uc6f9 \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n        <li>PDF\ub97c Markdown\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>PDF\ub97c HTML\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>PDF\ub97c EPUB\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>PDF\ub97c \ub2e4\ub978 \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li>PDF\ub97c RTF\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>PDF\ub97c XPS\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\n\t\t<div class=\"col-md-4\">\n\t\t\t\t<h2>\ubb38\uc11c\ub97c \uc774\ubbf8\uc9c0\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/ko\/python-net\/convert-a-document-to-an-image\/\">\ubb38\uc11c\ub97c \uc774\ubbf8\uc9c0\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/ko\/python-net\/convert-a-document-to-an-image\/\">\ubb38\uc11c\ub97c \uc774\ubbf8\uc9c0\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>\ubb38\uc11c\ub97c Markdown\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/ko\/python-net\/convert-a-document-to-markdown\/\">\ubb38\uc11c\ub97c Markdown\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li>HTML\uc744 Markdown\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<h2>\ubb38\uc11c\ub97c HTML\ub85c \ubcc0\ud658<\/h2>\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li><a href=\"https:\/\/docs.aspose.com\/words\/words\/python-net\/convert-a-document-to-html-mhtml-or-epub\/#convert-a-document\">\uc6cc\ub4dc\ub97c HTML\ub85c \ubcc0\ud658<\/a><\/li>\n\t\t\t\t\t\t\t\t<li>Markdown\ub97c HTML\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>Mobi\ub97c EPUB\ub85c \ubcc0\ud658<\/li>\n\t\t\t\t\t\t\t\t<li>\ub2e4\ub978 \uc0ac\ub78c<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\n<\/div>\n\n      "}]}}