Sort Score
Result 10 results
Languages All
Labels All
Results 8,061 - 8,070 of 26,399 for

java

(0.12 sec)
  1. Working with Signature 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 sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format.... C# PHP Java Python Ruby Add Multiple Signatures...available SDKs list . C# PHP Java Python Ruby Was this page helpful...

    docs.groupdocs.cloud/signature/working-with-sig...
  2. Compare Two or More Word Documents using Python

    Programmatically Compare two or more Word documents using a REST API on the cloud in Python with Document Comparison Cloud SDK for Python....NET , Java , PHP , and Ruby SDKs as its...

    blog.groupdocs.cloud/comparison/compare-word-do...
  3. Convert Microsoft Project MPP to PDF using REST...

    Programmatically Convert Microsoft Project MPP to PDF using REST API on the cloud in Python with Document Conversion Cloud SDK for Python....NET , Java , PHP , Ruby , Android and Node...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. 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 add metadata to a document curl -v "https://api.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  5. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. 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 join several documents into one curl -v "https://api.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  6. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....0 ( , ) Java ( , Jar) API Explorer The easiest...

    docs.groupdocs.cloud/metadata/features-overview/
  7. Extract Images from PDF, Excel, PPT & Word Docs...

    Python examples to extract images from documents like PDF, Word documents, spreadsheets, presentations using Python SDK for Document Parsing REST API....NET , Java , PHP , Ruby , and Node.js SDKs...

    blog.groupdocs.cloud/parser/extract-images-from...
  8. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts....working code and sample files: Java package com.groupdocs ; // Import...

    docs.groupdocs.cloud/rewriter/text/sdk/paraphrase/
  9. How to self-host GroupDocs.Annotation Cloud wit...

    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.... GetSupportedFileForm (); Java & Android // For complete examples.../groupdocs-annotation-cloud-java-samples String ClientId = ""...

    docs.groupdocs.cloud/annotation/self-host-with-...
  10. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...