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

list

(0.19 sec)
  1. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...version, a list of rectangular areas to recognize and a list of allowed...implement both of them. The list of rectangular areas specifies...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  2. 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-...
  3. 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-...
  4. Supported File Formats | GroupDocs

    This topic Lists file formats supported by GroupDocs.Total for Python via .NET....product exposes its own detailed list of supported file types. For...supported-formats page for the authoritative list. Highlights Conversion supports...

    docs.groupdocs.com/total/python-net/supported-d...
  5. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...archive files the lists of and signatures as the list of the instances...Instantiate the single object or list of this class with the required...

    docs.groupdocs.com/signature/net/signing-archiv...
  6. Fields.docx

    Document with fields Text field: textbox Check box: ☐ Drop down List: Option 1 4 2025-05-27T23:34:00Z 13 16.0000 1 54 Klotos Live 54 2025-05-27T23:20:00Z 1 2025-05-27T23:34:00Z 2025-05-27T23:34:00Z......textbox Check box: ☐ Drop down list: Option 1 4 2025-05-27T23:34:00Z...

    docs.groupdocs.com/editor/java/sample-files/Fie...
  7. Publishing Modern SharePoint Web-Part for Group...

    GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint Developers for GroupDocs.Viewer for .NET API. Using this release SharePoint developers can not only integrate GroupDocs.Viewer in their SharePoint site, but they can also customize it according to their needs. This new release is simple, efficient and, user friendly. Please download and investigate this new Web-Part. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design.... The list of available files is populated...automatically. To add new files to the list, just put them in storage directory...

    blog.groupdocs.com/viewer/publishing-modern-sha...
  8. How to Use GroupDocs' Online Document Viewer Pl...

    We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability to view documents and images right in your web browser, without having to install bulky office software. Whether you need to view a text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you.... The list of supported file formats is...folder). Refresh Refresh the file list Embed Generate the iframe tag...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  9. Remove Annotations from PDF, Word Documents usi...

    Programmatically remove annotations from PDF and Word files using C#. Remove all annotations, remove by providing IDs, annotation types using .NET API....documentation for the complete list of supported document formats...document. Just provide the ID or list of IDs to get rid of the specified...

    blog.groupdocs.com/annotation/remove-annotation...
  10. Add text redaction annotation | GroupDocs

    The page describes how to add text redaction annotation to a document using GroupDocs.Annotation for Java.... List < Reply > replies = new ArrayList...point4 = new Point ( 240 , 650 ); List < Point > points = new ArrayList...

    docs.groupdocs.com/annotation/java/add-text-red...