Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 918 for

annotation types

(0.08 sec)
  1. Verify QR-code 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....Annotation Product Solution GroupDocs...cloud/connect/token" \ - X POST \ - d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  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 Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type 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 https://dashboard....Annotation Product Solution GroupDocs...other properties, by document type The following GroupDocs.Viewer...

    docs.groupdocs.cloud/viewer/get-document-inform...
  3. Document Automation REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Annotation Cloud 是一个独立于平台的 REST API...GroupDocs.Annotation Cloud 18.4。 GroupDocs.Annotation Cloud 的核心库也已更新为...

    blog.groupdocs.cloud/zh/page/40/
  4. Document Automation REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Annotation Cloud 是一個獨立於平台的 REST API...GroupDocs.Annotation Cloud 18.4。 GroupDocs.Annotation Cloud 的核心庫也已更新為...

    blog.groupdocs.cloud/zh-hant/page/40/
  5. GroupDocs Bulletin d'août 2012 - Intégration av...

    Présentation de la conversion GroupDocs et d'autres améliorations....numérique , comparaison , annotation et conversion de fichier...bord principal (vignettes, types). Plugins de visualisation intégrés...

    blog.groupdocs.cloud/fr/conversion/groupdocs-au...
  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. 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-...
  8. كيفية تحويل PDF إلى مستند Word قابل للتحرير باس...

    قم بتحويل PDF إلى مستند Word قابل للتحرير باستخدام Python Cloud SDK لتحويل المستندات على أي نظام أساسي دون الاعتماد على أدوات أو تطبيقات الجهات الخارجية....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) وهذا...

    blog.groupdocs.cloud/ar/conversion/convert-pdf-...
  9. Як перетворити PDF на редагований документ Word...

    Перетворюйте PDF у редагований документ Word за допомогою Python Cloud SDK для конвертації документів на будь-якій платформі без використання сторонніх інструментів чи програм....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) І це...

    blog.groupdocs.cloud/uk/conversion/convert-pdf-...
  10. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Annotation Product Solution GroupDocs...Comparison ChangeType Changes type. Used only for Changes reso...

    docs.groupdocs.cloud/comparison/updatesoptions/