Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 3,410 for

presentation

(0.12 sec)
  1. Big News! GroupDocs.Redaction has been released...

    Do you have to deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs to be protected? If they do, how do you process such documents to hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....documents, worksheets, presentations, PDF and raster image files...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  2. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....documents remain secure and also presenting a professional and polished...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  3. GroupDocs.Parser для .NET 25.12 – Останні оновл...

    Дізнайтеся, що нового у GroupDocs.Parser для .NET 25.12. Тепер доступно в NuGet та на веб‑сайті GroupDocs....table found in the whole presentation IEnumerable<PageTableArea>...

    blog.groupdocs.com/uk/parser/groupdocs-parser-f...
  4. GroupDocs.Viewer para .NET 25.9 – Últimas Atual...

    Explore o que há de novo no GroupDocs.Viewer para .NET 25.9. Disponível agora no NuGet e no site da GroupDocs....substituição , que não estão presentes no documento original, mas...

    blog.groupdocs.com/pt/viewer/groupdocs-viewer-f...
  5. Como renderizar DOCX como PNG usando Java

    Este artigo fornecerá instruções passo a passo para renderizar DOCX como PNG usando Java. Além disso, compartilharemos um exemplo de código para converter docx em PNG em Java....Linux, desde que Java esteja presente. Código para renderizar DOCX...

    kb.groupdocs.com/pt/viewer/java/how-to-render-d...
  6. Cómo convertir Excel a HTML usando Java

    Este tema incluye un programa Java de muestra que explica cómo convertir Excel a HTML usando Java junto con instrucciones completas para exportar Excel a HTML en Java....Linux, siempre que Java esté presente. No es necesario instalar...

    kb.groupdocs.com/es/conversion/java/how-to-conv...
  7. 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...
  8. Load document from stream | GroupDocs

    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...
  9. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....all possible properties are presented in the KnowPropertyDescript...

    docs.groupdocs.com/metadata/python-net/getting-...
  10. Scan Barcode from DOC using Java

    Learn how to scan barcode from DOC using Java. With the help of this guide, you will learn how to extract barcode from DOC in Java efficiently without using extra tools....retrieve a list of barcodes present in the DOC file. This method...

    kb.groupdocs.com/parser/java/scan-barcode-from-...