Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 567 for

background

(0.13 sec)
  1. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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 this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."Width": 100, "Height": 100, "Background": true }, "OutputPath": "Output"..."Width": 100, "Height": 100, "Background": true }, "OutputPath": "Output"...

    docs.groupdocs.cloud/conversion/add-watermark/
  2. Edit Excel Sheet using REST API in Python | Edi...

    Programmatically edit Excel sheet (XLS or XLSX) using a REST API on the cloud in Python with Excel Spreadsheet Editor Cloud SDK for Python....<br/><table style="width: 100%;background-color: #dddddd;border: 1px...List</caption> <tr><th style="background-color: #04AA6D; color: white;">First...

    blog.groupdocs.cloud/editor/edit-excel-sheet-us...
  3. discourse-data-explorer_5f57f7d819cae13f16323b5...

    table.group-reports{width:100%;table-layout:fixed}table.group-reports th:first-child{width:30%}table.group-reports th:nth-child(2){width:60%}table.group-reports th:last-child{width:20%;text-align:r......5em;position:sticky;background-color:var(--secondary);top:0px;z-index:1}...elative;border:1px solid;background:var(--secondary);padding-right:calc(5px...

    forum.groupdocs.cloud/stylesheets/discourse-dat...
  4. 在 Node.js 中使用 REST API 使用 Stamp 簽署 PDF |在 Node....

    使用用於 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的雲端使用 REST API 以編程方式使用 Stamp 簽名對 PDF 文檔進行簽名。...background顏色 = new groupdocs_signature_cloud...顏色(); opts.background顏色.web = "DarkOrange"; opts.background顏色CropType...

    blog.groupdocs.cloud/zh-hant/signature/sign-pdf...
  5. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options to specify special or ordinary pages for Document processing. Example PagesSetup object...Object Specifies crop type of background layer on Stamp elements....filled with background. OuterArea Crop background by external...

    docs.groupdocs.cloud/signature/common-structures/
  6. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs.... How to: Set Background Image for Charts in .NET...NET developers to set up background image for charts in MS Excel...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. 在 Node.js 中使用 REST API 使用 Stamp 签署 PDF |在 Node....

    使用用于 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的云端使用 REST API 以编程方式使用 Stamp 签名对 PDF 文档进行签名。...background颜色 = new groupdocs_signature_cloud...颜色(); opts.background颜色.web = "DarkOrange"; opts.background颜色CropType...

    blog.groupdocs.cloud/zh/signature/sign-pdf-with...
  8. discourse-presence_5f57f7d819cae13f16323b5993e3...

    .topic-above-footer-buttons-outlet.presence{min-height:1.8em;margin:var(--below-topic-margin) 0}.presence-users{Background-color:var(--secondary);color:var(--primary-medium);display:flex}.presence-......presence-users{background-color:var(--secondary);c...

    forum.groupdocs.cloud/stylesheets/discourse-pre...
  9. GroupDocs.Signature Cloud Product Family on Doc...

    GroupDocs.Signature Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Signature Cloud Product Family on Document Processing REST APIs | GroupDocs C......Signature, Add Stamp Signature, Background Text Brush, Search Signature...Signature in Digital Document and Background Brush and Stamp Brush Style...

    blog.groupdocs.cloud/categories/groupdocs.signa...
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....conversion angle backgroundColor Background color of the image after...conversion angle backgroundColor Background color of the image after...

    docs.groupdocs.cloud/conversion/convertoptions/