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

presentations

(0.04 sec)
  1. Issues during PPTX files tile watermarking - Fr...

    Hey, another issue is related to PPTX files during tile watermarking. There are two issues that I would like to underline. Firstly, it looks like line_spacing value is completely broken (e.g there is almost no differenc…...appearing outside of the presentation page content, this is a...

    forum.groupdocs.com/t/issues-during-pptx-files-...
  2. Extraer hipervínculos de RTF con C#

    En este artículo se explica en detalle cómo extraer hipervínculos de RTF con C#. No es necesario instalar software adicional para leer hipervínculos de RTF en C#....recuperar todos los hipervínculos presentes en el documento, que se almacenarán...

    kb.groupdocs.com/es/parser/net/extract-hyperlin...
  3. Extraction in separate process | Documentation

    This article describes how to minimize the situation of resource shortage in the indexing process...application project code is presented in the following listing....

    docs.groupdocs.com/search/net/extraction-in-sep...
  4. GroupDocs.Viewer Product Family

    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....(PDF) is a file format to present documents, including text formatting...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  5. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...processamento de texto estão presentes em quase todos os dispositivos...

    blog.groupdocs.com/pt/groupdocs.blog/page/13/
  6. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....PresentationDocument: For all Presentation formats. TextualDocumentInfo:...Holds all formats from the Presentation family. TextualFormats:...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  7. C#でプレゼンテーションを画像に変換する| PPTからJPGへ| PPTからPNGへ

    C#を使用して、PPT/PPTX形式のPowerPointプレゼンテーションをJPGまたはPNG形式に変換します。 .NET APIを使用して、プログラムでプレゼンテーションを画像に変換します。...converter = new Converter("path/presentation.ppt")) { ImageConvertOptions...converter = new Converter("path/presentation.ppt")) { ImageConvertOptions...

    blog.groupdocs.com/ja/conversion/convert-presen...
  8. 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...
  9. 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...
  10. Load document of specific format | Documentation

    This article explains how to load document of specific format....Image GifImage TiffImage PDF Presentation Spreadsheet WordProcessing...

    docs.groupdocs.com/watermark/java/load-document...