Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 29,453 for

groupdocs.parser

(0.11 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Redaction for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify repository configuration/location in your project as follows: Maven GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Gradle repositories { maven { url "https://repository.groupdocs.com/repo/" } } Kotlin repositories { maven(url = "https://repository.groupdocs.com/repo/") } Ivy docs.groupdocs.com/redaction/java/installation/

  3. How to Sign PDF Document with QR Code in C#

    Easily generate QR Code in C# by following this guide and review the process to sign PDF document with QR Code in C# without a third-party tool....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  4. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/comparison/java/how-to-compare...
  6. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Add Reply to Annotation in PDF using Java

    This concise tutorial will guide you how to add reply to annotation in PDF using Java. Also, it provides working code example to reply annotation in PDF using Java....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/how-to-add-rep...
  8. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert Excel to PDF in C#

    Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Search Product Family GroupDocs.Parser Product Family GroupDocs...

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