Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 5,187 for

cloud storage

(0.07 sec)
  1. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/viewer/render-project-time...
  2. API calls failing with (The request signature w...

    Hello, I’m running groupdocs in our custom infrastructure as well as with docker in the local environment. On the Cloud infra I’m using AWS AppRunner to execute the docker container I stored on ECR. On the local envir…...Translation Cloud Product Family convert-doc-to-pdf...the local environment. On the cloud infra I’m using AWS AppRunner...

    forum.groupdocs.cloud/t/api-calls-failing-with-...
  3. C# Excel to PDF | XLS to PDF | XLSX to PDF online

    Seamlessly convert Excel workbooks to PDF using C# .NET. Expert techniques for XLS and XLSX files into high-quality PDF documents conversion....Conversion Cloud SDK for .NET , the conversion...search GroupDocs.Conversion-Cloud in NuGet package manager and...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  4. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into Cloud Storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the Storage Required property StorageName Storage name Could be omitted for default Storage VersionId File version Id Useful for Storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/merger/import-attachment/
  5. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability to select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how to set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into Cloud Storage Compare documents or get document info Download comparison result document from Storage Steps 1 and 3 are Storage operations, please refer to this File API documentation for usage details....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/comparison/set-document-me...
  6. Scalable Vector Graphics to JPEG | Convert SVG ...

    Convert SVG to JPG in C# .NET using GroupDocs.Conversion Cloud SDK. Perform seamless conversion of scalable vector graphics to JPG in C#. SVG to JPG Converter...Conversion Cloud SDK for .NET. This method not...SDK # GroupDocs.Conversion Cloud SDK for .NET is a powerful SDK...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  7. CSV to HTML | Convert CSV to HTML Table in C# .NET

    Discover how to seamlessly convert CSV files to HTML using C# .NET. Easy Convert comma delimited data into HTML online....Conversion Cloud SDK for .NET provides a robust...visualization, GroupDocs.Conversion Cloud SDK empowers you to achieve...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  8. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the Storage Required FileInfo....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/watermark/search-watermarks/
  9. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. 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 the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/conversion/convert-to-html...
  10. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the Storage....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/signature/signsettings/