Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 6,013 for

file merger

(0.38 sec)
  1. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources...Merger Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/net/indexing-from-dif...
  2. Saving documents | GroupDocs

    Save redacted documents with GroupDocs.Redaction for Python via .NET — keep the original format, rasterize to PDF, save to a stream, overwrite the source, select pages, and apply advanced rasterization options....Merger Product Solution GroupDocs...single PDF next to the source file, so the result can be shared...

    docs.groupdocs.com/redaction/python-net/saving-...
  3. Export Data | GroupDocs

    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. Adding image watermarks | GroupDocs

    GroupDocs.Watermark API supports adding the following image File types as image watermark...Merger Product Solution GroupDocs...supports adding the following image file types as image watermark: BMP;...

    docs.groupdocs.com/watermark/net/adding-image-w...
  5. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Merger Product Family GroupDocs.Redaction...RTF ) files can be converted to plain text (TXT) files for a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for Java....Merger Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/java/word-track-c...
  7. Save image by custom strategy | GroupDocs

    The listed articles below explain how to user control how images are saved when a document is saved to Markdown format....Merger Product Solution GroupDocs...conversion. You can rename files, redirect output to a custom...

    docs.groupdocs.com/markdown/net/custom-strategy/
  8. Working with BMP metadata | GroupDocs

    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...
  9. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....Merger Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  10. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Merger Product Solution GroupDocs...C# // for this example input file ("input.pdf") must have at least...

    docs.groupdocs.com/annotation/net/save-only-ann...