Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,277 for

values

(0.03 sec)
  1. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution.... getName () } , Property value: ${ metadataProperties . get_Item...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  2. חלץ נתונים מקבצי מסד נתונים באמצעות C#

    בסיס הנתונים נחשב לחלק בלתי נפרד מרוב האפליקציות. בין אם זה יישום שולחן עבודה, אינטרנט או נייד, מסד הנתונים ממלא תפקיד חיוני באחסון, גישה ותמרון הנתונים. ישנן מערכות רבות לניהול מסדי נתונים המאפשרות יצירה וניהול של מסדי נתונים עבורך. עם זאת, יכול להיות תרחיש שבו אתה צריך דרך לחלץ נתונים מקבצי מסד נתונים, כלומר קובץ .db, מבלי להתקין מערכת ניהול מסד נתונים או לכתוב שאילתות SQL. איך היית מנתח את קובץ מסד הנתונים במקרה כזה ומקבלים ממנו את הנתונים?...Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/he/parser/extract-data-from-...
  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....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/th/parser/extract-data-from-...
  4. Wyodrębnij dane z plików bazy danych za pomocą C#

    Baza danych jest uważana za integralną część większości aplikacji. Niezależnie od tego, czy jest to aplikacja komputerowa, internetowa czy mobilna, baza danych odgrywa istotną rolę w przechowywaniu danych, uzyskiwaniu do nich dostępu i manipulowaniu nimi. Istnieje wiele systemów zarządzania bazami danych, które umożliwiają tworzenie baz danych i zarządzanie nimi. Może się jednak zdarzyć sytuacja, w której potrzebujesz sposobu na wyodrębnienie danych z plików bazy danych, np. pliku .db, bez instalowania systemu zarządzania bazą danych lub pisania zapytań SQL....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/pl/parser/extract-data-from-...
  5. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary.... The default value is true, meaning that stop words...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  6. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....instance of class and pass enum value of as a constructor parameter...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/merge/images/
  7. Pie Chart in Spreadsheet Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....indicate customer name with value (price of the orders purchased)...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/pie-chart-in-sp...
  8. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....property XAdESType to enumeration value XAdESType.XAdES. Call method...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Number of pages File size A value indicating whether a file is...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  10. Online PDF Annotation Plugin for Moodle CMS Now...

    We’re glad to announce the launch of GroupDocs’ annotation plugin for Moodle. GroupDocs Annotation, an online annotation app, is popular with our users because it lets them annotate and review most popular file formats from a web-browser. Upload any document that you want a team to review to a GroupDocs account. Then copy and paste the embed link to a Moodle page. Invite and share the link with members to start collaborative annotation....and collaboration holds great value for product development. GroupDocs’...minutes. We appreciate and value our customers’ feedback. Your...

    blog.groupdocs.com/annotation/online-pdf-annota...