Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 8,327 for

page

(0.08 sec)
  1. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify 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....signatures Leave feedback On this page GroupDocs.Signature Cloud provides..."1234567890" , AllPages = false , Page = 1 , PagesSetup = new PagesSetup...

    docs.groupdocs.cloud/signature/verify-digital-s...
  2. Working with Annotations | Documentation

    Note Note: The features listed in this Page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name....On this page Note Note: The features listed in this page are working...pageNumber int The annotation page number. annotationPosition Point...

    docs.groupdocs.cloud/annotation/working-with-an...
  3. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Files Leave feedback On this page Download File API This API allows...cloud/v1.0/editor/storage/file/one-page.docx?storageName=MyStorage"...

    docs.groupdocs.cloud/editor/working-with-files/
  4. Technical Support | Documentation

    GroupDocs provides free technical support and guidance to customers, including evaluating customers. Submit your question, opinion or suggestions on our forums.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/assembly/getting-started/s...
  5. How to Split PowerPoint PPT or PPTX Slides in P...

    Split PowerPoint presentations using PowerPoint Splitter online and free slides split tool. Let's learn how to split PowerPoint PPT or PPTX slides in python...PowerPoint to Single Slides by Pages Range in Python Split PowerPoint...rearrange a single page or a collection of pages from supported document...

    blog.groupdocs.cloud/merger/how-to-split-powerp...
  6. Document Splitting in Java | PDF Document Splitter

    Learn how to split PDF into separate files in Java. Explore the features of GroupDocs.Merger Cloud SDK for Java and split PDFs using Page numbers or ranges....applications for extracting specific pages or sections from a PDF document...rotate, swap, and manipulate PDF pages and documents. The SDK is easy...

    blog.groupdocs.cloud/merger/java-document-split...
  7. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration tools into their apps and sites....the library, please go to this page . GroupDocs.Viewer for Java:...GroupDocs.Viewer for Java on this page . GroupDocs.Total for Cloud...

    blog.groupdocs.cloud/total/groupdocs-customer-n...
  8. Merge PDF Files using REST API in Python | Comb...

    Programmatically merge PDF files using a REST API on the cloud in Python with Document Merger Cloud SDK for Python. Merge specific Pages of PDFs in Python....API in Python Merge Specific Pages of Multiple PDF Files using...exchange, rotate or change the page orientation either as portrait...

    blog.groupdocs.cloud/merger/merge-pdf-files-usi...
  9. 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....signatures Leave feedback On this page GroupDocs.Signature Cloud provides...'FilePath': 'signedQRCode_one-page.docx' }, 'Options': [ { 'SignatureType':...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-Pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "PageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Metadata Leave feedback On this page GroupDocs.Conversion Cloud REST...0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json"...

    docs.groupdocs.cloud/conversion/get-document-me...