Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 1,785 for

docx to doc

(0.06 sec)
  1. Working with QR Code 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 QRCode. It provides methods To create QRCode Signature in Document Pages with different options of QRCode type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add QRCode Signature To Document You can create QRCode Signature on Document provided by fileName and Document folder (if required) using following API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...cloud/v1/signature/one-page.docx/qrcode" \ - X POST \ - H "Content-Type:...

    docs.groupdocs.cloud/signature/working-with-qr-...
  2. Search 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 search Digital signatures in supported Document formats. It provides method To search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and Document folder (if required) using following API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/search-digital-s...
  3. Add Metadata By Property Name Match Exact Phras...

    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 with the same name as specified. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath ": " documents \\ input.docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source Document. The result is a new Document where two pages have their positions exchanged. For swapping pages positions it’s needed To specify page numbers along with a path To Document in sTorage. For protected Documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while swapping Document pages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'words/four-pages.docx'}, 'FirstPageNumber': 2, 'SecondPageNumber':...

    docs.groupdocs.cloud/merger/swap-pages/
  5. Create Document Preview | Documentation

    GroupDocs.Signature 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.Signature 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...setFilePath ( "Signaturedocs\\one-page.docx" ); PreviewSettings previewSettings...

    docs.groupdocs.cloud/signature/create-document-...
  6. Extract Annotations | Documentation

    Get method allows To retrieve all added annotations for given Document as list of json objects API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document inTo cloud sTorage and other files, like image annotation Add annotation Download Document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"FilePath\": \"annotationdocs/input.docx\"}" Response [ { "id" : 0 ,...

    docs.groupdocs.cloud/annotation/extract-annotat...
  7. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.EdiTor Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."value" : [ { "name" : "four-pages.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/editor/working-with-folder/
  8. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sig...
  9. Get Metadata Tags Information | Documentation

    This REST API allows To obtain tags and properties information from Document metadata. Endpoint accepts Document sTorage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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 Could be omitted for default sTorage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...FilePath: '/documents/input.docx' }" Response { "rootPackage"...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  10. 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...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'PDF', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/fliprotate-pages/