GroupDocs.Signature for Java API कार्यक्षमता में इलेक्ट्रॉनिक हस्ताक्षरों का उपयोग करके मांग दस्तावेज़ स्वरूपों में संसाधित करने के लिए साधनों का विशाल चयन शामिल है। टेक्स्ट, इमेज, डिजिटल सर्टिफिकेट, बारकोड, क्यूआर-कोड, स्टैम्प या मेटाडेटा जैसे ई-हस्ताक्षर के व्यापक स्पेक्ट्रम समर्थित हैं। ग्राहक PDF, MS Word दस्तावेज़, MS Excel कार्यपुस्तिका, MS PowerPoint प्रस्तुतियों, Adobe Photoshop फ़ाइलों और विभिन्न छवि प्रारूपों में डिजिटल हस्ताक्षर जोड़, हटा, संपादित, मान्य या खोज सकते हैं। कई उपयोगी सुविधाएँ और सेटिंग्स उपलब्ध हैं।
GroupDocs.Signature for Java में Text दस्तावेज़ों पर रखे गए Text हस्ताक्षरों को अपडेट करने जैसी उपयोगी सुविधाएं शामिल हैं। अतिरिक्त कोड के बिना हस्ताक्षर सुविधाओं को बदलना संभव बनाता है।
GroupDocs.Signature for Java सभी प्रमुख प्लेटफॉर्म और ऑपरेटिंग सिस्टम पर समर्थित हैं। नीचे दिए गए कोड को निष्पादित करने से पहले, कृपया सुनिश्चित करें कि आपके सिस्टम पर निम्नलिखित पूर्वापेक्षाएँ स्थापित हैं।
// Set up input Pptx file
String filePath = "input.pptx";
// Set up output file
String outputFilePath = "output.pptx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// Id of signature which is supposed to be updated
// such Id might be got as a result of search operation
String id = "eff64a14-dad9-47b0-88e5-2ee4e3604e71";
// provide signature features to update
// set up particular signature id
TextSignature signatureToUpdate = new TextSignature(id);
// specify signature width
signatureToUpdate.setWidth(130);
// specify signature height
signatureToUpdate.setHeight(20);
// set left position
signatureToUpdate.setLeft(40);
// set top position
signatureToUpdate.setTop(50);
// set up new text
signatureToUpdate.setText("Mr. John Smith");
// update signature
Boolean updateResult = signature.update(outputFilePath, signatureToUpdate);
// process updation result
if (updateResult)
{
System.out.println("Signature was updated successfully!");
}
GroupDocs.Signature App वेबसाइट पर जाकर Pptx दस्तावेज़ के विभिन्न इलेक्ट्रॉनिक हस्ताक्षरों को अभी संपादित करें।
एपीआई डाउनलोड करने की आवश्यकता नहीं है
कोई कोड लिखने की आवश्यकता नहीं है
बस स्रोत फ़ाइल अपलोड करें
फ़ाइल को सहेजने के लिए डाउनलोड लिंक प्राप्त करें
“विभिन्न दस्तावेज़ स्वरूपों में रखे गए डिजिटल हस्ताक्षरों का संपादन। अतिरिक्त कोड के बिना हस्ताक्षर डेटा अपडेट करें।”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)