Google Workspace दस्तावेज़ों के लिए, MIME टाइप एक्सपोर्ट करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यहां दी गई टेबल में बताया गया है कि Google Workspace के दस्तावेज़, एक्सपोर्ट किए जाने वाले MIME टाइप के साथ कैसे मैप होते हैं:
दस्तावेज़ का टाइप
फ़ॉर्मैट
MIME प्रकार
फ़ाइल एक्सटेंशन
दस्तावेज़
Microsoft Word
application/vnd.openxmlformats-officedocument.wordprocessingml.document
.docx
OpenDocument
application/vnd.oasis.opendocument.text
.odt
Rich Text
application/rtf
.rtf
PDF
application/pdf
.pdf
सादा टेक्स्ट
text/plain
.txt
वेब पेज (एचटीएमएल)
application/zip
.zip
EPUB
application/epub+zip
.epub
Markdown
text/markdown
.md
स्प्रेडशीट
Microsoft Excel
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xlsx
OpenDocument
application/vnd.oasis.opendocument.spreadsheet
.ods
PDF
application/pdf
.pdf
वेब पेज (एचटीएमएल)
application/zip
.zip
कॉमा लगाकर अलग की गई वैल्यू (सिर्फ़ पहली शीट)
text/csv
.csv
टैब से अलग की गई वैल्यू (सिर्फ़ पहली शीट)
text/tab-separated-values
.tsv
प्रज़ेंटेशन
Microsoft PowerPoint
application/vnd.openxmlformats-officedocument.presentationml.presentation
.pptx
ODP
application/vnd.oasis.opendocument.presentation
.odp
PDF
application/pdf
.pdf
सादा टेक्स्ट
text/plain
.txt
JPEG (सिर्फ़ पहली स्लाइड)
image/jpeg
.jpg
PNG (सिर्फ़ पहली स्लाइड)
image/png
.png
स्केलेबल वेक्टर ग्राफ़िक्स (सिर्फ़ पहली स्लाइड)
image/svg+xml
.svg
Drawings
PDF
application/pdf
.pdf
JPEG
image/jpeg
.jpg
PNG
image/png
.png
स्केलेबल वेक्टर ग्राफ़िक्स
image/svg+xml
.svg
Apps Script
JSON
application/vnd.google-apps.script+json
.json
Google Vids
MP4
application/mp4
.mp4
ध्यान दें: किसी उपयोगकर्ता के लिए, सिस्टम के साथ काम करने वाले सभी एक्सपोर्ट फ़ॉर्मैट की सूची देखने के लिए, about
संसाधन को वापस पाएं. इसके लिए, about.get
तरीके को कॉल करें और fields
पैरामीटर को exportFormats
पर सेट करें.
Google Apps Script का इस्तेमाल करके, Google Workspace दस्तावेज़ों को भी एक्सपोर्ट किया जा सकता है. Apps Script में कॉन्टेंट एक्सपोर्ट करते समय, इस्तेमाल किए जा सकने वाले फ़ॉर्मैट के बारे में ज़्यादा जानने के लिए,
Google Docs ,
Google Sheets , और Google Slides के लिए रेफ़रंस दस्तावेज़ देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["# Export MIME types for Google Workspace documents\n\nThe following table shows how Google Workspace documents map to export [MIME\ntypes](https://www.iana.org/assignments/media-types/media-types.xhtml):\n\n| Document Type | Format | MIME Type | File Extension |\n|-------------------|---------------------------------------------|---------------------------------------------------------------------------|----------------|\n| **Documents** | Microsoft Word | application/vnd.openxmlformats-officedocument.wordprocessingml.document | .docx |\n| | OpenDocument | application/vnd.oasis.opendocument.text | .odt |\n| | Rich Text | application/rtf | .rtf |\n| | PDF | application/pdf | .pdf |\n| | Plain Text | text/plain | .txt |\n| | Web Page (HTML) | application/zip | .zip |\n| | EPUB | application/epub+zip | .epub |\n| | Markdown | text/markdown | .md |\n| **Spreadsheets** | Microsoft Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | .xlsx |\n| | OpenDocument | application/vnd.oasis.opendocument.spreadsheet | .ods |\n| | PDF | application/pdf | .pdf |\n| | Web Page (HTML) | application/zip | .zip |\n| | Comma Separated Values (first-sheet only) | text/csv | .csv |\n| | Tab Separated Values (first-sheet only) | text/tab-separated-values | .tsv |\n| **Presentations** | Microsoft PowerPoint | application/vnd.openxmlformats-officedocument.presentationml.presentation | .pptx |\n| | ODP | application/vnd.oasis.opendocument.presentation | .odp |\n| | PDF | application/pdf | .pdf |\n| | Plain Text | text/plain | .txt |\n| | JPEG (first-slide only) | image/jpeg | .jpg |\n| | PNG (first-slide only) | image/png | .png |\n| | Scalable Vector Graphics (first-slide only) | image/svg+xml | .svg |\n| **Drawings** | PDF | application/pdf | .pdf |\n| | JPEG | image/jpeg | .jpg |\n| | PNG | image/png | .png |\n| | Scalable Vector Graphics | image/svg+xml | .svg |\n| **Apps Script** | JSON | application/vnd.google-apps.script+json | .json |\n| **Google Vids** | MP4 | application/mp4 | .mp4 |\n\n| **Note:** To view a list of all system supported export formats for a user, retrieve an [`about`](/workspace/drive/api/reference/rest/v3/about) resource by calling the [`about.get`](/workspace/drive/api/reference/rest/v3/about/get) method with the `fields` parameter set to [`exportFormats`](/workspace/drive/api/reference/rest/v3/about#About.FIELDS.export_formats).\n\nYou can also export Google Workspace\ndocuments using Google Apps Script. For more information on supported formats\nwhen exporting content in Apps Script, see the reference\ndocumentation for [Google Docs](/apps-script/reference/document/document#getascontenttype), [Google Sheets](/apps-script/reference/spreadsheet/spreadsheet#getascontenttype),\nand [Google Slides](/apps-script/reference/slides/image#getascontenttype).\n\nRelated topics\n--------------\n\n- [Google Workspace and Google Drive supported MIME types](/workspace/drive/api/guides/mime-types)"]]