Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,631 for

import

(0.11 sec)
  1. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  2. Get Documents Completed and Signed through Onli...

    GroupDocs's September 2014 newsletter focuses on the Aspose.Conversion for .NET library but also has news about what's new and what's coming next.... Import and export annotations to and...

    blog.groupdocs.cloud/conversion/september-newsl...
  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…...merger API: import requests def join_documents(logger...join_documents method: import requests import logging def join_documents(logger...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  4. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. Convert PDF to Word Document in Java using REST...

    Convert PDF to editable Word DOC using PDF to Word converter fast, and reliable APIs. Let's see how to convert PDF to Word document in Java using REST API....below, you can convert and import PDF into a Word document: Upload...download software can be used to import PDF into Word file in windows...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...applications has become increasingly important. One common way to represent...files, making them easier to import into other applications. Convert...

    blog.groupdocs.cloud/groupdocs.cloud/page/19/
  7. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....rsion-cloud-python-samples import groupdocs_conversion_cloud...d-go-samples package async import ( "fmt" "os" "time" "github...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....groupdocs_signature_cloud import * import groupdocs_signature_cloud...

    docs.groupdocs.cloud/signature/update-barcode-s...
  9. Supported File Formats and Conversions | Docume...

    GroupDocs Assembly Cloud API provides support for a wide variety of Microsoft Office, OpenOffice, Email and Web document formats....that you can generally use for import, export and different types...

    docs.groupdocs.cloud/assembly/getting-started/f...
  10. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....ation-cloud-python-samples import groupdocs_annotation_cloud...

    docs.groupdocs.cloud/annotation/get-document-in...