Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 3,058 for

image conversion

(0.05 sec)
  1. Working with metadata in GIF images | Documenta...

    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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to Images inside a document then it can be possible using GroupDocs.Watermark....Conversion Product Solution GroupDocs...Adding watermarks / To images / To images inside a document Adding...

    docs.groupdocs.com/watermark/net/adding-waterma...
  3. Remove Embedded Files in PDF in GroupDocs.Conve...

    GroupDocs.Conversion for .NET 18.10 comes with some bug fixes and a improvement. Border missing issue in ODS output is now resolved. Please refer to GroupDocs.Conversion for .NET 18.10 release notes for further reference. Improvements Implement option for removing embedded files in Pdf Bug Fixes The Image inside presentation isn’t the same in ODP output Missing border in ODS Excel output XLSX file eats almost 2 GB RAM while converting and the process never completes API Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Conversion for .NET 18.10 comes with some bug fixes...Please refer to GroupDocs.Conversion for .NET 18.10 release notes...

    blog.groupdocs.com/conversion/remove-embedded-f...
  4. How to Run Examples | Documentation

    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....Conversion Product Solution GroupDocs...folders will look like following image: This project is created in...

    docs.groupdocs.com/metadata/net/how-to-run-exam...
  5. Convert JSON and CSV Data in C# | JSON to CSV |...

    Convert JSON to CSV and CSV to JSON in C# within .NET applications. Examples convert the structured JSON data into comma-separated values CSV and vice-versa....This article discusses the conversion of JSON to CSV format and...JSON and CSV Conversion JSON to CSV Conversion CSV to JSON Conversion...

    blog.groupdocs.com/conversion/convert-json-and-...
  6. Render to PDF | Documentation

    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/
  7. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Conversion Product Solution GroupDocs...to the , EXIF (Exchangeable image file format) is a standard that...

    docs.groupdocs.com/metadata/java/working-with-e...
  8. Add watermarks to presentation documents | Docu...

    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....Conversion Product Solution GroupDocs...textWatermarkOptions ); // Add image watermark to the second slide...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) 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/net/optimization-pdf-...
  10. Add watermarks to PowerPoint presentations | Do...

    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...