Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 918 for

annotation types

(0.03 sec)
  1. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password 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/merger/security-operations/
  2. 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 API เป็นแพลตฟอร์มท...น้อยที่สุด API รองรับ Annotation types ได้หลากหลาย แต่ในโพสต์นี้...

    blog.groupdocs.cloud/th/page/37/
  3. cloud api

    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....appsid=XXXX&signature=XXX-XX" -H "content-type: application/json" -X POST -d...gnature=XXX-XX" -H "content-type: application/json" -X POST -d...

    blog.groupdocs.cloud/zh-hant/tag/cloud-api/page/2/
  4. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  5. Sending Excel and ODS files for translation | D...

    How to send Excel and ODS files for translation to the selected languages....Annotation Product Solution GroupDocs...Translation settings Property Type Default value Description sourceLanguage...

    docs.groupdocs.cloud/translation/file/request/e...
  6. Sending images and scanned PDFs for translation...

    How to scans and image files for translation to the selected languages....Annotation Product Solution GroupDocs...Translation settings Property Type Default value Description sourceLanguage...

    docs.groupdocs.cloud/translation/file/request/i...
  7. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo....Annotation Product Solution GroupDocs...AttachedImages, Hyperlinks, Text, Annotations, Artifacts, XObjects, None...

    docs.groupdocs.cloud/watermark/search-watermarks/
  8. GroupDocs.Comparaison | Introduction du SDK PHP...

    Cette version mensuelle permet aux utilisateurs d'obtenir des modifications dans la table des matières, la comparaison d'images et de HTML, ainsi que de comparer les Annotations en tant que chemin ou flux de fichier de document de résultat....SDK, des comparaisons d’annotations, des fonctionnalités de comparaison...PDF : mettre en œuvre des annotations comparant Mettre en œuvre...

    blog.groupdocs.cloud/fr/comparison/introduction...
  9. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue....Annotation Product Solution GroupDocs...sent for translation. Property Type Description status Number HTTP...

    docs.groupdocs.cloud/translation/text/fetch/
  10. 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/