Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,379 for

document information

(0.17 sec)
  1. GroupDocs.Classification Cloud Product Family

    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....sentiment analysis of your documents or any of your textual data...sentiment analysis of Text or Documents using a REST API in C# . You...

    blog.groupdocs.cloud/categories/groupdocs.class...
  2. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Translation...

    docs.groupdocs.cloud/translation/file/request/p...
  3. GroupDocs.Viewer Cloud SDK for Ruby Launched No...

    Python SDK released for public use of GroupDocs.Viewer cloud features in Python based applications to consume Document viewer features easily....this regard we are glad to inform you about another SDK release...Python to render supported documents in the cloud seamlessly. GroupDocs...

    blog.groupdocs.cloud/viewer/introducing-python-...
  4. C# QR Code Generator | How to Create QR Code in...

    Discover *how to generate QR codes with logos using C# QR Code Generator REST API*. Enhance brand recognition, aesthetics, and trust while personalizing your QR codes....Client Step 3: Upload the Document Step 4: Add QR Code with Logo...below: Step 3: Uploading the Document # Before generating the QR...

    blog.groupdocs.cloud/signature/generate-qr-code...
  5. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata Information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time Information in all properties that may have names containing specified string value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Metadata Cloud...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/comparisonoptions/
  7. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...

    docs.groupdocs.cloud/merger/get-supported-file-...
  8. GroupDocs.Viewer Cloud V2 Version

    GroupDocs.Viewer Cloud REST API V2 is finally here!. The V2 version API is more simplified API than V1, API with fewer methods and options....methods for getting information about documents and rendering them...move, delete files: input documents and rendering results, in...

    blog.groupdocs.cloud/viewer/groupdocs.viewer-cl...
  9. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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. Swagger UI lets you call this REST API directly from the browser....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  10. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/render-hidden-pages/