Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 6,404 for

file comparison

(0.49 sec)
  1. Add Text Watermark to PDF Using C#

    Find out how to add text watermark to PDF using C# without the need for additional software. Plus, we'll supply you with the code to insert text watermark to PDF in C#....Comparison Product Family GroupDocs...effective method to safeguard PDF files is by adding text watermarks...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  2. Extract Text from PDF using Python

    Learn how to extract Text from PDF using Python. This guide walks through setup and code needed to extract text from PDF in Python without installing extra software....Comparison Product Family GroupDocs...Text from PDF using Python PDF files are widely used for storing...

    kb.groupdocs.com/viewer/python/extract-text-fro...
  3. 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....Comparison Product Family GroupDocs...the watermark Load the XLSX file with the Watermarker class inside...

    kb.groupdocs.com/watermark/python/add-text-wate...
  4. 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....Comparison Product Family GroupDocs...successfully converted a DOCX file to HTML format using Java with...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. 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); // ....Comparison Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....Comparison Product Solution GroupDocs...PdfSearchableObjects . ALL , ) files = [ "document.docx" , "spreadsheet...

    docs.groupdocs.com/watermark/python-net/searchi...
  7. 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....Comparison Product Solution GroupDocs...assembled file using explicit specifications or file extension...

    docs.groupdocs.com/assembly/java/product-overview/
  8. Skip image | GroupDocs

    The listed articles below explain how to skip saving images during document conversion....Comparison Product Solution GroupDocs...options MarkdownConverter . to_file ( "business-plan.pdf" , "skip-images-static...

    docs.groupdocs.com/markdown/python-net/image-sk...
  9. Convert PDF to PNG using Python

    Learn how to convert PDF to PNG using Python. This guide shows how to export PDF to PNG using Python for simplified sharing and efficient workflow management....Comparison Product Family GroupDocs...web applications, or optimize files for mobile devices and email...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. Extract Text from DOCX using C#

    This article explains how to extract text from DOCX using C#. It also provides code example to help you implement text extraction from DOCX in C# projects....Comparison Product Family GroupDocs... Extracting text from DOCX files is a common requirement in many...

    kb.groupdocs.com/parser/net/extract-text-from-d...