Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 2,392 for

docx to docx

(0.03 sec)
  1. HTML Viewer - Optimize for printing | Documenta...

    If you need To optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML pages will be converted To vecTor SVG format for better quality for print and page layout. 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/html-viewer-optimiz...
  2. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows To obtain list of changes between source and target files. The following code sample demonstrates how To get list of all changes. 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':...'FilePath': 'target_files/word/target.docx' } ] }" Response [ { "id" :...

    docs.groupdocs.cloud/comparison/get-list-of-cha...
  3. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability To find Digital signatures that are applied To document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Search signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....docx" ); $fileInfo -> setPassword..."signaturedocs \\ signedDigitalOne_page.docx" opts = SearchDigitalOptions...

    docs.groupdocs.cloud/signature/search-for-digit...
  4. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows To accept or reject revisions from Word document and save the result. The following code sample demonstrates how To accept all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Call API method with options Download comparison result document from sTorage (if any) Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details....docx' }, 'Revisions': [ { 'Id': 0...'OutputPath': 'output/result.docx' }" Response { "href" : "https://api...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  5. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you To To render various types of documents inTo HTML, Image, or Pdf. Following example demonstrates on how To render document with default options. 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 Optional: Delete rendered document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details....docx' } }" Resonse { "pages" : [...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/render-document/
  6. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats inTo one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the sTorage Required property STorageName STorage name Could be omitted for default sTorage VersionId File version Id Useful for sTorages that support file versioning Password The password To open file Should be specified only for password-protected documents Pages Collection of page numbers To use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....docx' } } ], 'OutputPath': 'Output/joined...FilePath = "WordProcessing/one-page.docx" } }; var options = new JoinOptions...

    docs.groupdocs.cloud/merger/join-document-cross...
  7. Extract Metadata By Property Name Match Regex |...

    This REST API allows To extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how To extract metadata information from all properties with the “dc” string in the beginning 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....docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  8. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example 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....docx" ; let result = await documentApi...

    docs.groupdocs.cloud/merger/join-images/
  9. 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...
  10. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows To extract metadata properties from the document choosing the properties To extract 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 extract metadata creaTor information from all properties that have particular string phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx ", " StorageName ": "" }, "...

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