Sort Score
Result 10 results
Languages All
Labels All
Results 4,391 - 4,400 of 5,119 for

signature

(0.26 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Signature Cloud REST API は、サードパーティ ...的に保護するのに役立ちます。 GroupDocs.Signature Cloud 19.5 の新バージョンがリリースされました。...

    blog.groupdocs.cloud/ja/page/45/
  2. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud دليل تحويل XLSX إلى JPG في Java تحويل ملفات XLSX إلى صور JPG في Java باستخدام Group......Signature Cloud SDK لـ PHP. قارن عروض...Node.js باستخدام GroupDocs.Signature Cloud SDK لـ Node.js. قم بتحرير...

    blog.groupdocs.cloud/ar/index.xml
  3. GroupDocs.Clouds on Document Processing REST AP...

    GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Java'da XLSX'ten JPG'ye Dönüştürme Eğitimi ......Signature Cloud SDK ile bulut üzerinde...imzalayın Node.js için GroupDocs.Signature Cloud SDK ile Node.js'de...

    blog.groupdocs.cloud/tr/groupdocs.cloud/index.xml
  4. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Java'da XLSX'ten JPG'ye Dönüştürme Eğitimi Java'da GroupDocs.Conversion Cloud S......Signature Cloud SDK ile bulut üzerinde...imzalayın Node.js için GroupDocs.Signature Cloud SDK ile Node.js'de...

    blog.groupdocs.cloud/tr/index.xml
  5. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Signature for Java API を統合して、外部ツールに...デジタル署名されたドキュメントを確認、ロード、検証する GroupDocs.Signature 17.01.0 では、PDF、Word、スプレッド...

    blog.groupdocs.cloud/ja/page/50/
  6. विशेष छुट्टियों की पेशकश, GroupDocs.Total पर 25...

    GroupDocs छुट्टियाँ ऑफर - .NET और Java के लिए GroupDocs.Total पर 25% की छूट प्राप्त करें। अपना ऑर्डर ऑनलाइन देते समय HOL2017WBS उद्धृत करें।...Signature अब स्टैम्प, टेक्स्ट और छवि... # .NET के लिए GroupDocs.Signature अब वर्ड, एक्सेल, पीडीएफ और...

    blog.groupdocs.cloud/hi/total/special-holidays-...
  7. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/viewoptions/
  8. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/inforesult/
  9. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/supported-f...
  10. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/delete-template/