Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 3,006 for

one

(0.38 sec)
  1. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/text-redaction-...
  2. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....other hand, PNG image format is one of the best choice for a raster-based...comes to transferring data from one database to another without any...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  3. Search Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Search Options objects and object properties SearchOptionsCollectionData Object Provides list of options for documents searching. Example SearchOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "text": "123456789012", "matchType": "Contains", "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] }, "searchAllPages": true }, { "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } ] } SearchOptionsCollectionData Object Fields...Optional Barcode Type name (value one of supported Barcode Type names)...Optional Barcode Type name (value one of supported Barcode Type names)...

    docs.groupdocs.cloud/signature/search-options-o...
  4. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output 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 Add annotation and get the result immediately HTTP PUT ~/annotation/add 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....'FilePath': 'annotationdocs/one-page.docx' }, 'Annotations':...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/add-direct/
  5. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/One-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "One-page.docx", "extension": "....\"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\":...}}" Response { "fileName" : "one-page.docx" , "extension" : "...

    docs.groupdocs.cloud/signature/get-document-inf...
  6. Drupal Document Viewer Module | GroupDocs

    GroupDocs.Total for .NET APIs are UI-Agnostic and are quite flexible to target ASP.NET, Windows Forms, WPF, WCF or any type of application....NET APIs are now availabe in one suite - GroupDocs.Total for ....NET products packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/viewer/next-generation-gro...
  7. 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.Merger 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/merger/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....ObjectExistsRequest ( "WordProcessing/one-page.docx" , Common . MyStorage...ObjectExistsRequest ( "Mergers\\one-page.docx" , Utils . MYStorage...

    docs.groupdocs.cloud/merger/working-with-storage/
  8. Split PDF Files using REST API in Ruby

    Split a PDF document at certain pages for easy conversion into individual PDF files. This article is about how to split PDF files using REST API in Ruby....Ruby SDK Split PDF Files into One-Page Documents using Ruby How...Exact Page Number Split PDF to One-Page Files by Applying Filter...

    blog.groupdocs.cloud/merger/split-pdf-files-usi...
  9. Convert PDF to TXT in Python with REST API Solu...

    The GroupDocs.Conversion Cloud SDK for Python empowers developers to add document conversion feature in their application seamlessly with high fidelity...(Portable Document Format) is one of the most important and widely...50+ types of documents from one format to another. It offers...

    blog.groupdocs.cloud/conversion/extract-text-fr...
  10. 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....instead of processing all files one by one. As a Python developer, you...single document, or split up one source document into multiple...

    blog.groupdocs.cloud/merger/merge-pdf-files-usi...