Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 4,982 for

groupdocs.viewer,

(0.1 sec)
  1. Get supported file formats | Documentation

    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 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<FileType> 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.

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API.... This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/sign-document-...
  3. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...This article provides the knowledge that how to export metadata properties to an Excel workbook in Java

    docs.groupdocs.com/metadata/java/exporting-meta...
  4. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images....Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images.

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page.... This sections contains explanation about various electronic signature visual appearances on document page.

    docs.groupdocs.com/signature/net/using-signatur...
  6. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#.

    kb.groupdocs.com/parser/net/how-to-extract-text...
  7. How to Compare Images in C#

    Do you want to perform image comparison easily, then review the guide to compare Images in C# and learn how to create the image comparison in C# functionality?...Do you want to perform image comparison easily, then review the guide to compare Images in C# and learn how to create the image comparison in C# functionality?

    kb.groupdocs.com/comparison/net/how-to-compare-...
  8. How to Remove Annotation from PDF using Java

    Review the process to remove annotation from PDF using Java by consuming a popular annotation library and how to develop the feature to remove annotation in Java....Review the process to remove annotation from PDF using Java by consuming a popular annotation library and how to develop the feature to remove annotation in Java.

    kb.groupdocs.com/annotation/java/how-to-remove-...
  9. Convert JPG to PDF using C#

    By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#....By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#.

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  10. How to Convert XLSX to DOCX using C#

    In this article, you will be guided on how to convert XLSX to DOCX using C#. Also, a code example will be provided to demonstrate how to export XLSX to DOCX in C#....In this article, you will be guided on how to convert XLSX to DOCX using C#. Also, a code example will be provided to demonstrate how to export XLSX to DOCX in C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...