Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 2,396 for

docx to docx

(0.09 sec)
  1. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows To create document preview images, one per page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document inTo cloud sTorage Create preview images Download images 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....docx" }, Format = PreviewOptions...( "source_files/word/source.docx" ); PreviewOptions options =...

    docs.groupdocs.cloud/comparison/create-document...
  2. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows To accept all revisions in Word document and save the result. The following code sample demonstrates how To accept all revisions without getting them. 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' }, 'AcceptAll': true, 'OutputPath':...'OutputPath': 'output/result.docx' }" Response { "href" : "https://api...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  3. Verify QRCode 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 verify a signed document. It provides methods To verify QRCode Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....docx" \ - X POST \ - H "Content-Type:...com/s/bzx1xm68zd0c910/PieChart.docx" , "folder" : "" , "code" :...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  4. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability To select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how To set resultant file metadata. 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-document-me...
  5. Add Metadata By Tag | Documentation

    This REST API allows To add metadata properties To the document choosing the right place To add by exact tag and category name. cURL example The following example demonstrates how To add metadata date and time information in all properties that have specified tag. 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/add-metadata-by-tag/
  6. Working with Signature Collection | 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 multiple signatures. For example, you can add Text and Barcode Signature To a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sig...
  7. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed To pass search options To Search method. 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....docx' }, 'Options': [ { 'AllPages':..."filePath" : "signedQRCode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  8. 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/
  9. Working With Storage | Documentation

    STorage existence API This API intended for checking the existence of cloud sTorage with a given name from GroupDocs Cloud STorage. API Explorer GroupDocs.EdiTor Cloud API Reference lets you try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/ediTor/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....docx?storageName=MyStorage" -H "accept:...: true , "name" : "one-page.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/editor/working-with-storage/
  10. Convert document direct async | Documentation

    This example demonstrates how To convert word processing document inTo pdf document asyncronously without using cloud sTorage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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" , FileMode . Open ); var request...file = new File ( "four-pages.docx" ); String operationId = apiInstance...

    docs.groupdocs.cloud/conversion/convert-documen...