Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 4,976 for

file merger

(0.07 sec)
  1. 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/
  2. How to Sign JPEG with text signature using C#

    In this topic, you will get help on how to sign JPEG with text signature using C#. Also, code example will be supplied to add text signature to JPEG using C#....Merger Product Family GroupDocs.Redaction...class by passing input JPEG file’s path as an argument to its...

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...
  3. 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...
  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 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...
  5. 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...
  6. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Java....Merger Product Solution GroupDocs...protection for the converted file, using the specified password...

    docs.groupdocs.com/conversion/java/convert-to-s...
  7. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Merger Product Solution GroupDocs...Position , result . Text )); } } File Type Detection Old coding style...

    docs.groupdocs.com/parser/net/migration-notes/
  8. Render XLSX as HTML using Java

    In this discussion, we'll delve into the process of how to render XLSX as HTML using Java. Additionally, we'll provide you Java code for rendering XLSX to HTML....Merger Product Family GroupDocs.Redaction...the task of converting Excel files in the XLSX format to HTML using...

    kb.groupdocs.com/viewer/java/render-xlsx-as-htm...
  9. Render TXT as HTML using Java

    In this instructional guide, we'll explore the process of how to render TXT as HTML using Java. Moreover, we'll equip you with Java code for rendering TXT to HTML....Merger Product Family GroupDocs.Redaction...transform plain text ( TXT ) files into HTML format using Java...

    kb.groupdocs.com/viewer/java/render-txt-as-html...
  10. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....Merger Product Family GroupDocs.Redaction...processing, extracting metadata from files is an essential task that can...

    kb.groupdocs.com/parser/net/extract-metadata-fr...