Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,901 for

data

(0.21 sec)
  1. 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....binary Input file to convert Form data, Required pages string Pages..."Content-Type: multipart/form-data" \ -H "Accept: application/json"...

    docs.groupdocs.cloud/viewer/convert-and-download/
  2. Extract text from XML in Java | Parse XML docum...

    Learn how to extract text from XML documents in Java using GroupDocs.Parser Cloud SDK for Java. Streamline the process of accessing Data from XML files....Polski In today’s digital era, data extraction from XML (eXtensible...storing and organizing structured data in a hierarchical format. Extracting...

    blog.groupdocs.cloud/parser/java-dom-parser-ext...
  3. Storage API Credits hosting on private self inf...

    From the API usage I see, I’m charged one credit for each upload/download I’ve a few questions within the cloud plan on API billing, if someone can help answer: I’m confused as to what exactly is the difference betwe…...are more interested in storing data on our Infra only due to certain...Internal Infrastructure for Data Storage Yes, the Docker image...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  4. 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....is a text file which allows data to be saved in a table structured...format for data storage. CSV does not support complex data and data...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  5. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options.... It expects object data in request body. You can add..."content-type: application/json" \ --data '{ "items": [ { "barcodeTypeName":...

    docs.groupdocs.cloud/signature/working-with-ver...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...unleash the full potential of your data processing workflows with ease...ease. Accomplish seamless data conversion with our comprehensive...

    blog.groupdocs.cloud/groupdocs.cloud/page/10/
  7. Search QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search QRCode signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object Data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and document folder (if required) using following API....other search features by using data in request body. Search QRCode...using following API. It expects data in request body. It returns...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  8. Verify Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Digital Signature in Documents Pages with different options for page number, text and search criteria by using VerificationOptions Objects Data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....VerificationOptions Objects data in request body. Verify Digital...Verification Options Objects data in request body. It returns...

    docs.groupdocs.cloud/signature/verify-digital-s...
  9. Getting metered license-information | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license information. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/license cURL example Linux/MacOS/Bash # cURL example to get metered license information curl -v "https://api.groupdocs.cloud/v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" Windows PowerShell # cURL example to get metered license information (PowerShell) curl....// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/conversion/license-informa...
  10. HtmlOptions | Documentation

    HtmlOptions Data structure inherits RenderOptions and used as part of ViewOptions Data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....Viewer Cloud / Developer Guide / Data structures / HtmlOptions HtmlOptions...HtmlOptions data structure inherits and used as part of data structure...

    docs.groupdocs.cloud/viewer/htmloptions/