Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 11,807 for

format

(0.08 sec)
  1. Converteer DOCX naar TIFF met Python

    Converteer DOCX eenvoudig naar TIFF met Python, met duidelijke codevoorbeelden. Volg deze handleiding om DOCX naar TIFF te exporteren met Python voor hoogwaardige beelduitvoer.... TIFF (Tagged Image File Format) staat bekend om het behoud...die is ontworpen voor multi-format conversies in Python. Na het...

    kb.groupdocs.com/nl/conversion/python/convert-d...
  2. 使用 C# 从数据库文件中提取数据

    数据库 被认为是大多数应用程序的组成部分。无论是桌面、Web 还是移动应用程序,数据库在存储、访问和操作数据方面都发挥着至关重要的作用。有许多数据库管理系统允许为您创建和管理数据库。 然而,当您需要一种从数据库文件(即 .db 文件) 中提取数据的方法时,可能会出现这样的情况,而无需安装数据库管理系统或编写 SQL 查询。在这种情况下,您将如何解析数据库文件并从中获取数据? 在本文中,我将演示如何轻松地从 SQLite 数据库中的表中提取数据,而无需编写 SQL 查询。我将使用 GroupDocs.Parser for .NET API,它支持通过 [ADO.NET](https://en.wikipedia. org/wiki/ADO.NET) 。 从 SQLite 数据库 (.db) 中的表中提取数据的步骤 1. 在 Visual Studio 中创建一个新项目。 2. 从 NuGet 安装 GroupDocs.Parser for .NET。 3. 添加以下命名空间。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 4. 准备连接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 5. 在 Parser 对象中加载数据库文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代码在这里 } 6....Format("Provider=System.Data.Sqlite;Data...string connectionString = string.Format("Provider=System.Data.Sqlite;Data...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  3. Verwerk EXIF-gegevens van JPEG-, PNG-, TIFF- en...

    Manipuleer EXIF-metadata van afbeeldingen in Java. EXIF-gegevens van JPG/JPEG-, PNG-, WebP- of andere afbeeldingen programmatisch extraheren, bijwerken, toevoegen of verwijderen met Java API....EXIF (Exchangeable Image File Format) is de standaard om de beeld-...{ System.out.println(String.format(pattern, tag.getName(), tag...

    blog.groupdocs.com/nl/metadata/handle-exif-data...
  4. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in templates using if/elseif/else blocks based on data values....Conditional Formatting Apply different formatting based on conditions:...WriteLine ( "Conditional formatting applied successfully." );...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  5. Add Ellipse Annotation in Multiple Documents

    We are always keen to make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra inFormation on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs....supported for the following file formats only: PDF Word Slide Image...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  6. GroupDocs.Watermark สำหรับ .NET 25.11 – การอัปเ...

    สำรวจสิ่งใหม่ใน GroupDocs.Watermark สำหรับ .NET 25.11. มีให้ใช้งานแล้วบน NuGet และเว็บไซต์ของ GroupDocs....enhance product stability and formatting accuracy. การแก้ไขและการปรับปรุง...

    blog.groupdocs.com/th/watermark/groupdocs-water...
  7. Merge Documents in CSharp on GroupDocs Blog | D...

    Merge Documents in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Documents in CSharp on GroupDocs Blog | Document Automation Solutions ......plusieurs documents de différents formats de fichiers en un seul fichier...

    blog.groupdocs.com/fr/tag/merge-documents-in-cs...
  8. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/merger/java/technical-support/weekly0.5https://docs.groupdocs.com/merger/net/techni......com/merger/java/supported-archive-formats/weekly0.5https://docs.groupdocs...com/merger/java/supported-audio-formats/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/merger.xml
  9. 将 WebP 转换为 PNG 的方法

    使用在线免费 WebP 转换器将 WebP 图像转换为 PNG 图像。开发人员可以使用 .NET 和 Java API 只需几行代码即可执行转换。...// Set the conversion format to PNG Format = ImageFileType.Png...

    blog.groupdocs.com/zh/conversion/convert-webp-t...
  10. 在 C# 中转换 JSON 和 CSV 数据 | JSON 转 CSV | CSV 转 JSON

    在 .NET 应用程序中使用 C# 将 JSON 转换为 CSV 和 CSV 到 JSON。示例将结构化 JSON 数据转换为逗号分隔值 CSV,反之亦然。...new SpreadsheetConvertOp() { Format = SpreadsheetFileType.Csv };...= new DataConvertOptions { Format = DataFileType.Json }; converter...

    blog.groupdocs.com/zh/conversion/convert-json-a...