Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 2,045 for

doc to docx

(0.08 sec)
  1. 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...
  2. Add Metadata By Property Name | Documentation

    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 that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d 'grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET' \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata To a Document curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents\\input.docx", "StorageName": "" }, "Properties":...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows To set Document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how To set metadata information To all properties that match regular expression “^NameOfApp.*”. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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": "" }, "Properties":...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  4. Set Metadata By Property Name Match Exact Phras...

    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 information To all properties with the exact same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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": "" }, "Properties":...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you To set cusTom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is auTomatically applied when you set Width or Height only. This example demonstrates how To set output image size 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": "JPG", "RenderOptions":...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  6. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways To optimize the rendering of Documents inTo HTML, one of the solutions you might want To use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has To download, the faster he will see the rendered Document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  7. 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/
  8. Remove Metadata By Possible Tag Name | Document...

    This REST API allows To remove metadata properties from the Document choosing the properties To remove 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 remove metadata properties that have “creaTor” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "documents/input.docx", "StorageName": "" }, "SearchCriteria":...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  9. Extract Metadata By Tag | Documentation

    This REST API allows To extract metadata properties from the Document choosing the properties by exact tag and category name. cURL example The following example demonstrates how To extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupDocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -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": "" }, "SearchCriteria":...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. 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...