Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 6,660 for

may

(0.04 sec)
  1. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  3. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…... I wonder GraphDocs may be an option. private static...

    forum.groupdocs.com/t/reference-to-commonutilit...
  4. How to Convert MPP to PDF in C#

    This short tutorial describes the procedure to convert MPP to PDF in C# and how to use this guide to create the convert MS Project to PDF using C# capability....converter functionality so you may use it in your projects for performing...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert TXT to RTF using Java

    This tutorial will provide guidance on how to convert TXT to RTF using Java, along with code example to export TXT to RTF in Java on commonly used operating systems.... Updated on 05 May 2023 English Français Türkçe...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert Outlook Email to HTML in C#

    This quick article explains the process to convert Outlook Email to HTML in C# and learn how to use these instructions to create convert MSG to HTML C# application.... However, you may alter this working example by...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert RTF to HTML in C#

    Check out the detailed instructions to do document conversion and how to convert RTF to HTML in C#. Review sample code for RTF to HTML C# capability.... However, you may set various other parameters...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Sign JPEG with QR Code using Java

    Quickly learn how to sign JPEG with QR Code using Java. We will also provide a code example to create QR Code in JPEG using Java without installing extra software.... You may integrate QR Code into JPEG in...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  9. How to Convert SVG to PNG in Java

    Let's review the detailed instructions to convert SVG to PNG in Java and how to use these points to develop Java convert SVG to PNG capability.... Updated on 25 May 2022 English Ελληνικά Türkçe...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. SVG to PNG Conversion Tricks

    Convert SVG to PNG image format using free online image conversion tool. Developers convert using .NET & Java API.... Compatibility issues may require converting SVG to other...

    blog.groupdocs.com/conversion/convert-svg-to-png/