Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 11,949 for

text

(1.02 sec)
  1. Comment convertir ODT en PDF en C#

    Cet article fournit une procédure étape par étape pour convertir ODT en PDF en C# et un exemple de code de travail pour l'application de conversion C# ODT en PDF....article pour changer le fichier texte en JPG en C #, consultez le...comment convertir un fichier texte en JPG en utilisant C# pour...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  2. Comment convertir DOCX en RTF en utilisant C #

    Vous pouvez trouver les instructions pour convertir docx en RTF en utilisant C# dans cette rubrique. De plus, nous vous aiderons à écrire une application pour exporter docx vers RTF en utilisant C#....stocker et partager des documents texte. RTF est un format largement...applications de traitement de texte. Voici les étapes clés pour...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. แยกข้อมูลจากไฟล์ฐานข้อมูลโดยใช้ C#

    ฐานข้อมูล ถือว่าเป็นส่วนสำคัญของแอปพลิเคชันส่วนใหญ่ ไม่ว่าจะเป็นเดสก์ท็อป เว็บ หรือแอปพลิเคชันมือถือ ฐานข้อมูลมีบทบาทสำคัญในการจัดเก็บ เข้าถึง และจัดการข้อมูล มีระบบจัดการฐานข้อมูลมากมายที่ช่วยให้สามารถสร้างและจัดการฐานข้อมูลให้กับคุณได้ อย่างไรก็ตาม อาจมีสถานการณ์ที่คุณต้องการวิธีดึงข้อมูลจากไฟล์ฐานข้อมูล เช่น ไฟล์ .db โดยไม่ต้องติดตั้งระบบจัดการฐานข้อมูลหรือเขียนแบบสอบถาม SQL คุณจะแยกวิเคราะห์ไฟล์ฐานข้อมูลในกรณีเช่นนี้และรับข้อมูลจากไฟล์ได้อย่างไร ในบทความนี้ ฉันจะแสดงให้เห็นว่าคุณสามารถแยกข้อมูลจากตารางในฐานข้อมูล SQLite ได้ง่ายเพียงใดโดยไม่ต้องเขียนแบบสอบถาม SQL ฉันจะใช้ GroupDocs.Parser for .NET API ซึ่งรองรับการแยกข้อมูลจากฐานข้อมูลผ่าน [ADO.NET](https://en.wikipedia. org/wiki/ADO.NET) ขั้นตอนในการดึงข้อมูลจากตารางในฐานข้อมูล SQLite (.db) สร้างโครงการใหม่ใน Visual Studio ติดตั้ง GroupDocs.Parser for .NET จาก NuGet เพิ่มเนมสเปซต่อไปนี้ 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....Text); // แยกเนื้อหาตารางเป็นข้อความ...พิมพ์ชื่อตาราง Console.WriteLine(i.Text); // แยกเนื้อหาตารางเป็นข้อความ...

    blog.groupdocs.com/th/parser/extract-data-from-...
  4. find and remove watermarks in Java on GroupDocs...

    find and remove watermarks in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in find and remove watermarks in Java on GroupDocs Blog | Document Aut......programme les filigranes de texte et d'image de documents...

    blog.groupdocs.com/fr/tag/find-and-remove-water...
  5. document editing on GroupDocs Blog | Document A...

    document editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in document editing on GroupDocs Blog | Document Automation Solutions for .NET & Java De......polices TTC, la gestion du texte PPT/PPS, de nouvelles propriétés...

    blog.groupdocs.com/fr/tag/document-editing/inde...
  6. search on GroupDocs Blog | Document Automation ...

    search on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in search on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.S......ajoute une extraction rapide de texte HTML/XHTML et la prise en charge...

    blog.groupdocs.com/fr/tag/search/index.xml
  7. Watermark in Java on GroupDocs Blog | Document ...

    Watermark in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java ......appliquez des filigranes de texte aux fichiers PDF en Java. Appliquez...

    blog.groupdocs.com/fr/tag/watermark-in-java/ind...
  8. Add Watermark to Presentation in Java

    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....In diesem Artikel lernen wir, text- und bildbasierte Wasserzeichen...

    blog.groupdocs.com/de/tag/add-watermark-to-pres...
  9. Content Protection

    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....Watermark API mittels Text-, Bild- und erweiterten Tiling-Mustern...

    blog.groupdocs.com/de/tag/content-protection/
  10. Extract Archives in CSharp

    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.... Sie können Text, Bilder und sogar Metadaten...

    blog.groupdocs.com/de/tag/extract-archives-in-c...