Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 1,636 for

docx to doc

(0.05 sec)
  1. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/with_comment.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/render-document-wit...
  2. Working with Search Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To search multiple signatures in a Document. For example, you can search whether a Document contains Text and Barcode Signatures at same time. To search list of signatures on Document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sea...
  3. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways To optimize the rendering of Documents inTo HTML, one of the solutions you might want To use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has To download, the faster he will see the rendered Document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  4. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Request * cURL example To get metered license consumption curl -v "http:///v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" Response { "credit": 487848, "quantity": 6061570985....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requests\...

    docs.groupdocs.cloud/comparison/metered-consump...
  5. Verify Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To verify a signed Document. It provides methods To verify Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object data in request body....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2Fs%2Fbzx1xm68zd0c910%2FPieChart.docx&signature#ZTbpiS7dNO0sxXFhnkl6"...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  6. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'SampleFiles/with_tracked_changes.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  7. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Annotation Cloud API Reference lets you To try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs exposes....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."value" : [ { "name" : "four-pages.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/annotation/working-with-fo...
  8. Verify Text Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports To verify a signed Document. It provides methods To verify Text Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify Text Signature in a Document You can verify Text Signature in a Document using this API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2Fs%2Fbzx1xm68zd0c910%2FPieChart.docx" \ - X POST \ - H "Content-Type:...

    docs.groupdocs.cloud/signature/verify-text-sign...
  9. Set Metadata By Property Value | Documentation

    This REST API allows To set Document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how To set metadata information To all properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Delete Document Pages | Documentation

    Delete Pages method allows To delete pages in the cloud sTorage, created by get pages method. 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 Call Preview method Download result pages from cloud sTorage Delete pages in cloud sTorage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."{ \"FilePath\": \"one-page.docx\"}" Response 200 OK SDK examples...

    docs.groupdocs.cloud/annotation/delete-pages/