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

page

(0.44 sec)
  1. 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/
  2. Pdf to html conversion - Free Support Forum - g...

    pdf is not converting into html properly.bellow is my code let convertApi = conversion_cloud.ConvertApi.fromKeys(clientId,clientSecret); const loadOptions = new conversion_cloud.PdfConvertOptions(); loadOptions…...how we can add borders in each page . sample.zip (46.3 KB) tilal...Borders are defining a specific page. sample1.zip (47.4 KB) tilal...

    forum.groupdocs.cloud/t/pdf-to-html-conversion/...
  3. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue...." ] } } 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/text/fetch/
  4. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running.... 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/metadata/available-sdks/
  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. 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...
  7. Status and Error Codes | Documentation

    An overview of GroupDocs Assembly Cloud API status and error codes...." } } 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/assembly/getting-started/s...
  8. 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\ "]}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  9. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....Folder Leave feedback On this page GroupDocs.Viewer Cloud renders...":\" Inbox\ "}}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  10. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Set Metadata By Tag 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/metadata/set-metadata/