Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 3,096 for

generation

(0.08 sec)
  1. Витягуйте зображення з PDF-документів на C# за ...

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

    blog.groupdocs.com/uk/parser/extract-images-fro...
  2. 使用 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-...
  3. 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...
  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. business-plan.doc

    HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS 3Introduction 51. Executive Summary 62. Company Overview 73. Business Description 84. Market Analysis 105. Operating Plan 116. Marke...... This section can be a general overview as more details will...business, whether through generating leads or traffic to a website...

    docs.groupdocs.com/conversion/python-net/_sampl...
  6. business-plan.txt

    HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7 4. Market Analysis 8 5. Operating Plan 10 6. M...... This section can be a general overview as more details will...business, whether through generating leads or traffic to a website...

    docs.groupdocs.com/conversion/python-net/_sampl...
  7. business-plan.docx

    HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7...... This section can be a general overview as more details will...business, whether through generating leads or traffic to a website...

    docs.groupdocs.com/conversion/java/_sample_file...
  8. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using Java programming language....(default and custom) and generating two different instances from...different HTML markup pieces are generated from these two instances....

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  9. Extract images to files | GroupDocs

    Learn how to save extracted images to files using GroupDocs.Parser for Python via .NET. Save images in different formats with format conversion....in enumerate ( images ): # Generate filename with appropriate...output_dir , exist_ok = True ) # Generate timestamp timestamp = datetime...

    docs.groupdocs.com/parser/python-net/extract-im...
  10. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive.... In general, this is a tree view, with...of “page-images” will be generated. C# using GroupDocs.Viewer...

    docs.groupdocs.com/viewer/net/render-archive-fi...