आपकी डिजिटल फाइलों को संशोधित करने के संदर्भ में दस्तावेज़ संपादन एक दस्तावेज़ के भीतर पाठ, छवियों या अन्य तत्वों को बदलने की प्रक्रिया को संदर्भित करता है। सामग्री की सटीकता और स्पष्टता में सुधार करने, मौजूदा सामग्री में सुधार जोड़ने, दस्तावेज़ को पढ़ने में आसान बनाने और बहुत कुछ करने के लिए डेटा फ़ाइलों के डिजिटल संपादन का उपयोग किया जा सकता है। विभिन्न प्रकार के डिजिटल दस्तावेज़ों के लगातार बढ़ते उपयोग के साथ, उन्हें इलेक्ट्रॉनिक रूप से संपादित करने की आवश्यकता अधिक से अधिक महत्वपूर्ण होती जा रही है।
दस्तावेजों के साथ काम करने वाले किसी भी व्यक्ति के लिए डिजिटल दस्तावेजों को इलेक्ट्रॉनिक रूप से संपादित करने की क्षमता एक आवश्यक कौशल बन गई है। PDF, Microsoft Office और अन्य डेटा फ़ाइलों को त्वरित और सटीक रूप से संपादित करने का तरीका जानने से समय की बचत हो सकती है। इस प्रयोजन के लिए, आप GroupDocs.Editor API का उपयोग कर सकते हैं जो PDF, Word, Excel, PowerPoint, OpenDocument, RTF, टेक्स्ट, HTML, eBooks जैसे लोकप्रिय डेटा फ़ाइल स्वरूपों की एक सरणी को संपादित करने का समर्थन करता है, और .NET और Java प्लेटफ़ॉर्म पर बहुत कुछ .
.NET या Java में अपने दस्तावेज़ों का संपादन शुरू करने के लिए, आपको पहले GroupDocs.Editor का आवश्यक संस्करण स्थापित करना होगा। कृपया .NET या Java के लिए GroupDocs.Editor को ठीक से सेट अप करने के लिए निम्न अनुभागों में साझा किए गए निर्देशों का संदर्भ लें।
कृपया डाउनलोड अनुभाग से DLL या MSI इंस्टॉलर को बेझिझक डाउनलोड करें, या NuGet। आप पैकेज मैनेजर कंसोल का भी उपयोग कर सकते हैं:
स्थापना के साथ अधिक सहायता के लिए, कृपया बेझिझक यह मार्गदर्शिका देखें।
जावा संस्करण के लिए, आप या तो डाउनलोड अनुभाग से JAR फ़ाइल डाउनलोड कर सकते हैं या रिपॉजिटरी के लिए निम्न कॉन्फ़िगरेशन जोड़ सकते हैं और आपके (मावेन-आधारित) जावा ऐप्स में निर्भरता:
<repository>
<id>GroupDocsJavaAPI</id>
<name>GroupDocs Java API</name>
<url>https://repository.groupdocs.com/repo/</url>
</repository>
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-editor</artifactId>
<version>20.11</version>
</dependency>
अगर आपको अधिक जानकारी चाहिए तो कृपया इस इंस्टॉलेशन गाइड की समीक्षा करें।
अब जब आपने सही API संस्करण सेट अप कर लिया है, तो आइए अपने बहु-प्रारूप दस्तावेज़ों को संपादित करने के लिए व्यापक रूप से उपयोग किए जाने वाले कुछ केस परिदृश्यों की जाँच करें।
पीडीएफ प्रारूप एक लोकप्रिय फ़ाइल प्रकार है जिसका उपयोग दस्तावेजों, रिपोर्ट और अन्य डिजिटल सामग्री के लिए किया जाता है। यह पोर्टेबल दस्तावेज़ स्वरूप के लिए खड़ा है और उच्च गुणवत्ता वाले दस्तावेज़ों को साझा करने में आसान बनाने की क्षमता के कारण इसका व्यापक रूप से उपयोग किया जाता है। यह अन्य लोकप्रिय डेटा फ़ाइल स्वरूपों से अलग है क्योंकि यह एक निश्चित लेआउट प्रदान करता है और यह डिवाइस और ऑपरेटिंग सिस्टम की परवाह किए बिना समान स्वरूपण और लेआउट बनाए रखता है जिसे आप पढ़ रहे हैं या देख रहे हैं।
लेकिन क्या होगा अगर आपको पीडीएफ दस्तावेज़ में बदलाव करने की ज़रूरत है? पीडीएफ फाइलों को संपादित करना एक मुश्किल प्रक्रिया हो सकती है, लेकिन अगर आप .NET एपीआई के लिए GroupDocs.Editor का उपयोग कर रहे हैं तो यह जरूरी नहीं है। यह एपीआई आपको किसी अन्य दस्तावेज़ की तरह WYSIWYG संपादक का उपयोग करके पीडीएफ फाइलों को संपादित करने में सक्षम बनाता है। वर्तमान में, PDF संपादन केवल GroupDocs.Editor API के .NET संस्करण में समर्थित है और जावा संस्करण में नहीं।
कृपया .NET में PDF फ़ाइल को लोड करने, संपादित करने और फिर सहेजने के लिए निम्न कोड का उपयोग करें:
//1. Simple preparations of input data
const string filename = "sample.pdf";
const string password = "password";
string inputPath = System.IO.Path.Combine(Common.TestHelper.PdfFolder, filename);
//2. Create a load options class with password
GroupDocs.Editor.Options.PdfLoadOptions loadOptions = new PdfLoadOptions();
loadOptions.Password = password;
//3. Create edit options and tune/adjust if necessary
GroupDocs.Editor.Options.PdfEditOptions editOptions = new PdfEditOptions();
editOptions.EnablePagination = true; //Enable pagination for per-page processing in WYSIWYG-editor
editOptions.Pages = PageRange.FromStartPageTillEnd(3); //Edit not all pages, but starting from 3rd and till the end
//4. Create an Editor instance, load a document
GroupDocs.Editor.Editor editor = new Editor(inputPath, delegate () { return loadOptions; });
//5. Edit a document and generate EditableDocument
GroupDocs.Editor.EditableDocument originalDoc = editor.Edit(editOptions);
//6. Generate HTML/CSS, send it to WYSIWYG, edit there, and obtain edited version
string originalContent = originalDoc.GetEmbeddedHtml();
string editedContent = originalContent.Replace(".NET Framework", "I love Java!!!");
//7. Generate EditableDocument from edited content
EditableDocument editedDoc = EditableDocument.FromMarkup(editedContent, null);
//8. Create and adjust save options
GroupDocs.Editor.Options.PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.Compliance = PdfCompliance.Pdf20;
//9. Save to a file or a stream
string outputPath = System.IO.Path.Combine(Common.TestHelper.OutputFolder, filename);
editor.Save(editedDoc, outputPath, saveOptions);
//10. Don't forget to dispose all resources
originalDoc.Dispose();
editedDoc.Dispose();
editor.Dispose(); Microsoft Word, Excel और PowerPoint क्रमशः दस्तावेज़, स्प्रेडशीट और प्रस्तुतियाँ बनाने के लिए व्यापक रूप से उपयोग किए जाने वाले प्रारूप हैं। वे अधिकांश व्यवसायों और संगठनों में मानक स्वरूपों के रूप में उपयोग किए जाते हैं और कुशल तरीके से डेटा को व्यवस्थित, विश्लेषण और प्रस्तुत करने वाले किसी भी व्यक्ति के लिए आवश्यक उपकरण हैं।
क्या आप .NET या Java में इनमें से किसी भी दस्तावेज़ स्वरूप को प्रोग्रामेटिक रूप से संपादित करना चाहते हैं? यदि हाँ, तो आप GroupDocs.Editor APIs का उपयोग कर सकते हैं और Microsoft Word, Excel और PowerPoint दस्तावेज़ों को संपादित कर सकते हैं और ऐसा करने के लिए आपको अपने सिस्टम पर Microsoft Office स्थापित करने की भी आवश्यकता नहीं होगी।
.NET में वर्ड डॉक्यूमेंट (DOCX) संपादित करने के लिए, कृपया इस कोड का उपयोग करें:
using (FileStream fs = File.OpenRead("filepath/document.docx"))
{
// Load Document
Options.WordProcessingLoadOptions loadOptions = new WordProcessingLoadOptions();
loadOptions.Password = "password-if-any";
// Edit Document
using (Editor editor = new Editor(delegate { return fs; }, delegate { return loadOptions; }))
{
Options.WordProcessingEditOptions editOptions = new WordProcessingEditOptions();
editOptions.FontExtraction = FontExtractionOptions.ExtractEmbeddedWithoutSystem;
editOptions.EnableLanguageInformation = true;
editOptions.EnablePagination = true;
using (EditableDocument beforeEdit = editor.Edit(editOptions))
{
string originalContent = beforeEdit.GetContent();
List allResources = beforeEdit.AllResources;
string editedContent = originalContent.Replace("document", "edited document");
// Save Document
using (EditableDocument afterEdit = EditableDocument.FromMarkup(editedContent, allResources))
{
WordProcessingFormats docxFormat = WordProcessingFormats.Docx;
Options.WordProcessingSaveOptions saveOptions = new WordProcessingSaveOptions(docxFormat);
saveOptions.EnablePagination = true;
saveOptions.Locale = System.Globalization.CultureInfo.GetCultureInfo("en-US");
saveOptions.OptimizeMemoryUsage = true;
saveOptions.Password = "password";
saveOptions.Protection = new WordProcessingProtection(WordProcessingProtectionType.ReadOnly, "write_password");
using (FileStream outputStream = File.Create("filepath/editedDocument.docx"))
{
editor.Save(afterEdit, outputStream, saveOptions);
}
}
}
}
} जावा में Word दस्तावेज़ संपादित करने के लिए, कृपया निम्नलिखित कोड का उपयोग करें:
// Edit the Word DOC/DOCX documents in Java
Options.WordProcessingLoadOptions loadOptions = new WordProcessingLoadOptions();
loadOptions.setPassword("password-if-any");
Editor editor = new Editor("path/document.docx", loadOptions);
EditableDocument defaultWordProcessingDoc = editor.edit();
// Either edit using any WYSIWYG editor or edit programmatically
String allEmbeddedInsideString = defaultWordProcessingDoc.getEmbeddedHtml();
String allEmbeddedInsideStringEdited = allEmbeddedInsideString.replace("document", "edited document");
// Save the edited document
EditableDocument editedDoc = EditableDocument.fromMarkup(allEmbeddedInsideStringEdited, null);
WordProcessingSaveOptions saveOptions = new WordProcessingSaveOptions(WordProcessingFormats.Docx);
editor.save(editedDoc, "path/edited-document.docx", saveOptions); आप निम्न C# कोड का उपयोग करके .NET में Excel दस्तावेज़ संपादित कर सकते हैं:
Options.SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions();
loadOptions.Password = "password";
// Load the Spreadsheet
Editor editor = new Editor("path/spreadsheet.xlsx", delegate { return loadOptions; });
// Get 1st tab of the Spreadsheet
SpreadsheetEditOptions sheetTab1EditOptions = new SpreadsheetEditOptions();
sheetTab1EditOptions.WorksheetIndex = 0; // first worksheet
// Obtain HTML markup from some EditableDocument instance
EditableDocument firstTab = editor.Edit(sheetTab1EditOptions);
string bodyContent = firstTab.GetBodyContent(); // HTML markup from inside the HTML -> BODY element
string allContent = firstTab.GetContent(); // Full HTML markup of all document, with HTML -> HEAD header and all its content
List onlyImages = firstTab.Images;
List allResourcesTogether = firstTab.AllResources;
string editedContent = allContent.Replace("Company Name", "New Company Name");
EditableDocument afterEdit = EditableDocument.FromMarkup(editedContent, allResourcesTogether);
// Create save options
SpreadsheetFormats xlsxFormat = SpreadsheetFormats.Xlsx;
Options.SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions(SpreadsheetFormats.Xlsx);
// Set new opening password
saveOptions.Password = "newPassword";
saveOptions.WorksheetProtection = new WorksheetProtection(WorksheetProtectionType.All, "WriteProtectionPassword");
// Create output stream
using (FileStream outputStream = File.Create("path/editedSpreadsheet.xlsx"))
{
editor.Save(afterEdit, outputStream, saveOptions);
} एक्सेल जावा में स्प्रेडशीट्स संपादित करने के लिए, आप इस कोड स्निपेट का उपयोग कर सकते हैं:
// Edit the Excel XLS/XLSX documents in Java
SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions();
loadOptions.setPassword("password-if-any");
// Loading Spreadsheet
Editor editor = new Editor("path/sample_sheet.xlsx", loadOptions);
// Edit 1st tab of the Spreadsheet
SpreadsheetEditOptions editOptions = new SpreadsheetEditOptions();
editOptions.setWorksheetIndex(0); // index is 0-based, so this is 1st tab
EditableDocument firstTab = editor.edit(editOptions);
String bodyContent = firstTab.getBodyContent();
String allContent = firstTab.getContent();
List onlyImages = firstTab.getImages();
List allResourcesTogether = firstTab.getAllResources();
String editedSheetContent = allContent.replace("Old Company Name","New Company Name");
EditableDocument editedDoc = EditableDocument.fromMarkup(editedSheetContent, null);
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions(SpreadsheetFormats.Xlsx);
saveOptions.setPassword("new-password");
editor.save(editedDoc, "path/edited_spreadsheet.xlsx", saveOptions);
firstTab.dispose();
editor.dispose()
इसी तरह, आप GroupDocs.Editor API का उपयोग करके PowerPoint प्रस्तुतियों को भी संपादित कर सकते हैं। कृपया .NET और जावा संपादन अधिक सहायता के लिए मार्गदर्शन करता है।
पाठ फ़ाइलें (TXT द्वारा चिह्नित) सबसे अधिक उपयोग किए जाने वाले फ़ाइल स्वरूपों में से एक हैं, क्योंकि वे हल्के, सरल और बनाने और साझा करने में आसान हैं। कोड लिखने से लेकर सादे, टेक्स्ट-ओनली दस्तावेज़ बनाने तक, उनका कई तरह से उपयोग किया जाता है। टेक्स्ट दस्तावेज़ों में कोई टेक्स्ट फ़ॉर्मेटिंग, इमेज, फ़ॉर्म, टेबल या कोई अन्य रिच-टेक्स्ट तत्व नहीं होते हैं।
GroupDocs.Editor APIs .NET और Java प्लेटफ़ॉर्म में टेक्स्ट फ़ाइलों के संपादन का समर्थन करते हैं। आप अपने मौजूदा एप्लिकेशन में टेक्स्ट दस्तावेज़ संपादन सुविधाओं को एकीकृत कर सकते हैं और इसकी क्षमताओं को बढ़ा सकते हैं या इस उद्देश्य के लिए अपना स्वयं का टेक्स्ट एडिटर ऐप बना सकते हैं।
नीचे दिए गए नमूना कोड का उपयोग .NET में पाठ फ़ाइलों को संपादित करने के लिए किया जा सकता है। संपादित फ़ाइल को TXT और वर्ड-प्रोसेसिंग (DOCM) स्वरूपों में सहेजा जा सकता है:
//Load the text file
string inputTxtPath = "C://input/file.txt";
Editor editor = new Editor(inputTxtPath);
TextEditOptions editOptions = new TextEditOptions();
editOptions.Encoding = System.Text.Encoding.UTF8;
editOptions.RecognizeLists = true;
editOptions.LeadingSpaces = TextLeadingSpacesOptions.ConvertToIndent;
editOptions.TrailingSpaces = TextTrailingSpacesOptions.Trim;
editOptions.Direction = TextDirection.Auto;
EditableDocument beforeEdit = editor.Edit(editOptions); // Create EditableDocument instance
string originalTextContent = beforeEdit.GetContent(); // Get HTML content
string updatedTextContent = originalTextContent.Replace("text", "EDITED text"); // Edit the content
List allResources = beforeEdit.AllResources; // Get resources (only one stylesheet in this case)
//Finally, create new EditableDocument
EditableDocument afterEdit = EditableDocument.FromMarkup(updatedTextContent, allResources);\
//Save the edited document to TXT and DOCM format
TextSaveOptions txtSaveOptions = new TextSaveOptions();
txtSaveOptions.AddBidiMarks = true;
txtSaveOptions.PreserveTableLayout = true;
WordProcessingSaveOptions wordSaveOptions = new WordProcessingSaveOptions(WordProcessingFormats.Docm);
string outputTxtPath = "C:\output\document.txt";
string outputWordPath = "C:\output\document.docm";
editor.Save(afterEdit, outputTxtPath, txtSaveOptions);
editor.Save(afterEdit, outputWordPath, wordSaveOptions); Java में टेक्स्ट फ़ाइलों को संपादित करने के लिए, आप नीचे दिखाए गए कोड का उपयोग कर सकते हैं। फिर आप संशोधित दस्तावेज़ को TXT या Word (DOCM) फ़ाइल स्वरूपों में सहेज सकते हैं:
// Loading the text document
String inputTxtPath = "C://input//file.txt";
Editor editor = new Editor(inputTxtPath);
TextEditOptions editOptions = new TextEditOptions();
editOptions.setEncoding(StandardCharsets.UTF_8);
editOptions.setRecognizeLists(true);
editOptions.setLeadingSpaces(TextLeadingSpacesOptions.ConvertToIndent);
editOptions.setTrailingSpaces(TextTrailingSpacesOptions.Trim);
editOptions.setDirection(TextDirection.Auto);
EditableDocument beforeEdit = editor.edit(editOptions); // Create EditableDocument instance
String originalTextContent = beforeEdit.getContent(); // Get HTML content
String updatedTextContent = originalTextContent.replace("text", "EDITED text"); // Edit the content
List allResources = beforeEdit.getAllResources(); // Get resources (only one stylesheet actually in this case)
//Finally, create new EditableDocument
EditableDocument afterEdit = EditableDocument.fromMarkup(updatedTextContent, allResources);
//Saving the modified file to TXT and DOCM formats
TextSaveOptions txtSaveOptions = new TextSaveOptions();
txtSaveOptions.setAddBidiMarks(true);
txtSaveOptions.setPreserveTableLayout(true);
WordProcessingSaveOptions wordSaveOptions = new WordProcessingSaveOptions(WordProcessingFormats.Docm);
String outputTxtPath = "C:\\output\\document.txt";
String outputWordPath = "C:\\output\\document.docm";
editor.save(afterEdit, outputTxtPath, txtSaveOptions);
editor.save(afterEdit, outputWordPath, wordSaveOptions); ईमेल दस्तावेज़ वे फ़ाइलें होती हैं जिनमें ईमेल संदेश की सामग्री होती है, जिसमें संदेश का मुख्य भाग और कोई अटैचमेंट शामिल होता है। इन फ़ाइलों का उपयोग आमतौर पर ईमेल संदेशों को विभिन्न ईमेल क्लाइंट के बीच स्थानांतरित करने या उन्हें एक मानक प्रारूप में संग्रहीत करने के लिए किया जाता है। उनका उपयोग विभिन्न ईमेल क्लाइंट जैसे माइक्रोसॉफ्ट आउटलुक, ऐप्पल मेल और मोज़िला थंडरबर्ड द्वारा किया जाता है। ये दस्तावेज़ इस बात का एक अभिन्न हिस्सा हैं कि हम डिजिटल युग में एक दूसरे के साथ कैसे संवाद करते हैं।
इन फ़ाइल प्रकारों के उपयोग में वृद्धि के साथ, उनका संपादन भी आम होता जा रहा है। संपादन प्रक्रिया को स्वचालित करना अमूल्य हो सकता है चाहे आप प्रक्रिया को किसी अन्य सिस्टम के साथ एकीकृत करना चाहते हों, या कस्टम लॉजिक को शामिल करना चाहते हों। GroupDocs.Editor API (.NET और Java के लिए) आपको ऐसा करने में सक्षम बनाता है। आप इन API का उपयोग करके लोकप्रिय प्रारूपों के ईमेल दस्तावेज़ संपादित कर सकते हैं।
यदि आप किसी ईमेल संदेश (MSG) को लोड करना, संपादित करना और सहेजना चाहते हैं, तो कृपया इसका उपयोग करें सी # कोड:
//1. Prepare a sample file const string msgFilename = "ComplexExample.msg"; string msgInputPath = System.IO.Path.Combine(Common.TestHelper.EmailFolder, msgFilename); //2. Load to the Editor class Editor msgEditor = new Editor(msgInputPath); //3. Create edit options with all content Options.EmailEditOptions editOptions = new EmailEditOptions(MailMessageOutput.All); //4. Generate an editable document EditableDocument originalDoc = msgEditor.Edit(editOptions); //5. Emit HTML from EditableDocument, send it to the client-side, edit it there in WYSIWYG-editor (omitted here) string savedHtmlContent = originalDoc.GetEmbeddedHtml(); //6. Obtain edited content from the client-side and generate a new EditableDocument from it (omitted here) EditableDocument editedDoc = EditableDocument.FromMarkup(savedHtmlContent, null); //7. Create 1st save options EmailSaveOptions saveOptions1 = new EmailSaveOptions(MailMessageOutput.Common); //8. Create 2nd save options EmailSaveOptions saveOptions2 = new EmailSaveOptions(MailMessageOutput.Body | MailMessageOutput.Attachments); //9. Generate and save 1st output MSG to the file string outputMsgPath = System.IO.Path.Combine(Common.TestHelper.OutputFolder, "OutputFile.msg"); msgEditor.Save(editedDoc, outputMsgPath, saveOptions1); //10. Generate and save 2nd output MSG to the stream Stream outputMsgStream = File.Create(Path.Combine(Common.TestHelper.OutputFolder, "OutputStream.msg")); msgEditor.Save(editedDoc, outputMsgStream, saveOptions2); //11. Dispose all resources outputMsgStream.Dispose(); editedDoc.Dispose(); originalDoc.Dispose(); msgEditor.Dispose();
किसी ईमेल संदेश फ़ाइल (MSG) को लोड करने, संपादित करने और सहेजने के लिए, आप निम्न कोड का उपयोग कर सकते हैं :
//1. Prepare a sample file String msgInputPath = "C:\ComplexExample.msg"; //2. Load to the Editor class Editor msgEditor = new Editor(msgInputPath); //3. Create edit options with all content EmailEditOptions editOptions = new EmailEditOptions(MailMessageOutput.All); //4. Generate an editable document EditableDocument originalDoc = msgEditor.edit(editOptions); //5. Emit HTML from EditableDocument, send it to the client-side, edit it there in WYSIWYG-editor (omitted here) String savedHtmlContent = originalDoc.getEmbeddedHtml(); //6. Obtain edited content from the client-side and generate a new EditableDocument from it (omitted here) EditableDocument editedDoc = EditableDocument.fromMarkup(savedHtmlContent, null); //7. Create 1st save options EmailSaveOptions saveOptions1 = new EmailSaveOptions(MailMessageOutput.Common); //8. Create 2nd save options EmailSaveOptions saveOptions2 = new EmailSaveOptions(MailMessageOutput.Body | MailMessageOutput.Attachments); //9. Generate and save 1st output MSG to the file String outputMsgPath = "C:\OutputFile.msg"; msgEditor.save(editedDoc, outputMsgPath, saveOptions1); //10. Generate and save 2nd output MSG to the stream Stream outputMsgStream = "C:\OutputStream.msg"; msgEditor.save(editedDoc, outputMsgStream, saveOptions2); //11. Dispose all resources outputMsgStream.dispose(); editedDoc.dispose(); originalDoc.dispose(); msgEditor.dispose();
आप हमारे का उपयोग करके PDF, DOCX, XLSX, PPTX, ODT, ODS, RTF, TXT, CSV, XML, EPUB और कई अन्य दस्तावेज़ों को भी संपादित कर सकते हैं। मुफ़्त दस्तावेज़ संपादन ऐप्स अपनी पसंद के उपकरण से, इसलिए कृपया बेझिझक उन्हें देखें।
आप JSON, और CSV जैसे विभिन्न उपलब्ध स्रोतों से आसानी से Microsoft Excel में डेटा निर्यात कर सकते हैं।
जारी रखें पढ़ रहे हैंआपके पास कई एक्सेल कार्यपुस्तिकाएँ हैं, और आप रिपोर्टिंग के लिए या डेटा को एक स्थान पर रखने के लिए उन्हें एक साथ एक फ़ाइल में संयोजित करना चाहते हैं
जारी रखें पढ़ रहे हैंDOC या DOCX सहित Word दस्तावेज़ों को .NET में बदलना एक बहुत ही सामान्य आवश्यकता है
जारी रखें पढ़ रहे हैं