Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 9,803 for

text

(0.04 sec)
  1. Convert PowerPoint to PDF using File Conversion...

    GroupDocs.Conversion API helps in converting various file formats. This tutorial is about how to convert PowerPoint to PDF using File Conversion API in Ruby... Then, set Watermark text, color, width, height, left...

    blog.groupdocs.cloud/conversion/convert-powerpo...
  2. C# Watermark PDF | Insert Watermark into PDF us...

    Learn how to watermark PDF documents with images using .NET Cloud SDK. Step-by-step guide on how to add, insert, and create watermarks in your PDF files....Demos Related Articles # Extract Text from PowerPoint in C# .NET Export...

    blog.groupdocs.cloud/watermark/insert-watermark...
  3. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....value that indicates whether a text case isn’t ignored. Is used...

    docs.groupdocs.cloud/parser/parse-by-template/
  4. 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...WatermarkOptions Set Watermark Text, Color, Width, Height, etc....

    blog.groupdocs.cloud/conversion/convert-excel-s...
  5. Change HTML to PDF using REST API in Python | H...

    Change HTML files to PDF documents using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....WatermarkOptions Set Watermark Text, Color, Width, Height, etc....

    blog.groupdocs.cloud/conversion/convert-html-to...
  6. Python convert PDF document to JPG, PNG, or GIF...

    Our PDF to image converter API lets you quickly convert PDF to image format. This article is about how to convert PDF to JPG, PNG, and GIF Images in Python...using REST API in Python Convert Text Files to PDF using File Conversion...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Convert Excel to PDF using PHP | XLSX to PDF us...

    Programmatically convert Excel files to PDF documents on the cloud using a REST API in PHP with GroupDocs.Conversion Cloud API....WatermarkOptions object and set Watermark Text, Color, Width, Height, etc....

    blog.groupdocs.cloud/conversion/convert-excel-t...
  8. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Pages count, size and visibility Text coordinates Attachments count...

    docs.groupdocs.cloud/viewer/get-document-inform...
  9. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....docx\"}" Response [ { "id" : 0 , "text" : "This is ellipse annotation"...

    docs.groupdocs.cloud/annotation/extract-annotat...
  10. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some Text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; 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....messages inside folders by some text value from message content and...render_options . outlook_options . text_filter = "Microsoft" viewOptions...

    docs.groupdocs.cloud/viewer/filter-messages/