Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 9,616 for

image

(0.05 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    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...
  2. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...(); Adding watermark to all images in header and footer GroupDocs...loadOptions ); // Initialize image or text watermark TextWatermark...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Signature for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....11 slim image and installing required .NET...base image which is smaller than the default base image FROM...

    docs.groupdocs.com/signature/python-net/getting...
  4. Determine the file type | GroupDocs

    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-...
  5. ASP.NET WebForms Modern UI Document Viewer v2.1...

    GroupDocs is pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer v2.1.0 using GroupDocs.Viewer for .NET 18.1. This release v2.1.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....view document in both HTML and Image representations for different...is enabled for both HTML & Image mode rendering and now users...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  6. 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....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...
  7. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....PowerPoint format Read TIFF Image File Directory tags Remove hidden...Office, PDF, Adobe Photoshop and image formats - the complete list...

    blog.groupdocs.com/categories/groupdocs.metadat...
  8. Searching watermarks | GroupDocs

    Find possible text and Image watermarks using Python via .NET, with powerful criteria.... image_data is not None : print ( len ( wm . image_data ))...other objects. Image search criteria Find image watermarks that...

    docs.groupdocs.com/watermark/python-net/searchi...
  9. 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....text will be transformed to image and put to document page. This...effects that is possible with image adjustment only (like opacity...

    docs.groupdocs.com/signature/java/sign-document...
  10. 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....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...