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

assembler

(0.06 sec)
  1. 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/
  2. ग्रुपडॉक्स न्यूज़लैटर मार्च 2017- एपीआई अपडेट औ...

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

    blog.groupdocs.cloud/hi/total/groupdocs-develop...
  3. 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...
  4. 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...
  5. 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/
  6. 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/
  7. Drupal ドキュメント ビューア モジュール |グループドキュメント

    GroupDocs.Conversion for Java API は UI に依存せず、追加のツールやサービスは必要ありません。開発者は既存のプロジェクトにも統合できます。...Assembly for .NET 3.3.0 は Microsoft...ポートなどの優れた機能を備えた GroupDocs.Assembly for .NET 3.3.0 をリリースできることを嬉しく思います。...

    blog.groupdocs.cloud/ja/conversion/groupdocs-co...
  8. classify/file Request Rarameters | Documentation

    Parameter In Type Default value Comment FormData multipart/form-data File content. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) “1” Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) “default” Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) "" Balance between precision and recall. Password url (Optional) string null (not present) File password....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/classifyfil...
  9. How to Configure 3rd Party Cloud Storages | Doc...

    Although GroupDocs Cloud provides storage facility to its customers, GroupDocs Cloud is not a real storage provider and therefore there is a File Retention Policy defined which customers needs to understand. Some customers are not comfortable with GroupDocs Cloud Storage and they want to use their own cloud storage or some other 3rd party storage services they are comfortable with. We at GroupDocs Cloud, go beyond limitations and make GroupDocs Cloud a kind of Gateway between a Developer and the Cloud Storage he prefers....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/total/configure-3rd-party/
  10. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author...Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/revisioninfo/