Sort Score
Result 10 results
Languages All
Labels All
Results 9,541 - 9,550 of 12,146 for

new

(0.35 sec)
  1. با استفاده از Node.js - Vector Graphics به PNG،...

    با استفاده از Node.js، گرافیک های برداری SVG را به تصاویر PNG تبدیل کنید. چرخش، ورق زدن، واترمارک، مقیاس خاکستری، و تنظیم روشنایی و گامای PNG تبدیل شده با استفاده از Node.js API....تبدیل کنید const converter = new groupdocs.conversion.Convert...svg") const convertOptions = new groupdocs.conversion.ImageConvertOptions()...

    blog.groupdocs.com/fa/conversion/convert-svg-to...
  2. QR-Codes online generieren | Fügen Sie QR-Code ...

    QR-Codes online erstellen! Erfahren Sie, wie Sie mit benutzerfreundlichen Tools verschiedene Typen generieren. Erhalten Sie einen kleinen Einblick in die QR-Code-Erstellung mit C#- und Java-Codefragmenten....using (Signature signature = new Signature("filePath/document...QrCodeSignOptions options = new QrCodeSignOptions("Signed by...

    blog.groupdocs.com/de/signature/generate-qrcode...
  3. Zählen Sie Wörter und Vorkommen jedes Wortes in...

    Zählen Sie die Anzahl der Wörter und deren Vorkommen in PDF-, Word-, Excel-, PowerPoint- und E-Mail-Dokumenten in C# mithilfe der .NET-API zum Analysieren von Dokumenten....mit C# using (Parser parser = new Parser("path/document.pdf"))...mit C# using (Parser parser = new Parser("path/document.pdf"))...

    blog.groupdocs.com/de/parser/count-words-and-oc...
  4. Klasifikace dokumentů pomocí IAB-2 a taxonomie ...

    Taxonomická klasifikace dokumentů pomocí C# v rámci aplikací .NET. Klasifikujte dokumenty PDF, Word a heslem pomocí IAB-2 a taxonomie dokumentů....C# */ Classifier classifier = new Classifier(); var filename =...C# */ Classifier classifier = new Classifier(); var filename =...

    blog.groupdocs.com/cs/classification/taxonomic-...
  5. Čtení MP3 tagů pomocí C# - (ID3, Lyrics, APE) |...

    Extrahujte značky MP3 ze souborů mp3 pomocí C#. Čtěte standardní značky metadat ID3v1, ID3v2, Lyrics a APEv2 ze souborů mp3 pomocí rozhraní .NET Metadata API....MP3 using (Metadata metadata = new Metadata(Constants.MP3WithID3V1))...MP3 using (Metadata metadata = new Metadata(Constants.MP3WithID3V2))...

    blog.groupdocs.com/cs/metadata/read-mp3-tags-us...
  6. Gerar código de barras em C# | Adicionar código...

    Gere códigos de barras em C# e assine documentos e imagens eletronicamente anexando código de barras a arquivos Word, Excel, PDF, PNG, JPG, WebP usando a API de assinatura .NET....using (Signature signature = new Signature("path/document.pdf"))...BarcodeSignOptions options = new BarcodeSignOptions("Signed by...

    blog.groupdocs.com/pt/signature/barcode-generat...
  7. C#を使用してデータベースファイルからデータを抽出する

    データベース は、ほとんどのアプリケーションの不可欠な部分であると見なされています。デスクトップ、Web、またはモバイルアプリケーションのいずれであっても、データベースはデータの保存、アクセス、および操作において重要な役割を果たします。あなたのためにデータベースを作成して管理することを可能にする多くのデータベース管理システムがあります。 ただし、データベース管理システムをインストールしたり、SQLクエリを記述したりせずに、データベースファイル(**。db **ファイル) からデータを抽出する方法が必要な場合があります。このような場合、データベースファイルをどのように解析し、そこからデータを取得しますか? この記事では、SQLクエリを記述せずにSQLiteデータベースのテーブルからデータを簡単に抽出できることを示します。 ADO.NET。 SQLiteデータベース(.db) のテーブルからデータを抽出する手順 1. VisualStudioで新しいプロジェクトを作成します。 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. パーサー オブジェクトにデータベースファイルをロードします。 using (Parser parser = New Parser(connectionString, New LoadOptions(FileFormat.Database))) { // あなたのコードはここに行きます } 6. Parser.GetToc メソッドを使用して、データベース内のテーブルのリストを取得します。 // テーブルのリストを取得する IEnumerable toc = parser.GetToc(); 7. テーブルを繰り返し処理し、データを抽出します。 // テーブルを反復処理します foreach (TocItem i in toc) { // テーブル名を印刷する Console....(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/ja/parser/extract-data-from-...
  8. עבודה עם גיליונות אלקטרוניים ב‑GroupDocs.Viewer...

    למד כיצד לטעון מסמך גיליון אלקטרוני (Excel) ולהמירו ל‑HTML, PDF, PNG ו‑JPEG עם אפשרויות שונות....PdfViewOptions pdfOptions = new PdfViewOptions( "Output_spreadsheet...PngViewOptions pngOptions = new PngViewOptions( "worksheet_{0}...

    blog.groupdocs.com/he/viewer/working-with-sprea...
  9. SQLite DB

    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....(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/sqlite-db/
  10. GroupDocs.Parser for .NET

    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....(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/th/tag/groupdocs.parser-for-...