Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 1,407 for

docx to doc

(0.04 sec)
  1. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  2. Remove Metadata By Property Value | Documentation

    This REST API allows To remove metadata properties from the Document choosing the properties which values are matching the specified. cURL example The following example demonstrates how To remove metadata properties with the “Microsoft Office Word” value. 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/remove-metadata-b...
  3. Remove Metadata By Property Name Match Exact Ph...

    This REST API allows To remove metadata properties from the Document choosing the properties with specified name. cURL example The following example demonstrates how To remove metadata properties that have exact “NameOfApplication” names. 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.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To join several Documents inTo one curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Set Metadata By Property Name | Documentation

    This REST API allows To set Document metadata new values choosing properties with specified name. cURL example The following example demonstrates how To set metadata date and time information in all properties that may have names containing “Date” value. 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-p...
  5. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'source_files\\word\\source.docx' }, 'TargetFiles': [ { 'FilePath':...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  6. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'/WordProcessing/four-pages.docx', 'Password': 'password' } }...

    docs.groupdocs.cloud/merger/join-word-continous/
  7. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you To add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how To add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the 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/add-metadata-by-p...
  8. Render document with comments | Documentation

    Some Document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement To include or exclude the comments in output representation of the Document may vary in different situations. GroupDocs.Viewer Cloud enables you To control the rendering of Document comments. By default, comments are not rendered inTo the output Document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/with_comment.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. Working With Storage | Documentation

    GroupDocs.Classification Cloud Working With STorage...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/classification/storage/version/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/classification/working-wit...
  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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

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