Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 8,134 for

page

(0.03 sec)
  1. 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....revisions Leave feedback On this page GroupDocs.Comparison Cloud allows...+ result . href ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/reject-all-revi...
  2. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load 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 GroupDocs.Conversion Cloud documentation 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....Options Leave feedback On this page This example demonstrates how...result [ 0 ]. Url ) } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  3. free online rotate pdf pages on Document Automa...

    free online rotate pdf Pages on Document Automation REST APIs | GroupDocs Cloud Recent content in free online rotate pdf Pages on Document Automation REST APIs | GroupDocs Cloud หมุนหน้าไฟล์ PDF โด......free online rotate pdf pages on Document Automation REST APIs...content in free online rotate pdf pages on Document Automation REST...

    blog.groupdocs.cloud/th/tag/free-online-rotate-...
  4. python online pdf rotate pages on Document Auto...

    python online pdf rotate Pages on Document Automation REST APIs | GroupDocs Cloud Recent content in python online pdf rotate Pages on Document Automation REST APIs | GroupDocs Cloud หมุนหน้าไฟล์ PD......python online pdf rotate pages on Document Automation REST APIs...in python online pdf rotate pages on Document Automation REST...

    blog.groupdocs.cloud/th/tag/python-online-pdf-r...
  5. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Signature Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/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....Storage API Leave feedback On this page Storage existence API This API...0/signature/storage/version/one-page.docx?storageName#MyStorage"...

    docs.groupdocs.cloud/signature/working-with-sto...
  6. How To Add Visible Digital Signature to PDF in ...

    Hey Tilal, Thanks for reaching out to me, i really appreciate it. I was able to resolve the issue by correcting the storage and paths. But there’s an underlying problem that I am facing right now. I am uploading both th…...filePath = "02_pages.pdf"; // Set Signature Options...the top right corner of the page by default. Is there a way i...

    forum.groupdocs.cloud/t/how-to-add-visible-digi...
  7. 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....Annotations Leave feedback On this page Get method allows to retrieve...$response . length . to_s ) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/annotation/extract-annotat...
  8. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. 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 Delete annotations HTTP POST ~/annotation/remove 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....Annotations Leave feedback On this page Delete method allows to remove...new FileInfo { FilePath = "one-page.docx" }; var options = new RemoveOptions...

    docs.groupdocs.cloud/annotation/delete-annotati...
  9. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Formats Leave feedback On this page GroupDocs.Comparison Cloud REST... getMessage ()); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-supported-f...
  10. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 38. or the empty ones between the value “123” and the upper lines. attached is the example…...width Page width for converting CAD document height Page height...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...