Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 5,458 for

file merger

(0.06 sec)
  1. Optimize content | Documentation

    Optimize content of a PDF File using GroupDocs.Viewer for .NET (C#)...Merger Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize content Optimize...

    docs.groupdocs.com/viewer/net/optimize-content/
  2. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Merger Product Family GroupDocs.Redaction...class and pass the input Excel file to its constructor Instantiate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Export Data | Documentation

    How to export data to JSON or XML Files....Merger Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  4. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  5. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  6. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Merger Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  7. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Merger Product Solution GroupDocs...document was saved to a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/nodejs-java/highlight...
  8. Merge EPUB in C# on GroupDocs Blog | Document A...

    Merge EPUB in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge EPUB in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java De......memisahkan file EPUB menggunakan C# dengan GroupDocs.Merger for .NET...

    blog.groupdocs.com/id/tag/merge-epub-in-c/index...
  9. Optimize content | Documentation

    Optimize PDF content with GroupDocs.Viewer for Python and .NET. Improve File size and efficiency....Merger Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize content Optimize...

    docs.groupdocs.com/viewer/python-net/optimize-c...
  10. Optimize fonts | Documentation

    This guide shows you how to use the power of Java and GroupDocs.Viewer to optimize your fonts in Files....Merger Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize fonts Optimize fonts...

    docs.groupdocs.com/viewer/java/optimize-fonts/