Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 5,074 for

storage api

(0.03 sec)
  1. Upload file | Documentation

    How to upload file to Cloud Storage....upload your file to Cloud S3 storage and only then send request...send POST request to https://api.groupdocs.cloud/v2.0/rewriter/file/upload...

    docs.groupdocs.cloud/rewriter/file/upload/
  2. 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/
  3. Online QR Code Scanner | Read QR Code from Imag...

    Scan QR Codes Online: Get Quick Info from Images - Try our instant QR code scanner to extract information effortlessly. Fast and Free!... No Storage Space Required: Since there’s...an app, you save valuable storage space on your device. Real-Time...

    blog.groupdocs.cloud/parser/read-qr-code-from-i...
  4. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud Storage Render document or get document info Download rendered document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  5. Supported Document Formats | Documentation

    GroupDocs.Comparison Cloud Api supports following document formats: CAD Formats Format File Extension Compare MicroStation Design File (V7) .DGN ✔ Autodesk Design Web Format .DWF ✔ AutoCAD Drawing .DWG ✔ AutoCAD Drawing Interchange .DXF ✔ Industry Foundation Classes .IFC ✔ Stereo Lithography .STL ✔ Diagram Formats Format File Extension Compare Microsoft Visio 2010 Web Drawing .VDW ✔ Microsoft Visio 2003-2010 XML Drawing .VDX ✔ Microsoft Visio 2003-2010 Drawing .VSD ✔ Microsoft Visio Macro-Enabled Drawing ....Comparison Cloud API supports following document formats:...Offline Storage Table . ✔ Microsoft Outlook Personal Storage Table...

    docs.groupdocs.cloud/comparison/supported-docum...
  6. How To Add Visible Digital Signature to PDF in ...

    Hey Tilal, Thanks for reaching out to me, i really appreciate it. I was able to resolve the issue by correcting the Storage and paths. But there’s an underlying problem that I am facing right now. I am uploading both th…...the issue by correcting the storage and paths. But there’s an underlying...image and certificate to the storage. But i am unable to view the...

    forum.groupdocs.cloud/t/how-to-add-visible-digi...
  7. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. Api Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud Storage Render document or get document info Download rendered document from Storage Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  8. 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:... API usage There are steps that usage...input document into cloud storage and other files, like digital...

    docs.groupdocs.cloud/signature/sign-document-wi...
  9. Can I use GroupDocs to add e-signature function...

    I am investigating the possibility of adding e-signature functionality to a CRM SaaS. I am having some difficulty understanding the process, and how to use GroupDocs to accomplish this. The goal is to have users upload…...upload document over API to the GroupDocs storage, pass the required...

    forum.groupdocs.cloud/t/can-i-use-groupdocs-to-...
  10. 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/