Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 3,067 for

presentation

(0.08 sec)
  1. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint Presentations protected by password using GroupDocs.Comparison for Java API....PowerPoint, and Open Document presentations. allows you to compare more...

    docs.groupdocs.com/comparison/java/compare-mult...
  2. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically.... Available encodings are presented in the class. When the encoding...

    docs.groupdocs.com/search/net/text-file-encodin...
  3. Extraer texto de PPTX con C#

    Este artículo proporciona una guía detallada sobre cómo extraer texto de PPTX usando C#, incluido un ejemplo de código para ayudarlo a realizar de manera eficiente la extracción de texto de PPTX en C#....extracción de texto PPTX que se le presente. Anteriormente, ofrecimos...

    kb.groupdocs.com/es/parser/net/extract-text-fro...
  4. Extrair hiperlinks de RTF usando C#

    Este artigo explica em detalhes como extrair hyperlinks de RTF usando C#. Não há necessidade de instalar software extra para ler hyperlinks de RTF em C#....recuperar todos os hiperlinks presentes no documento, que serão armazenados...

    kb.groupdocs.com/pt/parser/net/extract-hyperlin...
  5. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....processamento de texto estão presentes em quase todos os dispositivos...

    blog.groupdocs.com/pt/page/13/
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...procesamiento de texto están presentes en casi todos los dispositivos...

    blog.groupdocs.com/es/groupdocs.blog/page/13/
  7. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....documents, spreadsheets, presentations, images, and PDF documents...

    blog.groupdocs.com/redaction/find-and-replace-t...
  8. Convert Excel Spreadheets to PDF using C# | .NE...

    Convert Excel files to PDF using C#. Convert full workbook, selected sheets, sub-sequence of sheets, or any cell range using spreadsheet conversion .NET API....documents, spreadsheets, presentations, eBooks, images, etc that...

    blog.groupdocs.com/conversion/convert-excel-spr...
  9. Come convertire Excel in HTML utilizzando Java

    Questo argomento include un programma Java di esempio che spiega come convertire Excel in HTML utilizzando Java insieme a istruzioni complete per esportare Excel in HTML in Java....macOS e Linux, purché Java sia presente. Non è necessario installare...

    kb.groupdocs.com/it/conversion/java/how-to-conv...
  10. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/java/load-document-fr...