Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 5,620 for

storage api

(0.16 sec)
  1. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. 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/limit-count-of-item...
  2. C# Overlay Text on GIF | Add Watermark to GIF i...

    Enhance your GIFs with overlay text using GIF watermarking REST Api and C# SDK. Explore customization options, Api reference, and C# SDK on GitHub. Elevate your visual storytelling and engage your audience today....using C# programming and REST API. It’s easier than you might think...Commence the initialization of the API Client Step 3: Upload the Document...

    blog.groupdocs.cloud/watermark/add-overlay-text...
  3. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/render-print-areas/
  4. 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....as input parameters for Sign API method SignSettings example {...SignSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/signsettings/
  5. 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 REST API GroupDocs.Viewer Cloud Product...Document to PDF from Azure Cloud Storage in PHP and Download tilal.ahmad...

    forum.groupdocs.cloud/t/protect-pdf-document-in...
  6. Convert PDF to MS Word DOCX in Python Without A...

    When I try to convert a document from PDF to docx, I get the error message “‘property’ object has no attribute ‘swagger_types’” when I send the request to the Api to convert the document. I haven’t done anything unusual …...when I send the request to the API to convert the document. I haven’t...with GroupDocs.Conversion Cloud API with a sample PDF document and...

    forum.groupdocs.cloud/t/convert-pdf-to-ms-word-...
  7. Python Display JSON Data in HTML Page | HTML Re...

    Generate dynamic Python reports with JSON data using GroupDocs.Assembly Cloud Api. Display JSON data on HTML pages with charts, tables, and more for engaging content. A step-by-step guide with samples....Assembly Cloud REST API and its Python SDK to upload...reports on an HTML page. The API provides an array of features...

    blog.groupdocs.cloud/assembly/display-json-data...
  8. Convert Excel Spreadsheets to PDF in Node.js | ...

    Programmatically Convert Excel Spreadsheets to PDF files using a REST Api in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....Excel to PDF Conversion REST API and Node.js SDK Convert Excel...Excel to PDF using a REST API in Node.js Convert Specific Excel Spreadsheets...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  9. Convert PPT to PDF in Java - A Step-by-Step Guide.

    Learn how to convert PowerPoint to PDF in Java using REST Api efficiently. Follow our step-by-step guide using GroupDocs.Conversion Cloud SDK for Java....PowerPoint to PDF in Java using REST API. We will cover the following...PPT or PPTX to PDF Conversion API - SDK Installation How to Convert...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  10. Remove Pages | Documentation

    This REST Api provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....feedback On this page This REST API provides an ability to remove...in the storage Required property StorageName Storage name Could...

    docs.groupdocs.cloud/merger/remove-pages/