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

user defined

(0.08 sec)
  1. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with preDefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios.... It’s easy to define template and extract data from...allows parsing documents by user-defined templates. It is easy to...

    docs.groupdocs.cloud/parser/features-overview/
  2. 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...
  3. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details...."Settings": { "PasswordSaveOption": "User", "Password": "3333" } }' Windows...CLIENT_ID and CLIENT_SECRET are defined as environment variables curl...

    docs.groupdocs.cloud/comparison/set-password-fo...
  4. 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...
  5. 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...
  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. 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/
  9. 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...
  10. 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/