Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 8,788 for

image

(0.07 sec)
  1. How to Run | Documentation

    Learn how to run Java examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....folders will look like following image: The project uses Maven build...its dependencies. Following image shows how it looks like when...

    docs.groupdocs.com/watermark/java/how-to-run/
  2. How to Run Examples | Documentation

    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....folders will look like following image: This project is created in...all the sample document and image files used in the examples....

    docs.groupdocs.com/metadata/net/how-to-run-exam...
  3. Add watermarks to diagram documents | Documenta...

    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....textWatermarkOptions ); // Initialize image watermark ImageWatermark imageWatermark... ForegroundPages ); // Add image watermark to all foreground...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Aspose

    From: mlemos@acm.org on behalf of "mlemos" Sent: Saturday, April 30, 2005 10:28 PM To: Manuel Lemos Subject: Testing Manuel Lemos' MIME E-mail composing and sending PHP class: HTML...... Here is an image embedded in a message as a separate...

    docs.groupdocs.com/conversion/java/_sample_file...
  5. QR Code Scanner

    Free online QR code reader is the fastest and most user-friendly web application to scan QR codes....Code Read QR-Code online from image, files of various formats and...allows you to read QR-Code from images and files of various formats...

    products.groupdocs.app/scanner/scan-qr-code
  6. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/nodejs-java/working...
  7. Determine the file type | Documentation

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Sub End Module The following image shows a sample console output:...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  8. 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....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....) and multi-frame images. Remove page range In the example...Remove frame from image In case of a multi-frame image you might need...

    docs.groupdocs.com/redaction/python-net/remove-...
  10. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size.... For example, images or fonts are stored as stream...them. For example, the old image was replaced with the new one...

    docs.groupdocs.com/viewer/net/optimization-pdf-...