Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 2,788 for

list

(0.21 sec)
  1. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs APIs are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs APIs. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive API documentation and sandboxes, and to generate the code of an API client.... We see a list with all possible actions. Select...caption=“Swagger UI home page with list of applications”] [/caption]...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...
  2. How to Run Examples | GroupDocs

    Examples to annotate on your documents, images or web pages using C#....this: C# // Create list of annotations List < AnnotationBase >...> annotations = new List < AnnotationBase >() { new AreaAnnotation...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  3. Extract data from databases | GroupDocs

    This article demonstrate that how to extract data from databases via JDBC..." ); return ; } // Get a list of tables Iterable < TocItem...LoadOptions loadOptions ); The list of tables is represented as...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....GetBarcodes method to get a list of PageBarcodeArea , focusing...file Finally, go through the list to access and handle the QR...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  5. Update Barcode Signatures in Document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....obtain a list of barcode signatures Select from the list the object(s)...

    docs.groupdocs.com/signature/python-net/update-...
  6. Delete Image signatures from documents | GroupDocs

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...

    docs.groupdocs.com/signature/python-net/delete-...
  7. Get possible conversions | GroupDocs

    This article explains how to obtain supported conversions when convert documents with GroupDocs.Conversion within your .NET applications....document or to display the complete list of supported formats. Fortunately...the collection with a complete list of possible conversions for...

    docs.groupdocs.com/conversion/net/get-possible-...
  8. Delete Barcode signatures from documents | Grou...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...

    docs.groupdocs.com/signature/python-net/delete-...
  9. Text search in network | GroupDocs

    This page contains information about full-text searching in the search network....= 0 ; List < NetworkFoundDocument > documents = new List < NetworkFoundDocument...

    docs.groupdocs.com/search/net/text-search-in-ne...
  10. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for Java....//Supported only Word and PDF List points = new ArrayList < Point...setRepliedOn ( new Date ()); List < Reply > replies = new ArrayList...

    docs.groupdocs.com/annotation/java/add-squiggly...