Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 5,813 for

editor

(0.06 sec)
  1. Voeg PDF-bestanden samen met Java

    Leer hoe u PDF-bestanden kunt samenvoegen met behulp van Java-programmering. Verbeter het documentbeheer met codevoorbeelden om PDF-bestanden in Java te combineren, zonder dat u extra software nodig heeft....de benodigde tools, een code-editor zoals IntelliJ IDEA of Eclipse...

    kb.groupdocs.com/nl/merger/java/merge-pdf-files...
  2. Come convertire DOCX in TXT utilizzando C#

    In questo tutorial, forniremo semplici passaggi per convertire DOCX in TXT utilizzando C#. Inoltre, forniremo un esempio di codice che rappresenta come esportare DOCX in TXT in C#....motivi, ad esempio lavorare con editor di testo più semplici, estrarre...

    kb.groupdocs.com/it/conversion/net/how-to-conve...
  3. Pie Chart in Word Processing Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  4. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/multicolored-n...
  5. Scatter Chart in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  6. Verifying QR Code signatures in advance | Group...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/verify-qr-code...
  7. Verifying Text signatures in advance | GroupDocs

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/verify-text-si...
  8. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/highlighting-res...
  9. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/search-for-diffe...
  10. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...