Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 5,720 for

cloud storage

(0.14 sec)
  1. 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…...Signature Cloud Product Family nodejs-annotate-pdf...the issue by correcting the storage and paths. But there’s an underlying...

    forum.groupdocs.cloud/t/how-to-add-visible-digi...
  2. Convert PowerPoint to images using Java SDK: A ...

    Learn how to convert PowerPoint to PNG images programmatically in Java using REST API. Our step-by-step guide will help you understand the process with ease....Conversion Cloud SDK for Java. In this article...to use GroupDocs.Conversion Cloud SDK for Java to convert PowerPoint...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  3. Remove Metadata By Property Value | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties which values are matching the specified. cURL example The following example demonstrates how to remove metadata properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that have exact “NameOfApplication” names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.Cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Set Metadata By Tag | Documentation

    This REST API allows to set document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how to set metadata information to all properties with the “Creator” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  6. Set Metadata By Property Name | Documentation

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Find and Replace Watermarks in Documents using ...

    Programmatically Find and Replace Watermark Text or Images using a REST API from your documents on the Cloud in C# with Watermarking Cloud SDK for .NET...Watermark Cloud API. It allows you to programmatically...well for the Cloud API. The GroupDocs.Watermark Cloud SDK for .NET...

    blog.groupdocs.cloud/2021/02/09/find-and-replac...
  8. Protect PDF document in PHP using GroupDocs.Vie...

    Hi @tilal.ahmad While using the GroupDocs.Viewer Cloud SDK for PHP. Can we select multiple PDFOption for setting up the permission as followes $renderOptions = new Model\PdfOptions(); $renderOptions->se…...Viewer Cloud Product Family gopalsharma March...using the GroupDocs.Viewer Cloud SDK for PHP. Can we select multiple...

    forum.groupdocs.cloud/t/protect-pdf-document-in...
  9. Java Convert HTML to Word DOC or DOCX.

    Learn how to convert HTML to Word (DOC, DOCX) programmatically in Java using GroupDocs.Conversion Cloud REST API, quickly and efficiently....Conversion Cloud REST API. The following topics...Using GroupDocs.Conversion Cloud SDK for Java , you can convert...

    blog.groupdocs.cloud/conversion/convert-html-to...
  10. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "StorageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, Storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/signature/inforesult/