Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 6,105 for

file merger

(0.21 sec)
  1. Add Text Watermark to XLSX Using Python

    Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....Merger Product Family GroupDocs.Redaction...the watermark Load the XLSX file with the Watermarker class inside...

    kb.groupdocs.com/watermark/python/add-text-wate...
  2. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Merger Product Solution GroupDocs...and are basically the text files, they have no worksheets, so...

    docs.groupdocs.com/editor/python-net/deleting-w...
  3. How to Convert DOCX to HTML using Java

    In this topic, you will explore how to convert DOCX to HTML using Java. Moreover, we will provide a code example to export DOCX to HTML in Java without using extra tools....Merger Product Family GroupDocs.Redaction...successfully converted a DOCX file to HTML format using Java with...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs...load and process email storage files, such as PST (Personal Storage...

    docs.groupdocs.com/conversion/java/load-persona...
  5. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....Merger Product Solution GroupDocs...following images show the output file with and without external resources...

    docs.groupdocs.com/viewer/net/loading-external-...
  6. Metadata redactions | GroupDocs

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....Merger Product Solution GroupDocs...the document to "*_Redacted.*" file in original format redactor...

    docs.groupdocs.com/redaction/java/metadata-reda...
  7. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...Merger Product Solution GroupDocs...'@groupdocs/groupdocs.comparison' ); // Define file paths for the source, target...

    docs.groupdocs.com/comparison/nodejs-java/get-c...
  8. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Merger Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....Merger Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-te...
  10. GroupDocs.Assembly for Java overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....Merger Product Solution GroupDocs...assembled file using explicit specifications or file extension...

    docs.groupdocs.com/assembly/java/product-overview/