Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 3,260 for

assembly

(0.07 sec)
  1. Translating texts | Documentation

    How to translate plain text....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/text/
  2. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/verifyresult/
  3. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/licensing/
  4. Load Options by Document Family | Documentation

    Load Options by Document Family...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/load-options-by...
  5. Supported Platforms | Documentation

    GroupDocs.Editor Cloud is a REST API that can be used with any language: .NET, Java, PHP, Ruby, Python, Node.js and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST APIs). You do not need to worry about language or platform limitations. You can use it with any platform – web, desktop, mobile, and cloud....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/supported-platforms/
  6. ग्रुपडॉक्स न्यूज़लैटर मार्च 2017- एपीआई अपडेट औ...

    अप्रैल 2017 के ग्रुपडॉक्स डेवलपर न्यूज़लेटर में ग्रुपडॉक्स दस्तावेज़ हेरफेर एपीआई के भीतर एपीआई अपडेट, प्रमुख फीचर एन्हांसमेंट और बग फिक्स का वर्णन किया गया है।...Assembly for Java तुरंत परिभाषित टेम्प्लेट...https://www.groupdocs.com/products/assembly?utmsource=nl&utmcampaign ...

    blog.groupdocs.cloud/hi/total/groupdocs-develop...
  7. Obtenez des documents remplis et signés via des...

    Le bulletin d'information de GroupDocs de septembre 2014 se concentre sur la bibliothèque Aspose.Conversion pour .NET, mais contient également des informations sur les nouveautés et les prochaines étapes....Assembly publié pour le plugin .NET...de l’application GroupDocs.Assembly for Cloud pour Zapier GroupDocs...

    blog.groupdocs.cloud/fr/conversion/september-ne...
  8. GroupDocs 뉴스레터 2017년 10월판 – 문서 조작 API 업데이트

    2017년 10월의 GroupDocs 개발자 뉴스레터에서는 GroupDocs 문서 조작 API 내의 API 업데이트, 주요 기능 향상 및 버그 수정에 대해 설명합니다....Assembly 는 .NET, Java 및 클라우드 개발자가 템플릿에서...https://www.groupdocs.com/products/assembly?utmsource=nl&utmcampaign ...

    blog.groupdocs.cloud/ko/total/groupdocs-newslet...
  9. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  10. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed. Options Array of options to perform signatures delete...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/deletesettings/