Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 3,824 for

image conversion

(0.06 sec)
  1. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Conversion Product Solution GroupDocs...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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....Conversion Product Family GroupDocs...Product Family How to Extract Images from Word Document in C# In...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  4. Generate Page Previews | GroupDocs

    Rasterize document pages to PNG, JPEG, or BMP Image files using generate_preview() and a file-stream callback with GroupDocs.Merger for Python via .NET....Conversion Product Solution GroupDocs...rasterize document pages to image files — PNG, JPEG, or BMP —...

    docs.groupdocs.com/merger/python-net/developer-...
  5. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....Conversion Product Solution GroupDocs...may be large. For example, images or fonts are stored as stream...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....Conversion Product Solution GroupDocs...may be large. For example, images or fonts are stored as stream...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Render to PDF | GroupDocs

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

    docs.groupdocs.com/viewer/net/rendering-to-pdf/
  8. Generate document preview | GroupDocs

    Render document pages to preview Images with GroupDocs.Annotation for Python via .NET using PreviewOptions and page-stream callbacks....Conversion Product Solution GroupDocs...to render document pages to image files (PNG, JPEG, or BMP). You...

    docs.groupdocs.com/annotation/python-net/genera...
  9. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-Conversion-net, and run three minimal examples — DOCX → PDF, PDF → per-page PNG, and ZIP → consolidated PDF — in under five minutes....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/gettin...
  10. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Conversion Product Solution GroupDocs...textWatermarkOptions ); // Add image watermark to the second slide...

    docs.groupdocs.com/watermark/net/add-watermarks...