Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 4,891 for

data

(0.06 sec)
  1. Working with Stamp 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 put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object Data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....margins and appearances by using data in request body. Add Stamp Signature...using following API. It expects data in request body. It returns...

    docs.groupdocs.cloud/signature/working-with-sta...
  2. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult Data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... It returns data structure, which contains the...// For complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/get-document-inform...
  3. Convert Excel to JSON in Java

    Convert Excel to JSON Data using secure and easy to use REST API. This article is about how to build an XLSX to JSON converter in Java programmatically....XLSX to JSON Converter Excel data that is stored in spreadsheets...structured data exchange format for both large and small data sets...

    blog.groupdocs.cloud/conversion/convert-excel-f...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...and extract fields and table data programmatically on the cloud...explain how to extract specific data from PDF documents using a REST...

    blog.groupdocs.cloud/groupdocs.cloud/page/38/
  5. PDF to Excel | Convert PDF to XLS | Transform P...

    Convert PDF files to Excel workbooks using C# .NET. Perform seamless PDF to XLS conversion online.... In the realm of data management, PDF files often...extracting and manipulating data from these files can be a daunting...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  6. discourse-local-dates_5f57f7d819cae13f16323b599...

    .discourse-local-date>*{pointer-events:none}.discourse-local-date.cooked-date{color:var(--primary);cursor:pointer;border-bottom:1px dashed var(--primary-medium);white-space:nowrap}.discourse-local-......past[data-countdown]{color:var(--primary-medium)}div[data-tippy-root]...locale-dates-previews{max-width:360px}div[data-tippy-root] .locale-dates-previews...

    forum.groupdocs.cloud/stylesheets/discourse-loc...
  7. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....// 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/convert-email-d...
  8. ConversionResult | Documentation

    ConversionResult Data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this value to download page using File API...Conversion Cloud / Developer Guide / Data structures / ConversionResult...On this page ConversionResult data structure returned by as output...

    docs.groupdocs.cloud/conversion/conversionresult/
  9. How to self-host GroupDocs.Editor Cloud with Do...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....8080 : 80 ` В В -v "${pwd}/data:/data" ` В В -e "LICENSE_PUBLIC_KEY#public_key"...8080:80 \ В В В В -v $( pwd ) /data:/data \ В В В В -e LICENSE_PUBLIC_KEY#public_key...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  10. VerifyResult | Documentation

    VerifyResult Data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process...Signature Cloud / Developer Guide / Data structures / VerifyResult VerifyResult...feedback On this page VerifyResult data structure returned by Verify...

    docs.groupdocs.cloud/signature/verifyresult/