Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 12,048 for

new

(0.07 sec)
  1. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Consulting Blog Knowledge Base New Releases Status Websites aspose...TorrentReadNativeMet try ( Metadata metadata = new Metadata ( Constants . InputTorrent...

    docs.groupdocs.com/metadata/java/working-with-t...
  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....(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  3. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some New properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format....3 , some new properties are introduced in...for PDF to JPEG conversion. New Properties in ImageSaveOptions...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  4. Enabling inline CSS styles | GroupDocs

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Editor introduces a new option — an ability to enable...

    docs.groupdocs.com/editor/net/inline-styles/
  5. Licensing | GroupDocs

    free conversion API version is available to evaluate the API which will be similar to licensed version but with few limitations....Consulting Blog Knowledge Base New Releases Status Websites aspose...lic file" ; License license = new License (); license . SetLicense...

    docs.groupdocs.com/conversion/net/licensing-and...
  6. Search for standard entries in the QR-Code sign...

    This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "signed.pdf" )) {...

    docs.groupdocs.com/signature/net/search-for-sta...
  7. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document Converter converter = new Converter ( "c:\\files\\business-plan...

    docs.groupdocs.com/conversion/java/save-file-to...
  8. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...{ text: "Courier New", value: "Courier New" }, { text: "Georgia"...{ text: "Times New Roman", value: "Times New Roman" }, { text:...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  9. Extract text from EPUB eBooks | GroupDocs

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleEpub...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. How to convert pst file to html to view folder ...

    I using Groupdocs Conversions .NET Please help me how to convert pst file to html file, which show list of inside foler and message list like attached image Thanks image.png (27.3 KB)...We have opened the following new ticket(s) in our internal issue...Main(string[] args) { var license = new License(); license.SetLicense(@"...

    forum.groupdocs.com/t/how-to-convert-pst-file-t...