Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 2,045 for

doc to docx

(0.1 sec)
  1. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method To update some signature properties by it’s id. The signature ID is needed To perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Update signatures Download output Document For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "signedQRCode_one-page.docx" }, "Options": [ { "SignatureType":...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  2. 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/
  3. Remove Pages | Documentation

    This REST API provides an ability To remove a single page or a collection of specific page numbers from the source Document. There are several ways To specify page numbers To be removed from a Document: 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."/WordProcessing/four-pages.docx"}, "Pages": [2, 4], "OutputPath":...

    docs.groupdocs.cloud/merger/remove-pages/
  4. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want To hide some text) 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 (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."annotationdocs/one-page.docx" }, "OutputPath": "Output/output.docx", "Annotations":...

    docs.groupdocs.cloud/annotation/text-redaction-...
  5. Text Replacement Annotation | Documentation

    Text Replacement annotation replaces original text with other provided text fragment 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 (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # 1. Get JSON Web Token # Replace $CLIENT_ID and $CLIENT_SECRET with your actual credentials (or set them as environment variables)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."annotationdocs/one-page.docx" }, "OutputPath": "Output/output.docx", "Annotations":...

    docs.groupdocs.cloud/annotation/text-replacemen...
  6. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you To reorder the Document pages. The order of the pages in the source Document is never changed, instead, the API applies reordering To the resultant PDF Document. The following code snippet shows how To reorder 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML", "RenderOptions":...

    docs.groupdocs.cloud/viewer/reorder-pages/
  7. 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:...Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "WordProcessing/four-pages.docx" }, "OutputPath": "/Output/preview-page"...

    docs.groupdocs.cloud/merger/generate-document-p...
  8. Working With Storage | Documentation

    GroupDocs.Classification Cloud Working With STorage...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/classification/storage/version/one-page.docx?storageName#MyStorage" -H "accept:...

    docs.groupdocs.cloud/classification/working-wit...
  9. Reject all revisions | Documentation

    GroupDocs.Comparison Cloud allows To reject all revisions in Word Document and save the result. The following code sample demonstrates how To reject 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."source_files/word/source_with_revs.docx" }, "RejectAll": true, "OutputPath":...

    docs.groupdocs.cloud/comparison/reject-all-revi...
  10. Link Annotation | Documentation

    Link annotation adds a hyper link To Document 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 (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # 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..."annotationdocs/one-page.docx" }, "OutputPath": "Output/output.docx", "Annotations":...

    docs.groupdocs.cloud/annotation/link-annotation/