Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 6,123 for

file comparison api

(0.18 sec)
  1. How to Highlight Text in PDF using C#

    In this article, you will learn how to highlight text in PDF using C#. We will also provide you step-by-step instructions and code to highlight text using C# in PDF....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-highligh...
  2. Add watermarks to PDF documents | GroupDocs

    The watermarking Api allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/markdown/net/heading-offset/
  5. Deleting slides from presentation | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/editor/net/deleting-slides-f...
  6. Control temporary files | GroupDocs

    This article explains how to control temporary Files used by GroupDocs.Comparison for Java....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/java/control-temp...
  7. 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....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  8. Basic Usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature for Python via .NET, describes how to sign documents with just a few lines of Python code....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/python-net/basic-u...
  9. Add Search Text Annotation to PDF using Java

    Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/add-search-tex...
  10. Render TXT as HTML using C#

    In this tutorial, we will learn how to render TXT as HTML using C# without installing extra tools. Moreover, we will provide you C# code for rendering TXT to HTML....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...

    kb.groupdocs.com/viewer/net/render-txt-as-html-...