Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 2,736 for

generation

(0.14 sec)
  1. Enabling inline CSS styles | Documentation

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....result, an HTML document, generated with enabled inline styles...

    docs.groupdocs.com/editor/net/inline-styles/
  2. Inserting Chart Axis Title Dynamically in Email...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...created in this article: Generating The Report Was this page...

    docs.groupdocs.com/assembly/java/inserting-char...
  3. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....use the Comparison object to generate Aspose documents and perform...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  4. Wyodrębnij obrazy z dokumentów PDF w języku C# ...

    Dowiedz się, jak wyodrębniać obrazy z plików PDF przy użyciu języka C# w aplikacjach .NET. Wyodrębnij obrazy z plików PDF lub z dowolnej określonej strony za pomocą .NET API....Generic; using System.Text; using GroupDocs...

    blog.groupdocs.com/pl/parser/extract-images-fro...
  5. Escanear código de barras desde PPT usando Java

    Esta guía ofrece una explicación detallada de cómo escanear códigos de barras desde PPT con Java. Además, incluye un ejemplo de código para extraer códigos de barras desde PPT en Java....trabajo y mejorar la precisión general, ya sea que esté administrando...

    kb.groupdocs.com/es/parser/java/scan-barcode-fr...
  6. Extraheer afbeeldingen uit PDF-documenten in C#...

    Leer hoe u afbeeldingen uit PDF-bestanden kunt extraheren met behulp van C# binnen uw .NET-toepassingen. Extraheer afbeeldingen uit PDF-bestanden of van een specifieke pagina met behulp van .NET API....Generic; using System.Text; using GroupDocs...

    blog.groupdocs.com/nl/parser/extract-images-fro...
  7. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....adapters are used to output generated HTML or plain text to various...

    docs.groupdocs.com/search/java/output-adapters/
  8. Витягуйте зображення з PDF-документів на C# за ...

    Дізнайтеся, як видобувати зображення з PDF-файлів за допомогою C# у своїх програмах .NET. Видобувайте зображення з PDF-файлів або з будь-якої конкретної сторінки за допомогою .NET API....Generic; using System.Text; using GroupDocs...

    blog.groupdocs.com/uk/parser/extract-images-fro...
  9. 使用 C# 從數據庫文件中提取數據

    數據庫 被認為是大多數應用程序的組成部分。無論是桌面、Web 還是移動應用程序,數據庫在存儲、訪問和操作數據方面都起著至關重要的作用。有許多數據庫管理系統可以為您創建和管理數據庫。 但是,可能會出現這樣一種情況,即您需要一種方法來從數據庫文件(即 .db 文件)中提取數據,而無需安裝數據庫管理系統或編寫 SQL 查詢。在這種情況下,您將如何解析數據庫文件並從中獲取數據? 在本文中,我將演示如何在不編寫 SQL 查詢的情況下輕鬆地從 SQLite 數據庫中的表中提取數據。我將使用 GroupDocs.Parser for .NET API,它支持通過 ADO.NET。 從 SQLite 數據庫 (.db) 中的表中提取數據的步驟 在 Visual Studio 中創建一個新項目。 從 NuGet 安裝適用於 GroupDocs.Parser for .NET。 添加以下命名空間。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 準備連接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 在 Parser 對像中加載數據庫文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代碼在這裡 } 使用 Parser.GetToc 方法獲取數據庫中表的列表。 // 獲取表格列表 IEnumerable toc = parser....Generic; using System.IO; using GroupDocs...

    blog.groupdocs.com/zh-hant/parser/extract-data-...
  10. טביעת מים מונעת על ידי AI: הגן על מסמכים עם חות...

    גלה כיצד להגן על מסמכים עם טביעות מים מונעות על ידי AI באמצעות GroupDocs.Watermark. למד להוסיף, ליצור ולהתאים אישית טביעות מים אוטומטית לשיפור אבטחת המסמכים והגנה על התוכן....פקודת AI string prompt = $"Generate a clean, professional text...OpenAI, // local model) // to generate watermark text based on the...

    blog.groupdocs.com/he/watermark/ai-driven-dynam...