Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 33,532 for

groupdocs.viewer

(0.07 sec)
  1. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. 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....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  3. 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?...Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  4. How to Sign PDF Document with Barcode signature...

    Quickly review the detailed instructions for generating Barcode signature in C# and how to use Barcode digital signature for signing the PDF document....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  5. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/how-to-highlig...
  6. 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#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/extend-support...
  8. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-b...
  9. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verify-digita...
  10. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/verifying-doc...