Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 2,761 for

docx to docx

(0.08 sec)
  1. 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...
  2. 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...
  3. Working With Folder | Documentation

    GroupDocs.Classification Cloud Working With Folder...docx" , "isFolder" : false , "modifiedDate"..."/classificationdocs/four-pages.docx" }, ... ] } List Files with...

    docs.groupdocs.cloud/classification/working-wit...
  4. 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...
  5. 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.conversion 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....docx" , "isFolder" : false , "modifiedDate"..."/conversiondocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/conversion/working-with-fo...
  6. Convert Specific Pages | Documentation

    This example demonstrates how To convert specific pages from word processing documents inTo pdf documents. 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 this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....docx', 'Format': 'pdf', 'ConvertOptions':...= "WordProcessing/four-pages.docx" , Format = "pdf" , ConvertOptions...

    docs.groupdocs.cloud/conversion/convert-specifi...
  7. Add Watermark | Documentation

    This example demonstrates how To convert word processing document inTo pdf document with adding watermark. 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 this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....docx', 'Format': 'pdf', 'WatermarkOptions':...= "WordProcessing/four-pages.docx" , Format = "pdf" , ConvertOptions...

    docs.groupdocs.cloud/conversion/add-watermark/
  8. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents inTo a single resultant document. For the simplest scenario of combining several documents Together it’s only needed To provide sTorage path for each file. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the sTorage Required property STorageName STorage name It could be omitted for default sTorage....docx', 'Password': 'password' } }...'/WordProcessing/one-page.docx' } } ], 'OutputPath': 'output/joined.docx' }" Response...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  9. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need To specify the FormattedTexToptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how To extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx ", " StorageName ": "" } }"...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  10. Working With Folder | 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 the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Merger Cloud API Reference lets you 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 expose....docx" , "isFolder" : false , "modifiedDate"..."/conversiondocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/merger/working-with-folder/