Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,757 for

information

(0.36 sec)
  1. GroupDocs.Merger 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....extract and share specific information or datasets with stakeholders...files help you to keep your information consistent and make your...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  2. Subsription plans | Documentation

    Check out the free tier limits and pricing plans of GroupDocs.Rewriter Cloud service....Purchase Buy Now Pricing Information SDKs Policies My Orders &...current period, billing information and detailed usage logs....

    docs.groupdocs.cloud/rewriter/subscription/
  3. Preview CGM files - Free Support Forum - groupd...

    I try upload file *.cgm but don’t show correctly file in viewer. Has anyone had the same problem?...similar, withour sensitive information), and the request or SDK...

    forum.groupdocs.cloud/t/preview-cgm-files/5550
  4. 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in "client_id" and Client Secret in "client_secret" arguments....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/get-supported-file-...
  5. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata Information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time Information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...allows you to add metadata information as properties which names...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  6. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/metadata/add-metadata/ weekly 0.5 https://docs.groupdocs.cloud/metadata/release-n......cloud/metadata/get-document-information/ weekly 0.5 https://docs...cloud/metadata/get-metadata-tags-information/ weekly 0.5 https://docs...

    docs.groupdocs.cloud/sitemaps/metadata.xml
  7. Raw Text Classification | Documentation

    This API retrieves raw text classification result for IAB-2, Documents or Sentiment taxonomy. It returns an object that contains Information about the best class and its probability and about probabilities of the other classes. For Sentiment taxonomy Chinese and English are supported with the language auto-detection. See Classify request parameters for request’s details. Resource This resource represents a controller for single call text classification. Classify raw text with IAB-2 taxonomy....Purchase Buy Now Pricing Information SDKs Policies My Orders &...an object that contains information about the best class and...

    docs.groupdocs.cloud/classification/raw-text-cl...
  8. GroupDocs.Annotation Cloud 19.5

    Great news for developers! All new GroupDocs.Annotation Cloud 19.5 is introduced. We are committed to evolving GroupDocs.Annotation Cloud REST API....getting storage information and file information Add Annotations...

    blog.groupdocs.cloud/annotation/groupdocs.annot...
  9. Supported Document Formats | Documentation

    The following table indicates the file formats from which GroupDocs.Parser Cloud can extract data. Document Type Parse Document by Template Extract Text Extract Document Info Extract Images Extract Container Items Info Word Processing DOC Microsoft Word Document ✔ ✔ ✔ ✔ DOT Microsoft Word Document Template ✔ ✔ ✔ ✔ DOCX Office Open XML Document ✔ ✔ ✔ ✔ DOCM Office Open XML Macro-Enabled Document ✔ ✔ ✔ ✔ DOTX Office Open XML Document Template ✔ ✔ ✔ ✔ DOTM Office Open XML Document Macro-Enabled Template ✔ ✔ ✔ ✔ TXT Plain text ✔ ✔ ODT Open Document Text ✔ ✔ ✔ ✔ OTT Open Document Text Template ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ PDF PDF Portable Document Format File ✔ ✔ ✔ ✔ Markup HTML Hypertext Markup Language File ✔ ✔ XHTML Extensible Hypertext Markup Language File ✔ ✔ MHTML MIME HTML File ✔ ✔ MD Markdown ✔ ✔ XML XML File ✔ ✔ Ebooks CHM Compiled HTML Help File ✔ ✔ EPUB Digital E-Book File Format ✔ ✔ FB2 FictionBook 2....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Emails Outlook Personal Information Store File ✔ Outlook Offline...

    docs.groupdocs.cloud/parser/supported-document-...
  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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...application/json" # Get document information (example) curl -v "https://api...

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