Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 5,261 for

storage api

(0.29 sec)
  1. Convert PNG to SVG in Java using GroupDocs.Conv...

    Easily convert PNG to SVG with code sample using GroupDocs.Conversion Cloud SDK for Java. Let's see how to convert PNG to SVG file programmatically in Java....Conversion Cloud REST API. The following topics will be...covered in this tutorial: The API for Converting PNG Images to...

    blog.groupdocs.cloud/conversion/convert-png-to-...
  2. Convert Visio VSDX to PDF in Java - A Step-by-S...

    Convert Visio file to PDF in Java using GroupDocs.Conversion Cloud SDK for Java. Learn how to efficiently convert Visio files to PDF format with this SDK....VSDX to PDF Conversion REST API - SDK Installation How to Convert...using REST API Java Visio VSDX to PDF Conversion REST API - SDK Installation...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  3. Issue with merging word documents - Free Suppor...

    Today Jan 09 at 16:47:13 UK time we’ve started experiencing issues with the merge Api. We are using this Api for merging word documents: com.groupdocs.cloud.merger.client.ApiException: Internal Server Error at com.grou…...issues with the merge API. We are using this API for merging word...at com.groupdocs.cloud.merger.api.FileApi.uploadFileWithHttpIn(FileApi...

    forum.groupdocs.cloud/t/issue-with-merging-word...
  4. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...on 2024-12-26 at 5:57 pm S3 storage does not use https? ConvertDocument...with GroupDocs.Signature Cloud API Issue Groupdocs credit balance...

    forum.groupdocs.cloud/t/free-support-policies/627
  5. Struggling to merge two PPTX files, getting err...

    I am trying to do a simple merge of two PPTX files using the nodejs SDK, but I am getting the error when executing: “Error: {“message”:“The type initializer for ‘\u000e\u000f\u0019\u0005’ threw an exception.”,“code”:“in…...Multiple Documents This REST API allows merging two or more documents...it’s only needed to provide storage path for each file. For protected...

    forum.groupdocs.cloud/t/struggling-to-merge-two...
  6. How to self-host GroupDocs.Merger 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....explore the API. With Swagger UI you can call API methods in your...it on our , or use raw REST API requests as you can find it ...

    docs.groupdocs.cloud/merger/self-host-with-docker/
  7. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document Api usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud Storage Search 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. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....that are present in a document API usage There are steps that usage...into cloud storage Search signatures For storage operations,...

    docs.groupdocs.cloud/signature/search-for-barco...
  8. Verify QR-code 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.... API usage There are steps that usage...into cloud storage Verify signatures For storage operations,...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  9. SignResult | Documentation

    SignResult data structure returned by Sign Api method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud Storage....data structure returned by Sign API method as output result SignResult...Page file path in the cloud storage. Use this value to download...

    docs.groupdocs.cloud/signature/signresult/
  10. PDF signature with PDF gives wrong format error...

    I am experiencing an error when trying to sign a PDF document using a .pfx certificate through your Api tester: https://reference.groupdocs.cloud/signature/#/Sign/CreateSignatures The signing operation fails with the f…...pfx certificate through your API tester: https://reference.groupdocs...successfully uploaded to cloud storage and referenced correctly in...

    forum.groupdocs.cloud/t/pdf-signature-with-pdf-...