Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 3,410 for

image signature

(0.44 sec)
  1. Working with metadata in PNG images | GroupDocs

    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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Signature Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....Signature Product Family GroupDocs.Metadata...visual communication, enhancing images with annotations can greatly...

    kb.groupdocs.com/annotation/java/add-area-annot...
  3. How to Convert MHTML to JPG in C#

    This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....Signature Product Family GroupDocs.Metadata...convert options for the output image file. Moreover, MHTML file can...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Add Text Watermark to DOC Using Python

    Learn how to add text watermark to DOC using Python. This tutorial shows how to embed text watermarks into DOC documents with custom font, color, and alignment....Signature Product Family GroupDocs.Metadata...check out our guide on removing image watermarks from ODT using Python...

    kb.groupdocs.com/watermark/python/add-text-wate...
  5. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Signature Product Solution GroupDocs...OpenDocument Presentation , Tagged Image File Format (TIFF) Joint Photographic...

    docs.groupdocs.com/annotation/net/supported-doc...
  6. GroupDocs.Total for .NET 25.9 – Latest Updates ...

    Explore what’s new in GroupDocs.Total for .NET 25.9. Available now on NuGet and GroupDocs website....Signature for .NET 25.6 (no change)...FileNotSupportedExce that was thrown for JTIF image files. No new public‑API features...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  7. How to Convert PDF to TIFF in Java

    Quickly understand the procedure for doing document transformation, learn how to convert PDF to TIFF in Java, and create the code to export PDF to TIFF using Java....Signature Product Family GroupDocs.Metadata...last step, save the converted image file to the disk with the help...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Signature Product Solution GroupDocs...and manipulate documents and images within your Java applications...

    docs.groupdocs.com/total/java/
  9. Get the PDF output file information | GroupDocs

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Signature Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  10. Convert XLSX to RTF using Python

    Learn how to convert XLSX to RTF using Python in this topic. Discover how to export XLSX to RTF in Python easily, without the need to install any extra software....Signature Product Family GroupDocs.Metadata...including exporting files as images, explore our specialized tutorials...

    kb.groupdocs.com/conversion/python/convert-xlsx...