Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 3,521 for

image signature

(0.24 sec)
  1. 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#....Signature Product Family GroupDocs.Metadata...Product Family How to Extract Images from PowerPoint in C# In this...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  2. 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....Signature Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Add watermarks to diagram documents | GroupDocs

    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....Signature Product Solution GroupDocs...textWatermarkOptions ); // Initialize image watermark ImageWatermark imageWatermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. 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....Signature Product Family GroupDocs.Metadata...Product Family How to Extract Images from Word Document in C# In...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  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...Signature Product Solution GroupDocs...(); Adding watermark to all images in header and footer GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  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....Signature Product Solution GroupDocs...folders will look like following image: This project is created in...

    docs.groupdocs.com/metadata/net/how-to-run-exam...
  7. How to Render DOCX as PNG using C#

    In this article, we will guide you on how to render DOCX as PNG using C# without installing extra software. We will also provide code to render DOCX to PNG using C#....Signature Product Family GroupDocs.Metadata...contexts. PNG is a widely used image format known for its lossless...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  8. How to Convert PDF to Text using Java

    This short article explains the process to convert PDF to Text using Java and produces the sample code for PDF to Text converter Java functionality....Signature Product Family GroupDocs.Metadata...converting Word Document to Image using Java, take a look at how...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert PNG to JPG using Java

    Learn the complete workflow of how to convert PNG to JPG using Java and how to implement this guide for the development of the Java convert PNG to JPG application....Signature Product Family GroupDocs.Metadata...for doing conversion between image formats using a few API calls...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. GroupDocs.Markdown for .NET Documentation | Gro...

    Convert PDF, Word, Excel, and other documents to clean Markdown with full control over output flavor, Image handling, and formatting....Signature Product Solution GroupDocs...strict CommonMark Flexible image handling — Base64, file system...

    docs.groupdocs.com/markdown/net/