Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 909 for

property

(0.11 sec)
  1. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines Property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. 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....RenderGridLines property to true in order to render...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  2. 在 C# 中使用 REST API 编辑 PDF 文件的元数据

    使用适用于 .NET 的元数据操作 Cloud SDK 在 C# 中使用云上的 REST API 以编程方式编辑 PDF 文件的元数据...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...SetOptions { FileInfo = fileInfo, Properties = new List<SetProperty> {...

    blog.groupdocs.cloud/zh/metadata/edit-metadata-...
  3. Working with QR Code 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 QRCode. It provides methods to create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature to Document You can create QRCode Signature on Document provided by fileName and document folder (if required) using following API....7) with newly added property** LogoGuid **which support...

    docs.groupdocs.cloud/signature/working-with-qr-...
  4. Working with Text 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 Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Text Signature to Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....7 with newly added property BackgroundBrush which support...(Release 18.7) with newly added properties TextHorizontalAlignm and...

    docs.groupdocs.cloud/signature/working-with-tex...
  5. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. 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 Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....contains the full list of properties that can be specified for...path in the storage Required property StorageName Storage name Could...

    docs.groupdocs.cloud/merger/join-document-cross...
  6. Working with Stamp 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 put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....7) with newly added property** BackgroundBrush** which...

    docs.groupdocs.cloud/signature/working-with-sta...
  7. Rendering Document Pages | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 This section provides API details to create document pages cache, retrieve pages, modify pages and delete document pages cache. Get List of Links to Document Pages as HTML You can retrieve list of links to document pages as HTML. The API returns an object which contains list of links to document pages. The following GroupDocs....document as HTML You can set property to auto fit column with depending...document as HTML You can set property to render sections of the...

    docs.groupdocs.cloud/viewer/rendering-document-...
  8. 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....xlsb, ods, xltx, xltm, tsv Properties Description format Convert..."watermarkOptions" : [{ options }] } csv Properties Description format Convert...

    docs.groupdocs.cloud/conversion/convertoptions/
  9. GroupDocs Cloud SDK for .NET Core 2.1 with AWS ...

    Hi, We’re are trying to evaluate GroupDocs Viewer Cloud for our application. Our application consists of UI (Angular 7) with API (.NET Core 2.1) and we use aws s3 for our file storage. We have the following scenario qu…...“ExternalResources” is HtmlOptions property so the API interprets RenderOptions...

    forum.groupdocs.cloud/t/groupdocs-cloud-sdk-for...
  10. GroupDocs Cloud SDK for PHP multiple questions ...

    Hello I’m using the cloud api and php sdk and I’ve been working from these examples: http://groupdocs-php-samples.herokuapp.com/. You guys have been aweseome about answering my questions so far but I have a couple more …...CreatePackage method, the url property from the object that is returned...package. How do I use the url property? when I go to the page in...

    forum.groupdocs.cloud/t/groupdocs-cloud-sdk-for...