Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 2,761 for

docx to docx

(0.04 sec)
  1. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':..."viewer/with_tracked_changes_docx/with_tracked_changes_page_1...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  2. Working with Verify 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 verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-ver...
  3. Convert document async | Documentation

    This example demonstrates how To convert word processing document inTo pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document inTo cloud sTorage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from sTorage Steps 1 and 4 are sTorage operations, please refer To this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....docx', 'Format': 'pdf', 'OutputPath':...= "WordProcessing/four-pages.docx" , Format = "pdf" , OutputPath...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following code sample shows how To render password-protected documents. 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. Swagger UI lets you call this REST API directly from the browser....docx', 'Password': '12345' }, 'ViewFormat':...: "viewer/password_protected_docx/password_protected_page_1.html"...

    docs.groupdocs.cloud/viewer/load-password-prote...
  5. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you To make your rendering inTo HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  6. HTML Viewer - Optimize for printing | Documenta...

    If you need To optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML pages will be converted To vecTor SVG format for better quality for print and page layout. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/html-viewer-optimiz...
  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....docx' }, 'ViewFormat': 'JPG', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.jpg" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  8. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join 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.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api....docx" ; let result = await documentApi...

    docs.groupdocs.cloud/merger/join-images/
  9. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....docx" ); $fileInfo -> setPassword..."signaturedocs \\ signedDigitalOne_page.docx" opts = VerifyDigitalOptions...

    docs.groupdocs.cloud/signature/verify-digital-s...
  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....docx\"}" Response 200 OK SDK examples...FileInfo { FilePath = "one-page.docx" }; var request = new DeletePagesRequest...

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