Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 7,028 for

xml

(0.13 sec)
  1. Supported Document Formats | Documentation

    All document and image formats supported by GroupDocs.Viewer Cloud V2....Drawing Microsoft Visio 2003-2010 XML Drawing Microsoft Visio 2003-2010...2003-2010 XML Stencil Microsoft Visio 2003-2010 XML Template Ebook...

    docs.groupdocs.cloud/viewer/supported-document-...
  2. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # 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.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" # cURL example to get document information curl -v "https://api...., "fileFormat" : "Word Open XML Macro-Enabled Document" }, {..."fileFormat" : "Microsoft Word Open XML Document" }, ... { "extension"...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  3. classify/batch Request Parameters | Documentation

    Parameter In Type Comment body BatchRequest Batch of texts (up to 10). BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BatchRequest { batch (string[]), } Examples: JSON { "batch": ["Text1", "Text2"] } Xml...: [ "Text1" , "Text2" ] } XML <?xml version#"1.0"?> <BatchRequest>...

    docs.groupdocs.cloud/classification/classifybat...
  4. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Extract MP3 Metadata in .NET: Outpu......API Extract Text from XML in C# | Get XML Text using .NET Cloud...Learn how to extract text from XML files in C# using .NET Cloud...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  5. GroupDocs.Conversion 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....convert your XML files to JSON with a free online XML to JSON converter...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Generic Question about GroupDocs.Signature Clou...

    Is there a hosted solution like the one at this URL? (Containerize.IdentityServer - Single sign-on to access all applications and services of Aspose Pty Ltd.) Is there a limit of how many users can login into the applic…...return the actual HTML page or XML/JSON? If you don’t offer a hosted...return the actual HTML page or XML/JSON? Different groupdocs.cloud...

    forum.groupdocs.cloud/t/generic-question-about-...
  7. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Extensible Markup Language: XML XML Paper Specification: XPS Image...

    docs.groupdocs.cloud/viewer/overview/
  8. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), password (string, optional) } Examples: JSON..."password" : "File password" } } XML <?xml version#"1.0"?> <BaseRequest>...

    docs.groupdocs.cloud/classification/classify-re...
  9. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Get document information (available formats) curl -v "https://api...."fileFormat" : "Office Open XML WordprocessingML Macro-Enabled..."fileFormat" : "Office Open XML WordprocessingML Document" }...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  10. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor 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 the values in the CLIENT_ID and CLIENT_SECRET environment variables...., "fileFormat" : "Word Open XML Macro-Enabled Document" }, {..."fileFormat" : "Microsoft Word Open XML Document" }, ... { "extension"...

    docs.groupdocs.cloud/editor/get-supported-file-...