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

image

(0.37 sec)
  1. Extract ZIP Archives Data using Java | Extract ...

    Extract ZIP files data using document parsing Java API. Parse archives and extract whole text and Images within the enclosed files in Java.... you can extract the text, images, and even metadata from the...files data using Java. Extract Images from Files within ZIP files...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  2. Watermark Word Processing Documents

    A watermark in presentation software and word processing is frequently used in a slightly different manner than digital watermarks used in other digital multimedia content. This watermark is often a faded Image or text as a background of a slide or a page. It is meant to enhance but is not the focal point of the page/slide. Watermarks are sometimes used in the form of a logo, discreetly placed on a slide or page to brand the presentation or document....watermark is often a faded image or text as a background of a...watermark types. Text watermark Image watermark Watermarking in Microsoft...

    blog.groupdocs.com/watermark/watermarking-in-wo...
  3. Add watermarks to diagram documents | GroupDocs

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....textWatermarkOptions ); // Initialize image watermark using ( ImageWatermark.... ForegroundPages ; // Add image watermark to all foreground...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract Images from PowerPoint in C# and a sample working code on how to get Images from PowerPoint using C#....Product Family How to Extract Images from PowerPoint in C# In this...step-by-step procedure to extract images from PowerPoint in C# using...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  5. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......Documents with Python: Stamp, Image & Form Field Digital Signatures...Python - learn stamp-based, image-based, and form field signature...

    blog.groupdocs.com/categories/groupdocs.signatu...
  6. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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/net/working-with-me...
  7. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....textWatermarkOptions ); // Add image watermark to the second slide...close (); Add watermark to all images inside a particular slide GroupDocs...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. GroupDocs.Conversion 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....Excel, PowerPoint, Visio, PDF & image files. Just like all GroupDocs...documents to PDF and raster images. GroupDocs.Conversion for ...

    blog.groupdocs.com/categories/groupdocs.convers...
  9. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....properly for rendering into image and PDF Incorrect rendering...rendering PDF document as HTML Images are missing when rendering...

    blog.groupdocs.com/viewer/exclude-specific-font...
  10. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# Image extractor from Word....Product Family How to Extract Images from Word Document in C# In...detailed procedure to extract Images from Word document in C# ....

    kb.groupdocs.com/parser/net/how-to-extract-imag...