Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 3,355 for

presentations

(0.06 sec)
  1. OverflowException: Arithmetic operation resulte...

    Hello, Unfortunately, we experienced an exception when one of our customers dealt with many (and maybe larger) files that they wanted to add to the index. We got the exception via this event: pIndex.Events.ErrorOccurr…... If this issue is still present, can you please share as much...

    forum.groupdocs.com/t/overflowexception-arithme...
  2. How to work with Metadata tags

    Explain how to work with Metadata tags...xlsx) to the PowerPoint presentation (target.pptx). This selective...

    blog.groupdocs.com/metadata/how-to-work-with-tag/
  3. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...AddRange(fontDirs); presentation_pptx.zip (47.5 KB) 1 Like...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  4. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...NETFramework was also present in the project was to test...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  5. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...default behaviour that was present in the GroupDocs.Editor from...

    docs.groupdocs.com/editor/net/deleting-workshee...
  6. PDF、Excel、PPT、C#のWord文書から画像を抽出する

    PDF、スプレッドシート、プレゼンテーション、ワードプロセッシングドキュメント、およびC#の解析APIを使用して特定のページから画像を抽出する機能を備えた.NETAPI。...pptx")) // Presentation // using (Parser parser...

    blog.groupdocs.com/ja/parser/extract-images-fro...
  7. Vind elk woord en zijn synoniemen in meerdere b...

    Zoek een specifiek woord en de bijbehorende synoniemen in verschillende bestanden met behulp van Java. Op dezelfde manier krijgt u alle synoniemen, gegroepeerd op verschillende betekenissen met behulp van de Java Search API....synoniemen in documenten in Java Presenteer zoekresultaten voor synoniemen...

    blog.groupdocs.com/nl/search/find-synonyms-in-m...
  8. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....top corner of worksheet Presentation Point Left top corner of...

    docs.groupdocs.com/watermark/java/adding-text-w...
  9. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation.... Examples are presented below. // The first filter...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....attachment names, if they are present in the mail message. Code example...

    docs.groupdocs.com/editor/java/edit-email/