Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 2,043 for

doc to docx

(0.08 sec)
  1. Working With Storage | Documentation

    STorage existence API This API intended for checking the existence of cloud sTorage with a given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description sTorageName STorage name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupDocs.cloud/v1.0/parser/sTorage/MySTorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/parser/storage/version/one-page.docx?storageName#MyStorage" \ -H...

    docs.groupdocs.cloud/parser/working-with-storage/
  2. Working With Storage | Documentation

    STorage existence API This API intended for checking the existence of cloud sTorage with a given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description sTorageName STorage name cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupDocs.cloud/v1.0/watermark/sTorage/MySTorage/exist' \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/watermark/storage/version/one-page.docx?storageName#MyStorage' \ -H...

    docs.groupdocs.cloud/watermark/working-with-sto...
  3. Join Document Pages | Documentation

    This REST API allows merging the source Document with specific Document pages from joined Documents inTo one resultant Document by specifying desired page numbers or page ranges. There are several ways To specify page numbers needed from each Document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."WordProcessing/sample-10-pages.docx" }, "Pages": [3, 6, 8] }, {...

    docs.groupdocs.cloud/merger/join-document-pages/
  4. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing Documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a Document as PDF...Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "PDF", "RenderOptions":...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  5. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature To render N consecutive pages. You will have To provide the starting page number and the number of the pages To be rendered. The following code sample shows how To render N consecutive pages of a Document. 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..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  6. Convert document | Documentation

    This example demonstrates how To convert word processing Document inTo pdf Document with default 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 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "WordProcessing/four-pages.docx", "Format": "pdf", "OutputPath":...

    docs.groupdocs.cloud/conversion/convert-document/
  7. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."SampleFiles/password_protected.docx", "Password": "12345" }, "ViewFormat":...

    docs.groupdocs.cloud/viewer/load-password-prote...
  8. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability To select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how To set resultant file metadata. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "source_files/word/source.docx" }, "TargetFiles": [ { "FilePath":...

    docs.groupdocs.cloud/comparison/set-document-me...
  9. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way To find all Barcode signatures that are present in a Document API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Search 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. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "signedBarcode_one-page.docx" }, "Options": [ { "AllPages":...

    docs.groupdocs.cloud/signature/search-for-barco...
  10. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/html-viewer-optimiz...