Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 2,995 for

image viewer

(0.04 sec)
  1. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain removing metadata from photos, adding metadata to photos, removing metadata from pdf, adding metadata to various formats and many more examples....Viewer Product Solution GroupDocs...folders will look like following image: This project is created in...

    docs.groupdocs.com/metadata/net/how-to-run-exam...
  2. Working with metadata in GIF images | GroupDocs

    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....Viewer Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Viewer Product Solution GroupDocs...textWatermarkOptions ); // Add image watermark to the second slide...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Viewer Product Solution GroupDocs...text will be transformed to image and put to document page. This...

    docs.groupdocs.com/signature/java/sign-document...
  5. How to Add Underline Annotation into PDF Using C#

    We will explore the process how to add underline annotation into PDF using C#. A code example is also provided to insert underline annotation in PDF using C#....Viewer Product Family GroupDocs.Comparison...a topic about incorporating image annotations into PDF files....

    kb.groupdocs.com/annotation/net/how-to-add-unde...
  6. GroupDocs.Signature Product Family

    Find answers about signing digital documents and Images of various types using code on any platform....Viewer Product Family GroupDocs.Comparison...Java Latest Answers How to Add Image Signature to PDF using C# How...

    kb.groupdocs.com/signature/page/3/
  7. Add watermarks to diagram documents | GroupDocs

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....Viewer Product Solution GroupDocs...textWatermarkOptions ); // Initialize image watermark ImageWatermark imageWatermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples....Viewer Product Solution GroupDocs...AddTiledImageWaterma # Repeated tiled image watermark │ ├── AddLockedSectionWate...

    docs.groupdocs.com/watermark/net/secure-methods...
  9. How to Convert PDF to Text using Java

    This short article explains the process to convert PDF to Text using Java and produces the sample code for PDF to Text converter Java functionality....Viewer Product Family GroupDocs.Comparison...converting Word Document to Image using Java, take a look at how...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert PNG to JPG using Java

    Learn the complete workflow of how to convert PNG to JPG using Java and how to implement this guide for the development of the Java convert PNG to JPG application....Viewer Product Family GroupDocs.Comparison...for doing conversion between image formats using a few API calls...

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