Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,790 for

list

(0.05 sec)
  1. Getting document text in network | GroupDocs

    This page contains information about getting document text in the search network.... A list of all indexed documents in...Searcher ; List < NetworkDocumentInfo > documents = new List < NetworkDocumentInfo...

    docs.groupdocs.com/search/net/getting-document-...
  2. 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...image signatures in the document List < ImageSignature > signatures...

    docs.groupdocs.com/signature/net/delete-image-s...
  3. Update Image signatures in document | GroupDocs

    This article explains how to update Image electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...image signatures in document List < ImageSignature > signatures...

    docs.groupdocs.com/signature/net/update-image-s...
  4. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...QRCode signatures in document List < QrCodeSignature > signatures...

    docs.groupdocs.com/signature/java/update-qr-cod...
  5. GroupDocs.Signature for .NET 25.12 – Latest Upd...

    Explore what’s new in GroupDocs.Signature for .NET 25.12. Available now on NuGet and GroupDocs website....pdf" )) { List<SearchOptions> searchOptions = new List<SearchOptions>...Verify only signatures on page 1 List<BaseSignature> result = signature...

    blog.groupdocs.com/signature/groupdocs-signatur...
  6. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including image conversion, and why you’d want to do it. Today, I’ll show you how to perform two tasks: first, how to convert the pages in a document to images and then how to convert an image from one format to another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded to a number of different formats.... Select a format from the list. Click Convert . Each page in...Convert . Select a format from the list. Click Convert . The file is...

    blog.groupdocs.com/total/converting-images-for-...
  7. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a bullet List at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Creating a Template Add a bullet list at the place where you want...following information: Bulleted list of clients A table showing managers’...

    docs.groupdocs.com/assembly/java/generating-rep...
  8. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a List of supported file types. An example of obtaining a List of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/metadata/java/get-supported-...
  9. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....Data Bands Note See Bulleted List template using Common Data Bands...build numbered or bulleted lists in reports dynamically. For...

    docs.groupdocs.com/assembly/java/template-synta...
  10. getting fonts on GroupDocs Blog | Document Auto...

    getting fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in getting fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......NET 中使用字体 Learn how to get list of used fonts, specify or replace...

    blog.groupdocs.com/zh/tag/getting-fonts/index.xml