Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,385 for

text watermark

(0.18 sec)
  1. Render Excel Data to HTML using REST API in Python

    Programmatically render Excel spreadsheet data to HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....Render Excel to HTML with Watermark Download the rendered PDF...render_print_area_only = True Set Text Overflow Mode view_options.render_options...

    blog.groupdocs.cloud/viewer/render-excel-data-t...
  2. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing Watermarks in the documents of different file formats. It provides easy to use Watermarking methods. It also allows you to search and remove previously added Watermarks of popular types (including Watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove Watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add Text/image Watermarks to supported document formats and images and save resultant file....Watermark Product Solution GroupDocs...Documentation / GroupDocs.Watermark Cloud / Getting Started /...

    docs.groupdocs.cloud/watermark/features-overview/
  3. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....SVG+HTML+CSS, delivering true-text high-fidelity rendering. Rotating...Rotating, Reordering and Watermarking document pages are other...

    blog.groupdocs.cloud/viewer/first-public-releas...
  4. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Watermark Product Solution GroupDocs..."FontsPath" : "string" , "Watermark" : { "Text" : "string" , "Color"...

    docs.groupdocs.cloud/viewer/viewoptions/
  5. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud nodejs image conversion svg processing SVG to PNG document processi......add image watermark to powerpoint how to add watermark to ppt insert...insert logo watermark ppt Insert watermark in PPTX powerpoint...

    blog.groupdocs.cloud/zh-hant/tags/index.xml
  6. Add Annotations in Word Documents using REST AP...

    Programmatically add annotations in Word documents using a REST API on the cloud in Node.js with Document Annotation Cloud SDK for Node.js....js Add Text Field Annotations in Word Documents...Documents using REST API Node.js Watermark Annotations in Word Documents...

    blog.groupdocs.cloud/annotation/add-annotations...
  7. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....Monthly NewsletterJune 2017 # Watermark Your Enterprise Documents...any .NET Application Text or image watermark placement and removal...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. Replace Watermark on Document Processing REST A...

    Replace Watermark on Document Processing REST APIs | GroupDocs Cloud Recent content in Replace Watermark on Document Processing REST APIs | GroupDocs Cloud Rechercher et remplacer un filigrane à l'......Replace Watermark on Document Processing REST APIs | GroupDocs...Recent content in Replace Watermark on Document Processing REST...

    blog.groupdocs.cloud/fr/tag/replace-watermark/i...
  9. Tags

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, Watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....SDK 1 \"document to text\" 1 \"docx 转 text c#\" 1 \"docx 转 txt\"...txt\" 1 \"powerpoint text parser\" 1 \"powerpoint to jpeg\" 1 \"ppt...

    blog.groupdocs.cloud/zh/tags/
  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....Watermark Product Solution GroupDocs...intermediate format watermarkOptions Watermark options to be applied during...

    docs.groupdocs.cloud/conversion/convertoptions/