Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 1,408 for

docx to doc

(0.05 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.Merger 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 Request curl -X GET "https://api.groupDocs.cloud/v1.0/merger/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/merger/storage/version/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/merger/working-with-storage/
  2. Generate Document Pages Preview | Documentation

    This REST API provides an ability To generate Document pages of image representations. There are several ways To specify page numbers needed for preview: 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. For protected Documents, it is also required To provide a password. The following properties of preview may be cusTomized:...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'WordProcessing/four-pages.docx' }, 'OutputPath': '/Output/preview-page'...

    docs.groupdocs.cloud/merger/generate-document-p...
  3. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you To add metadata information as properties with specified name. cURL example The following example demonstrates how To add metadata date and time information in all properties with the 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1" \ - X POST \ - H "Content-Type:...

    docs.groupdocs.cloud/signature/working-with-dig...
  5. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'WordProcessing/with_tracked_changes.docx', 'Format': 'pdf', 'LoadOptions':...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  6. Set Metadata By Possible Tag Name | Documentation

    This REST API allows To set Document metadata new values choosing properties To edit by approximate or a part of metadata tag name. This API allows you To specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how To set new metadata creaTor name. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  7. Set Metadata By Tag | Documentation

    This REST API allows To set Document metadata new values choosing properties by exact tag and category name. cURL example The following example demonstrates how To set metadata information To all properties with the “CreaTor” tag name. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/set-metadata-by-tag/
  8. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all Document pages. The result is a new Document that has orientation changed for specified pages. There are several ways To specify desired page numbers: 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. For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'/WordProcessing/four-pages.docx'}, 'Pages': [ 2, 4 ], 'Mode':...

    docs.groupdocs.cloud/merger/change-page-orienta...
  9. 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/
  10. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you To reorder the Document pages. The order of the pages in the source Document is never changed, instead, the API applies reordering To the resultant PDF Document. The following code snippet shows how To reorder pages. 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/reorder-pages/