Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 2,777 for

docx to docx

(0.04 sec)
  1. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how To convert Wordsprocessing documents inTo pdf documents with load 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 GroupDocs.Conversion Cloud documentation 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', 'LoadOptions':..."WordProcessing/with_tracked_changes.docx" , Format = "pdf" , LoadOptions...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  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.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....docx" , "isFolder" : false , "modifiedDate"..."/annotationdocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/annotation/working-with-fo...
  3. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents inTo a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages To take from which document and in what order. The output path for the resultant document....docx' }, { 'FilePath': 'WordProcessing/four-pages.docx' }...'Output/mixed-pages.docx' }" Response { "path" : "Output/mixed-pages.docx" } SDK...

    docs.groupdocs.cloud/merger/mix-document-pages/
  4. 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...
  5. 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....docx' }, 'Pages': [ 3, 6, 8 ], }...'FilePath': 'WordProcessing/four-pages.docx' }, 'StartPageNumber': 1, 'EndPageNumber':...

    docs.groupdocs.cloud/merger/join-document-pages/
  6. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows To detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how To get changes coordinates. 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....docx' }, 'TargetFiles': [ { 'FilePath':...'target_files\\word\\target.docx' } ], 'Settings': { 'CalculateComponentCo':...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  7. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features To render only the selected page numbers. You can specify a list of the document pages To be rendered. Follow the below steps To achieve this functionality. The following code sample shows how To render first and third 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_2.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  8. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows To merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows To join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx', 'Password': 'password' } }...'FilePath': '/WordProcessing/one-page.docx' }, 'WordJoinMode': 'Continuous'...

    docs.groupdocs.cloud/merger/join-word-continous/
  9. Working with Digital 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 add Digital Signature To a document. It provides methods To create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Digital Signature To Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API....docx%3fdl%3d1" \ - X POST \ - H "Content-Type:...Response { "fileName" : "one-page.docx" , "folder" : "Output" , "Code"...

    docs.groupdocs.cloud/signature/working-with-dig...
  10. Extract Metadata By Property Name Match Exact P...

    This REST API allows To extract metadata properties from the document choosing the properties To extract by name. cURL example The following example demonstrates how To extract metadata information from all properties with the exact same name as specified. 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 ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...