Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,401 for

list

(0.67 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages.... close (); Listing all message recipients GroupDocs...GroupDocs.Watermark also allows listing all the message recipients...

    docs.groupdocs.com/watermark/java/email-messages/
  5. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats List when parsing documents with GroupDocs.Parser within your Python applications....this page allows you to get the list of all . To do this, follow...snippet shows how to obtain a list of supported file formats: Get...

    docs.groupdocs.com/parser/python-net/get-suppor...
  6. Features Overview | GroupDocs

    Render documents to HTML, PDF, PNG, or JPEG; extract text; List attachments; and apply rotations, reorders, and watermarks with GroupDocs.Viewer for Python via .NET....Archive — list of folders contained in the archive. CAD — list of layers...layouts in a CAD document. Email — list of folders contained in an Outlook...

    docs.groupdocs.com/viewer/python-net/getting-st...
  7. Delete signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....method to obtain list of signatures; Select from list signature object(s)...

    docs.groupdocs.com/signature/python-net/delete-...
  8. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text 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. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java.... List < Reply > replies = Arrays ...asList ( reply1 , reply2 ); List < Point > points = Arrays ....

    docs.groupdocs.com/annotation/java/add-link-ann...
  10. Remove annotation replies | GroupDocs

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....annotations collection from document List < AnnotationBase > annotations...annotations collection from document List < AnnotationBase > annotations...

    docs.groupdocs.com/annotation/net/remove-annota...