Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 926 for

annotation types

(0.05 sec)
  1. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....Annotation Product Solution GroupDocs...document page or not; XAdES type to specify whether e-signature...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/comparison/get-document-in...
  3. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering CAD Drawings / Get...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  4. Jak przekonwertować plik PDF na edytowalny doku...

    Konwertuj PDF na edytowalny dokument Word za pomocą Python Cloud SDK do konwersji dokumentów na dowolnej platformie bez zależności od narzędzi lub aplikacji innych firm....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) I to...

    blog.groupdocs.cloud/pl/conversion/convert-pdf-...
  5. Cara Mengonversi PDF ke Dokumen Word yang Dapat...

    Konversikan PDF ke dokumen Word yang dapat diedit dengan Python Cloud SDK untuk konversi dokumen di platform apa pun tanpa bergantung pada alat atau aplikasi pihak ketiga....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) Dan...

    blog.groupdocs.cloud/id/conversion/convert-pdf-...
  6. Python ile PDF'yi Düzenlenebilir Word Belgesine...

    Üçüncü taraf araçlara veya uygulamalara bağlı olmadan herhangi bir platformda belge dönüştürme için Python Cloud SDK ile PDF'yi düzenlenebilir Word belgesine dönüştürün....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) Ve...

    blog.groupdocs.cloud/tr/conversion/convert-pdf-...
  7. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  8. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...verify and search different type of Signatures objects in all...

    docs.groupdocs.cloud/signature/get-supported-fi...
  9. Available SDKs | Documentation

    Available SDKs for GroupDocs.Viewer Cloud...Annotation Product Solution GroupDocs...at . To install the package type the following: npm install ...

    docs.groupdocs.cloud/viewer/available-sdks/
  10. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Spreadsheets / Skip...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...