Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 1,407 for

docx to doc

(0.14 sec)
  1. 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/
  2. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."value" : [ { "name" : "four-pages.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/conversion/working-with-fo...
  3. 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...'source_files\\word\\source.docx' }, 'TargetFiles': [ { 'FilePath':...

    docs.groupdocs.cloud/comparison/set-document-me...
  4. 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/
  5. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-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.Signature Cloud with Docker Note about credits consumption when using metered license in Docker version STorage calls are not charged Signature API calls charge is based on Document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined Documents, there may be extra credit consumed, because of internal implementation....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requests\...

    docs.groupdocs.cloud/signature/metered-consumpt...
  6. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-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.Merger Cloud with Docker Note about credits consumption when using metered license in Docker version STorage calls are not charged Merger API calls charge is based on Document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined Documents, there may be extra credit consumed, because of internal implementation....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requests\...

    docs.groupdocs.cloud/merger/metered-consumption/
  7. 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...
  8. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows To create Document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input Document inTo cloud sTorage Create preview images Download images 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...= "source_files/word/source.docx" }, Format = PreviewOptions...

    docs.groupdocs.cloud/comparison/create-document...
  9. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside Document with GroupDocs.Signature Cloud it’s only needed To pass search options To Search method. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'signedQRCode_one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  10. Convert document direct async | Documentation

    This example demonstrates how To convert word processing Document inTo pdf Document asyncronously without using cloud sTorage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted Document) Resource URI HTTP PUT ~/conversion/async 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...= File . Open ( "four-pages.docx" , FileMode . Open ); var request...

    docs.groupdocs.cloud/conversion/convert-documen...