Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 8,328 for

page

(0.14 sec)
  1. Watermark Annotation | Documentation

    Watermark annotation adds text watermark 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Annotation Leave feedback On this page Watermark annotation adds text...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': " Output...

    docs.groupdocs.cloud/annotation/watermark-annot...
  2. Link Annotation | Documentation

    Link annotation adds a hyper link to document 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Annotation Leave feedback On this page Link annotation adds a hyper...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': " Output...

    docs.groupdocs.cloud/annotation/link-annotation/
  3. how to extract pages from secured pdf without p...

    how to extract Pages from secured pdf without password on Document Processing REST APIs | GroupDocs Cloud Recent content in how to extract Pages from secured pdf without password on Document Proces......how to extract pages from secured pdf without password on Document...Recent content in how to extract pages from secured pdf without password...

    blog.groupdocs.cloud/fr/tag/how-to-extract-page...
  4. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. 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 the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...Format Leave feedback On this page This example demonstrates how...'FilePath': 'WordProcessing/four-pages.docx', 'Format': 'html', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-to-html...
  5. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....cells Leave feedback On this page When Spreadsheet is rendered...'HideText' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  6. how to extract pdf pages from pdf file online i...

    how to extract pdf Pages from pdf file online in python on Document Processing REST APIs | GroupDocs Cloud Recent content in how to extract pdf Pages from pdf file online in python on Document Proc......how to extract pdf pages from pdf file online in python on Document...content in how to extract pdf pages from pdf file online in python...

    blog.groupdocs.cloud/fr/tag/how-to-extract-pdf-...
  7. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....fonts Leave feedback On this page When rendering documents into...New Roman'] } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  8. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source PDF document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....quality Leave feedback On this page GroupDocs.Viewer Cloud enables...'Medium' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/adjust-image-quality/
  9. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....rows Leave feedback On this page Sometimes Excel document may...'RenderHiddenRows' : true } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  10. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.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....storage Leave feedback On this page Lotus Notes allows filtering...'test@test.com' } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/filter-mail-storage/