Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 882 for

watermark family

(0.33 sec)
  1. Common Conversion Options | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/common-conversi...
  2. Convert JPG to PDF using Node.js | Convert Imag...

    Programmatically Convert JPG to PDF using a REST API on the cloud in Node.js with GroupDocs.Conversion Cloud SDK for Node.js....Convert JPG to PDF and Add Watermark Document Conversion REST API...as its document conversion family members for the Cloud API....

    blog.groupdocs.cloud/conversion/convert-images-...
  3. Common rendering options | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/common-rendering-op...
  4. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice Using an SDK (API client) is the quickest way for a developer to speed up the development....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/quickstart/
  5. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/convertoptions/
  6. Convert Excel Spreadsheets to PDF using Ruby

    You can easily convert Excel XLSX files to PDF with GroupDocs.Conversion Cloud API. This tutorial covers how to Convert Excel Spreadsheets to PDF using Ruby...Convert Excel to PDF and Add Watermark Online XLSX to PDF Converter...as its document conversion family members for the Cloud EST API...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  7. Annotate DOCX Files using a REST API in Python

    Programmatically Annotate DOCX Files using REST API on the cloud in Python with Document Annotation Cloud SDK for Python....used to add annotations, watermark overlays, text replacements...as its document annotation family members for the Cloud API....

    blog.groupdocs.cloud/annotation/annotate-docx-f...
  8. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/Watermark/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/working-with-sto...
  9. 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....Convert Excel to PDF and Add Watermark Excel to PDF Conversion REST...as its document conversion family members for the Cloud API....

    blog.groupdocs.cloud/conversion/convert-excel-s...
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/annotationinfo/