Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,621 for

list

(0.04 sec)
  1. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API.... print ( "List of newly created signatures:"...result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  2. Get Indexed Documents using C#

    Learn how to get indexed documents using C# with our step-by-step guide. Discover how to retrieve indexed documents in C# efficiently for improved document management....GetIndexedDocuments method to fetch a list of all indexed documents from...through the retrieved document list and extract details using the...

    kb.groupdocs.com/search/net/get-indexed-documen...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. 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-...
  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. Extract ZIP Archives Data using Java | Extract ...

    Extract ZIP files data using document parsing Java API. Parse archives and extract whole text and images within the enclosed files in Java....text, and metadata from a long list of supported document formats...sample text, bulleted list, numbered list and more. • Bullet Item...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  10. GroupDocs.Viewer for .NET 25.9 – Latest Updates...

    Explore what’s new in GroupDocs.Viewer for .NET 25.9. Available now on NuGet and GroupDocs website....(VIEWERNET-5486) [New feature] List substituted fonts when getting...mechanism of extracting and listing used fonts of the loaded document...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...