Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 5,533 for

file conversion

(0.06 sec)
  1. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Conversion Product Family GroupDocs...instructions to compare Word files as well as a functional example...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  2. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/compare-bookm...
  3. Edit TXT | GroupDocs

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.Editor for Node.js via Java...Conversion Product Solution GroupDocs.../ Edit Document / Edit Text Files Edit TXT Leave feedback On this...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  4. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Conversion Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  5. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....Conversion Product Family GroupDocs...Metadata from DOCX using Java DOCX files, which are the standard format...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  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....Conversion 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 in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....Conversion Product Family GroupDocs...metadata from MSG using C# MSG files, commonly used by Microsoft...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  9. Save only annotated pages | GroupDocs

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

    docs.groupdocs.com/annotation/net/save-only-ann...
  10. Add text watermarks | GroupDocs

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

    docs.groupdocs.com/viewer/net/add-text-watermark/