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

image

(0.06 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....accurately convert documents & image file formats in any type of...application. Supports adding text or image watermarks during the conversion...

    docs.groupdocs.com/conversion/net/
  7. GroupDocs.Viewer for .NET 16.11.0 - Render OTP ...

    We are happy to announce that release of GroupDocs.Viewer for .NET for the month of November is available now. GroupDocs.Viewer for .NET 16.11.0 is packed with the new features such as the rendering of OTP file format and setting default font for email documents. This release also contains improvements and some important fixes of the outstanding issues. We would like you to upgrade your document viewer applications with the latest version of GroupDocs....exception when rendering xlsx to image Extra blank page created when...Failed to convert WMF file to image in Asp.Net application Incorrect...

    blog.groupdocs.com/viewer/groupdocs-viewer-16-1...
  8. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of new features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as watermark....implementation for text and image types. Simply download this...Implementation for Text and Image types GroupDocs.Signature for...

    blog.groupdocs.com/signature/groupdocs.signatur...
  9. Working with Folders Contained in Outlook Data ...

    We are pleased to announce the monthly release of GroupDocs.Viewer for .NET 18.12. This release includes three new features, two bug fixes, and four improvements. By upgrading to the latest version, you’ll be able to get the list of folders and render messages from a specific folder contained in Outlook Data Files (OST/PST). Furthermore, it also allows you to ignore empty columns when rendering Excel documents. Below is the list of new features, fixes, and the improvements added in version 18....rendering the document into HTML, image, and PDF. For working examples...rendering XPS to PDF Issue with the image source when rendering Excel...

    blog.groupdocs.com/viewer/working-with-folders-...
  10. How to Run | GroupDocs

    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/