Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 5,399 for

file merger

(0.05 sec)
  1. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....Merger Product Solution GroupDocs...check restrictions of Excel file when modifying cell objects...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  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. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a File is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Merger Product Solution GroupDocs...remove metadata properties from a file is to use corresponding tags...

    docs.groupdocs.com/metadata/python-net/remove-m...
  4. 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/
  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 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...
  6. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Merger Product Solution GroupDocs...Redaction product creates a new PDF file and adds raster images of redacted...

    docs.groupdocs.com/redaction/java/features-over...
  7. 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...
  8. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....Merger Product Solution GroupDocs...previously chosen format by specified file path or into specified stream...

    docs.groupdocs.com/editor/net/save-document/
  9. 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...
  10. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Merger Product Solution GroupDocs...optionsTextDIG ); // sign document to file signature . Sign ( "signedSample...

    docs.groupdocs.com/signature/net/sign-document-...