Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 12,457 for

document comparison

(0.14 sec)
  1. How to Convert HTML to Word using C#

    This short tutorial explains to you how to convert HTML to Word using C# without any third-party tool and how to use this guide to convert HTML to Word in C#....Comparison Product Family GroupDocs...setting up the environment for document conversion as well as providing...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....Comparison Product Family GroupDocs...directions in this guide. The document conversion procedure is simple...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Add Polyline Annotation using Java

    Get familiar yourself with the process to add polyline annotation using Java and easily consume APIs to develop a capability to add polyline annotation in Java....Comparison Product Family GroupDocs...polyline annotation to a PDF document. You will also find a working...

    kb.groupdocs.com/annotation/java/how-to-add-pol...
  4. GroupDocs.Signature for Java 17.5.0 Release Not...

    Note This page contains release notes for GroupDocs.Signature for Java 17.5.0 Major Features There are about 15 improvements, new features and fixes in this regular release. The most notable are: Implemented non-static methods to obtain Document information like getting count of Document pages, size of each page and obtain Document page image. Non-static methods allow to use custom input data handler to obtain Document stream based passed guid identifier. Introduced alternative Text Signature implementation as Watermark for all Document Types....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  5. Modifying found watermark properties | Document...

    This article explains how to modify found watermark properties while using GroupDocs. Watermarks API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/modifing-found...
  6. Convert PDF to PPTX using Java

    Learn how to quickly convert PDF to PPTX using Java by carefully following our comprehensive tutorial. Additionally, we'll give you a Java code example to export PDF to PPTX using Java....Comparison Product Family GroupDocs...transforming PDF (Portable Document Format) files into PowerPoint...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  7. GroupDocs.Merger for .NET 18.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 18.5 Major Features This is the first version of new generation GroupDocs.Merger for .NET. The most notable features are: Combine and merge multiple files into one Document. Split Document to multiple files. Arrange Documents in any order. Add blank pages in existing Document. Remove pages from Document. Designed as native .NET library which allow usage in all possible project types....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  8. Save to stream | Documentation

    You might need to save a Document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a Document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel Document....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. Modifying found watermark properties | Document...

    This article explains how to modify found watermark properties while using GroupDocs.Watermarks Java API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/modifying-fou...