Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 4,261 for

cloud data

(0.03 sec)
  1. 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....have become a cornerstone of data organization and analysis for...where sharing or presenting this data in a more universal and accessible...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  2. Working with Lists | Documentation

    How-to dynamically generate items within different types of lists and specify their options using GroupDocs Assembly Cloud....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  3. Report Generation Concepts | Documentation

    GroupDocs Assembly Cloud is a powerful Document Automation and Report Generation solution designed to generate Data-bound documents through templates....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/assembly/developer-guide/c...
  4. Working with Image 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 Image. It provides methods to create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object Data in request body. Add Image Signature to Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/signature/working-with-ima...
  5. VerifySettings | Documentation

    VerifySettings Data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/signature/verifysettings/
  6. S3 storage does not use https? - Free Support F...

    If I put a deny rule in my S3 bucket’s policy for: “Condition”: { “Bool”: { “aws:SecureTransport”: “false” } } I see requests from groupdocs getting denied. Is groupdocs not using https by default to hit S3? If s…...Conversion Cloud Product Family cpopetz December...7:04am 2 Hi, what groupdocs cloud product are you using? Is it...

    forum.groupdocs.cloud/t/s3-storage-does-not-use...
  7. Developer Guide | Documentation

    GroupDocs.Viewer Cloud Developer Guide...cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/viewer/developer-guide/
  8. Password-Protect Excel using Password Protectio...

    Follow this guide to learn how to password-protect Excel files. This password protection service is easy to use and lets you secure files programmatically....represent, and share business data is a routine task. Excel Workbooks...can open files and access the data. However, we can automate the...

    blog.groupdocs.cloud/merger/password-protect-ex...
  9. Supported Document Formats | Documentation

    The following table indicates the file formats from which GroupDocs.Parser Cloud can extract Data. Document Type Parse Document by Template Extract Text Extract Document Info Extract Images Extract Container Items Info Word Processing DOC Microsoft Word Document ✔ ✔ ✔ ✔ DOT Microsoft Word Document Template ✔ ✔ ✔ ✔ DOCX Office Open XML Document ✔ ✔ ✔ ✔ DOCM Office Open XML Macro-Enabled Document ✔ ✔ ✔ ✔ DOTX Office Open XML Document Template ✔ ✔ ✔ ✔ DOTM Office Open XML Document Macro-Enabled Template ✔ ✔ ✔ ✔ TXT Plain text ✔ ✔ ODT Open Document Text ✔ ✔ ✔ ✔ OTT Open Document Text Template ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ PDF PDF Portable Document Format File ✔ ✔ ✔ ✔ Markup HTML Hypertext Markup Language File ✔ ✔ XHTML Extensible Hypertext Markup Language File ✔ ✔ MHTML MIME HTML File ✔ ✔ MD Markdown ✔ ✔ XML XML File ✔ ✔ Ebooks CHM Compiled HTML Help File ✔ ✔ EPUB Digital E-Book File Format ✔ ✔ FB2 FictionBook 2....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/parser/supported-document-...
  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/