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

list

(0.07 sec)
  1. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by GroupDocs.Signature API....search for signatures in document List < WordProcessingMetada > signatures...

    docs.groupdocs.com/signature/java/search-for-en...
  2. Sign document with Barcode signature and additi...

     This article explains how to sign document with Barcode electronic signatures using extended options with GroupDocs.Signature API.... WriteLine ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...property Extensions that expects list of different extensions classes...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....The method is used to get a list of synonyms for a given word...

    docs.groupdocs.com/search/java/synonym-dictionary/
  5. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....The method is used to get a list of synonyms for a given word...

    docs.groupdocs.com/search/java/homophone-dictio...
  6. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer.... Then, we list the gems we’re using: gem ‘rake’...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  7. Convert SVG to PNG in Java - Vector Graphics to...

    Convert SVG vector graphics to PNG images using Java. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted PNG using Java API.... It supports a large list of images formats for conversion...

    blog.groupdocs.com/conversion/convert-svg-to-pn...
  8. GroupDocs.Viewer for Java Library Version 2.5.0...

    In this post I’m going to introduce new features that became available with version 2.5.0 of the Java document viewer library from GroupDocs. GroupDocs.Viewer for Java is a lightweight document viewer library that supports more than 50 file formats, including Microsoft Office documents, PDFs, images, OpenDocument files, emails and others. Initially, the library was geared towards integration into web apps and websites. Starting from this release, we overcame the boundaries of the “web” prefix and made the viewer available for any type of applications, including desktop and mobile ones!... viewDocument) – Generate a list of images/pages Cache Control...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. Edit Presentations in C# | .NET PPT/PPTX Editing

    Editing PowerPoint presentations is explained with C# examples to edit PPT, PPTX, ODP files within your .NET application using presentation editing API....GetContent(); List<IHtmlResource> allResources...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  10. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a List of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Extract the instance and obtain a list of objects Iterate trough the...

    docs.groupdocs.com/metadata/net/working-with-me...