Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 8,141 for

page

(0.07 sec)
  1. Polyline Annotation | Documentation

    Polyline annotation allows to draw shapes and freehand lines 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 Polyline annotation allows to...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': " Output...

    docs.groupdocs.cloud/annotation/polyline-annota...
  2. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....documents Leave feedback On this page Changes detection algorithms...response . href ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/compare-documents/
  3. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Watermarks Leave feedback On this page This REST API allows removing...preferred language. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  4. 4. Convert to Image Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream. Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example....Formats Leave feedback On this page GroupDocs.Conversion Cloud REST...Response { "name" : "sample-page-1.jpg" , "size" : 107611 , "url"...

    docs.groupdocs.cloud/conversion/convert-to-imag...
  5. convert pdf to html python library on Document ...

    convert pdf to html python library on Document Automation REST APIs | GroupDocs Cloud Recent content in convert pdf to html python library on Document Automation REST APIs | GroupDocs Cloud Comment......PDF en un site Web d'une page. Cet article explique comment...

    blog.groupdocs.cloud/fr/tag/convert-pdf-to-html...
  6. 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.Metadata 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/metadata/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....Storage Leave feedback On this page Storage existence API This API...0/metadata/storage/version/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/metadata/working-with-stor...
  7. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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....size Leave feedback On this page Image Viewer allows you to set...'Height': 800, } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  8. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....comments Leave feedback On this page Some document types like Microsoft...'RenderComments': true } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. 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....documents Leave feedback On this page GroupDocs.Viewer Cloud enables...'shift_jis' } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  10. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want to see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how to render a Word document including tracked changes. 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....changes Leave feedback On this page GroupDocs.Viewer Cloud does...' : true } } }" Resonse { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-tracked-chan...