Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 2,777 for

docx to docx

(0.03 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':..."path" : "viewer/with_comment_docx/with_comment_page_1.html" ,...

    docs.groupdocs.cloud/viewer/render-document-wit...
  2. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....docx"); options.setFileInfo(fileInfo);...metadata/add\_metadata/documents/input\_docx/input.docx All the other different...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  3. 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-...
  4. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a document as PDF...docx' }, 'ViewFormat': 'PDF', 'RenderOptions':...: { "path" : "viewer/sample_docx/sample.pdf" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  5. 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...
  6. Working with Image 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 sign a document with Image. It provides methods To create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature To Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....docx/image" \ - X POST \ - H "Content-Type:...Response { "fileName" : "one-page.docx" , "folder" : "Output" , "code"...

    docs.groupdocs.cloud/signature/working-with-ima...
  7. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook sTorages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name It could be omitted for default sTorage. FileInfo.Password The password To open file It should be specified only for password-protected documents....docx" , "filePath" : "four-pages.docx" , "directory"...: "one-page.docx" , "filePath" : "one-page.docx" , "directory"...

    docs.groupdocs.cloud/parser/get-container-items...
  8. Convert document | Documentation

    This example demonstrates how To convert word processing document inTo pdf document with default 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 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', 'OutputPath':...= "WordProcessing/four-pages.docx" , Format = "pdf" , OutputPath...

    docs.groupdocs.cloud/conversion/convert-document/
  9. Extract Metadata By Property Value | Documentation

    This REST API allows To extract metadata properties from the document choosing the properties which values are matching the specified value. cURL example The following example demonstrates how To extract metadata information from all 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....docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  10. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature To render N consecutive pages. You will have To provide the starting page number and the number of the pages To be rendered. The following code sample shows how To render N consecutive 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_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...