Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 6,534 for

pptx comparison

(0.08 sec)
  1. How to Add Image Signature to PDF in Java

    Understand the step-by-step procedure to add image signature to PDF in Java and how to create functionality to insert signature image in PDF using Java....Comparison Product Family GroupDocs...including DOCS, XLSX, PPSM, TSV, PPTX, and many more for adding the...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  2. How to Convert XML to CSV in Java

    Let's quickly take a look at how to convert XML to CSV in Java and how to write Java code to convert XML to CSV for performing document conversion....Comparison Product Family GroupDocs...document formats such as DOCX, PPTX, RTF, BMP, JPG, MHTML, and others...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Extract Metadata from PDF using Java

    Let's get familiar ourselves with the process to extract metadata from PDF using Java and learn how to create functionality to get metadata from PDF in Java....Comparison Product Family GroupDocs...formats such as DOCX, XLSX, PPTX, MSG, EML, EPUB, and many more...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  4. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/net/image-search-opti...
  5. How to Convert PDF to RTF in Java

    Do you want to transform a non-editable document to Word format? If so, then learn how to convert PDF to RTF in Java and review code for Java PDF to RTF application....Comparison Product Family GroupDocs...formats including DOC, DOCX, XLSX, PPTX, TIFF, TXT, CSV, HTML, and many...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/net/synonym-search/
  7. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  8. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Comparison Product Solution GroupDocs...over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/net/using-aliases/
  9. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....Comparison Product Family GroupDocs...of other formats such as SVG, PPTX, DOCX, MHTML, POTX, XLSX, PNG...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Comparison Product Solution GroupDocs...data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/password-protect...