Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 9,601 for

image

(0.13 sec)
  1. Introducing GroupDocs.Signature for .NET | Grou...

    Introduction to GroupDocs.Signature for .NET - what is it and why to use... barcodes, QR-codes, text, image, metadata, form fields and digital...signature types: Text Signature; Image Signature; Digital Signature;...

    docs.groupdocs.com/signature/net/introducing-gr...
  2. 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...
  3. This is a sample presentation

    Presentation with JPG Image in background 4 2019-08-06T20:35:21Z 4 0 2 9 0 0 Dovlet Mamenov 9 2017-04-23T15:00:59Z en-US 2019-08-06T20:35:21Z 2019-08-06T20:35:21Z This is a sample presentation 2019......Presentation with JPG image in background 4 2019-08-06T20:35:21Z...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  4. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document....on Specific Camera # Digital Images may contain some useful information...range of information about the image i-e camera’s information, author’s...

    blog.groupdocs.com/metadata/best-practices-in-m...
  5. 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-...
  6. Edit Watermark Objects in Word Documents using ...

    We are pleased to announce the release of version 18.2 of GroupDocs.Watermark for .NET. The latest version allows you to edit the objects that can be considered as watermark in Word documents. Following are the features that are introduced in GroupDocs.Watermark for .NET 18.2. Editing Watermark Objects in Word Documents Replacing text for particular shapesWe have added the support of replacing text for particular shapes in a Word document. Following code sample shows how to use this feature....added the feature of replacing image of the shape in a Word document...sample shows how to set the image of a shape. # using (WordsDocument...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  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. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...document Specify the JPEG image quality Set image size limits Optimize...

    docs.groupdocs.com/viewer/python-net/rendering-...
  9. 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...
  10. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....previewing, or sharing content as images, this solution eliminates the...render the DOCX file into JPG images using your configured options...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...