Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 2,396 for

docx to docx

(0.2 sec)
  1. 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...
  2. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required To provide a password. The following example demonstrates how To extract pages 2,4,7 from a source document inTo a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....docx'}, 'Pages': [ 2, 4, 7 ], 'OutputPath':...'output/extract-pages-by-numbers.docx' }" Response *Response will...

    docs.groupdocs.cloud/merger/extract-pages/
  3. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':..."path" : "viewer/with_comment_docx/with_comment_page_1.html" ,...

    docs.groupdocs.cloud/viewer/render-document-wit...
  4. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  5. 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:...docx' }, 'OutputPath': '/Output/preview-page'...

    docs.groupdocs.cloud/merger/generate-document-p...
  6. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats To Words, Cells, Html, PDF, Slides and Image formats....docx", Folder = null, Storage = null...groupdocs.cloud/v1/viewer/one-page.docx/html/pdf"][6] \ -X POST \ -H...

    blog.groupdocs.cloud/viewer/first-public-releas...
  7. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing documents by default. If you want To see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how To render a Word document including tracked changes. 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':..."viewer/with_tracked_changes_docx/with_tracked_changes_page_1...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  8. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows To protect resultant document with password. The following code snippet demonstrates how To compare documents and protect resultant document with password 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.docx' } ], 'OutputPath': 'output/result.docx', 'Settings':...

    docs.groupdocs.cloud/comparison/set-password-fo...
  9. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you To apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how To apply the watermark To the output 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....docx' }, 'ViewFormat': 'HTML', 'Watermark':...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/add-watermark/
  10. 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....docx ", " StorageName ": "" }, "..."metadata/add_metadata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...