Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,196 for

annotation types

(0.09 sec)
  1. Как преобразовать PDF в редактируемый документ ...

    Преобразуйте 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/ru/conversion/convert-pdf-...
  2. Jak převést PDF na upravitelný dokument Word po...

    Převeďte PDF na upravitelný dokument Word pomocí Python Cloud SDK pro převod dokumentů na jakékoli platformě bez závislosti na nástrojích nebo aplikacích třetích stran....hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) A to...

    blog.groupdocs.cloud/cs/conversion/convert-pdf-...
  3. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. 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/comparison/get-list-of-rev...
  4. Verify digital 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-digital-s...
  5. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search 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. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...cloud/connect/token" \ - X POST \ - d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/signature/search-for-digit...
  6. Edit Metadata of PDF Files using a REST API in C#

    Programmatically Edit Metadata of PDF Files using a REST API on the cloud in C# with Metadata Manipulation Cloud SDK for .NET...SetOptions Provide NewValue and Type for SetPropert y Define SearchCriteria...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2021/03/13/edit-metadata-o...
  7. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Annotation Product Solution GroupDocs...about source document - file type, size, pages count, page height...

    docs.groupdocs.cloud/merger/features-overview/
  8. ComparisonOptions | Documentation

    ComparisonOptions data structure defines comparison options ComparisonOptions 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" } 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/comparisonoptions/
  9. Format de fichier CAF - Fichier audio de base

    Découvrez le format CAF et les API permettant de créer et d'ouvrir des fichiers CAF....de “Core Audio Format” est un type de format de fichier audio développé...peuvent contenir différents types de données audio, notamment...

    docs.fileformat.com/fr/audio/caf/
  10. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....Annotation Product Solution GroupDocs...storage. Method parameters: Name Type Description Comment format string...

    docs.groupdocs.cloud/viewer/convert-and-download/