Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 8,385 for

page

(1.65 sec)
  1. Announcing First Release of Next Generation Gro...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....whole document, page by page or custom range of pages. Some major...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  2. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output 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 Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....once Leave feedback On this page AnnotateDirect method allows..."FilePath": "annotationdocs/one-page.docx" }, "Annotations": [ {...

    docs.groupdocs.cloud/annotation/add-direct/
  3. Online HTML to PDF converter for free.

    Convert HTML to PDF for free with our online converter tool. No registration or sign up required. Perfect for personal and commercial use. Try it now!...to load and convert the HTML page to a PDF document. For additional...will quickly convert the HTML page to a PDF file, and you can download...

    blog.groupdocs.cloud/conversion/free-online-htm...
  4. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....of the watermark on document page Position.X X-coordinate of the...rasterized. Converts all content pages into images. RasterizeImageFormat...

    docs.groupdocs.cloud/watermark/add-watermarks/
  5. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....settings Leave feedback On this page GroupDocs.Comparison Cloud allows...response . href ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/compare-multipl...
  6. Sending Excel and ODS files for translation | D...

    How to send Excel and ODS files for translation to the selected languages....2b-b8bb99520ce9" } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/file/request/e...
  7. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....async Leave feedback On this page This example demonstrates how...fileStream = File . Open ( "four-pages.docx" , FileMode . Open ); var...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/conversion/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Formats Leave feedback On this page GroupDocs.conversion Cloud REST...GetSupportedConversi . new ( "one-page.docx" , $myStorage , "" ) #...

    docs.groupdocs.cloud/conversion/get-supported-f...
  9. Compare multiple documents protected with passw...

    GroupDocs.Comparison Cloud allows to compare more than 2 documents that are protected with a password. The following code sample shows how to compare password-protected documents. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....password Leave feedback On this page GroupDocs.Comparison Cloud allows...response . href ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/compare-multipl...
  10. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages...."string" , "formatting" : true , "pages" : [ 0 ] } Note Though you have...if it should be converted. pages List of integers null List of...

    docs.groupdocs.cloud/translation/file/request/pdf/