Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 4,781 for

data

(0.13 sec)
  1. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...//For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/conversion/convert-to-html...
  2. InfoResult | Documentation

    InfoResult Data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Signature Cloud / Developer Guide / Data structures / InfoResult InfoResult...feedback On this page InfoResult data structure returned by Info API...

    docs.groupdocs.cloud/signature/inforesult/
  3. csv to web on Document Automation REST APIs | G...

    csv to web on Document Automation REST APIs | GroupDocs Cloud Recent content in csv to web on Document Automation REST APIs | GroupDocs Cloud Konversi File CSV ke HTML dengan mudah di C# .NET Temuk...... Mudah Mengonversi data yang dipisahkan koma menjadi...

    blog.groupdocs.cloud/id/tag/csv-to-web/index.xml
  4. ods to xls on Document Automation REST APIs | G...

    ods to xls on Document Automation REST APIs | GroupDocs Cloud Recent content in ods to xls on Document Automation REST APIs | GroupDocs Cloud Konversi ODS ke Buku Kerja Excel Menggunakan REST API –......ke Excel untuk kompatibilitas data yang lancar. Recent content...

    blog.groupdocs.cloud/id/tag/ods-to-xls/index.xml
  5. ods to excel on Document Automation REST APIs |...

    ods to excel on Document Automation REST APIs | GroupDocs Cloud Recent content in ods to excel on Document Automation REST APIs | GroupDocs Cloud Konversi ODS ke Buku Kerja Excel Menggunakan REST A......ke Excel untuk kompatibilitas data yang lancar. Recent content...

    blog.groupdocs.cloud/id/tag/ods-to-excel/index.xml
  6. Delete Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to delete signature from the signed document. The signature ID is needed to perform the delete, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Delete signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/signature/delete-barcode-s...
  7. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/comparison/set-password-fo...
  8. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/signature/update-barcode-s...
  9. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/signature/verify-multiple-...
  10. DeleteViewOptions | Documentation

    DeleteViewOptions Data structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used...Viewer Cloud / Developer Guide / Data structures / DeleteViewOptions...Leave feedback DeleteViewOptions data structure used as input parameters...

    docs.groupdocs.cloud/viewer/deleteviewoptions/