Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 59 for

user defined

(0.03 sec)
  1. Edit Word Document Metadata in Java: Best Pract...

    Learn how to edit Word document metadata in Java with GroupDocs.Metadata Cloud SDK. This guide walks through setup, code example, and performance tips....as custom properties defined by the user. It follows the Office...- Add, update, or delete userdefined metadata. Category Handling...

    blog.groupdocs.cloud/metadata/best-practices-to...
  2. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....watermark features, and allows users to configure different pen colors...These features will give end users greater flexibility to prepare...

    blog.groupdocs.cloud/total/welcome-2015-groupdo...
  3. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud a document parsing REST API solution. You can extract text, images and metadata for MS Office, OpenOffice, PDF, HTML and many file formats...be to parse documents on user-defined templates to extract data...

    blog.groupdocs.cloud/parser/introducing-documen...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...online apps for any kind of user. Watermark Cloud API along with...separate product”. What existing users can do? GroupDocs.Storage Cloud...

    blog.groupdocs.cloud/groupdocs.cloud/page/42/
  5. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...property information and allows users to perform metadata operations...Business Document Formats using Defined Templates GroupDocs.Assembly...

    blog.groupdocs.cloud/groupdocs.cloud/page/48/
  6. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...context of JWT, a claim can be defined as a statement about an entity...entity (typically, the user), as well as additional metadata about...

    docs.groupdocs.cloud/total/authenticating-api-r...
  7. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....of data processing, you can define custom variables and use them...type that has predefined or user-defined addition and division operators...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  8. Edit PDF Metadata in Java: Step-by-Step Guide f...

    Learn how to edit PDF metadata in Java with GroupDocs.Metadata Cloud SDK. This guide shows how to update document properties, add fields, and save the PDF....collection to work with userdefined entries. Adding Custom Metadata...

    blog.groupdocs.cloud/metadata/edit-pdf-metadata...
  9. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "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 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....feedback Settings data structure defines comparison process additional...Target, FileAuthor) MetaData User PasswordSaveOption Type of password...

    docs.groupdocs.cloud/comparison/settings/
  10. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content User has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified.... The lower the content user has to download, the faster...CLIENT_ID, CLIENT_SECRET are defined in the environment. curl ....

    docs.groupdocs.cloud/viewer/html-viewer-minify-...