Sort Score
Result 10 results
Languages All
Labels All
Results 8,051 - 8,060 of 18,632 for

groupdocs java rest api

(1.5 sec)
  1. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. 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 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  2. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of Groupdocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this Groupdocs.Storage Cloud documentation for usage details....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/conversion/convert-using-c...
  3. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  4. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with Groupdocs.Annotation Cloud V1 Groupdocs.Annotation Cloud Api provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/annotation/working-with-an...
  5. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    Groupdocs.cloud Holidays offer – Get 25% off Groupdocs.Total Cloud Apis. Quote HOLOFF2018 when placing your order online....25% off GroupDocs.Total Cloud APIs Get 25% off GroupDocs.Total...Total Cloud APIs for 12 months. Quote HOLOFF2018 when placing your...

    blog.groupdocs.cloud/total/groupdocs.cloud-holi...
  6. Document Information | Documentation

    Note Note: The features listed in this page are supported only in Groupdocs.Signature Cloud V1 Get Document Information This Api retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following Groupdocs.Signature Cloud Rest Api resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://Api.Groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/document-informa...
  7. Verify text signatures | Documentation

    Groupdocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). Api usage There are steps that usage of Groupdocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this Rest Api directly from the browser....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/verify-text-sign...
  8. Working with QR Code 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 sign a document with QRCode. It provides methods to create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature to Document You can create QRCode Signature on Document provided by fileName and document folder (if required) using following Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-qr-...
  9. PDF to JPG in Node.js | Convert PDF Pages to Im...

    Learn how to convert PDF documents into JPG images using Groupdocs.Conversion Cloud SDK for Node.js. Extract visual content from PDF as high-quality images...js API. Looking to convert PDF pages...Node.js? With the help of GroupDocs.Conversion Cloud SDK, you...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  10. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/viewer/convert-and-download/