Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,152 for

assembly

(0.12 sec)
  1. Mejore su aplicación C#/ASP.NET con la capacida...

    GroupDocs ofrece una biblioteca .NET con API flexible que se puede usar para crear aplicaciones de firma electrónica legalmente vinculantes con funcionalidad de captura de firma web....Assembly para la biblioteca .NET Se...Image, CheckBox. GroupDocs.Assembly para la aplicación en la nube...

    blog.groupdocs.cloud/es/comparison/spotlight-gr...
  2. Migliora la tua app C#/ASP.NET con la funzional...

    GroupDocs offre una libreria .NET con API flessibile che può essere utilizzata per creare app di firma elettronica legalmente vincolanti con funzionalità di acquisizione della firma Web....Assembly per la libreria .NET Aggiunta...Image, CheckBox. GroupDocs.Assembly per l’app Cloud L’editor di...

    blog.groupdocs.cloud/it/comparison/spotlight-gr...
  3. Load Options by Document Family | Documentation

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

    docs.groupdocs.cloud/conversion/load-options-by...
  4. 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/
  5. 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/
  6. Translating texts | Documentation

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

    docs.groupdocs.cloud/translation/text/
  7. 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/
  8. Configure FTP Storage | Documentation

    You have to complete following steps to configure the Storage: Create FTP storage account. Box.com account is used via FTP in this example Log into Dashboard Access the Storages Page Select FTP Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyFTPStorage), FTP server address, user name, password and port number and check if Require explicit SSL over TLS Save Storage Now you can use it by its name in the service API with this account....Assembly Product Solution GroupDocs...

    docs.groupdocs.cloud/total/configure-ftp-storage/
  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/