Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 4,865 for

values

(0.32 sec)
  1. Supprimer les métadonnées des documents et des ...

    Supprimez les métadonnées sélectives ou nettoyez toutes les propriétés des métadonnées à l'aide de C# à partir de fichiers DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP, e-mail, eBooks, Visio, Zip....Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/fr/metadata/remove-metadata-...
  2. מיזוג קבצי PDF, Word, Excel, PowerPoint ב-C# | ...

    מיזוג באופן פרוגרמטי מסמכי PDF, Word, גיליונות אלקטרוניים, קבצי מצגות בתוך היישומים המבוססים על NET שלך באמצעות מיזוג API של GroupDocs ב-C#....bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/he/merger/merge-pdf-word-exc...
  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....Value); // Ergebnisse der Wortzählung...of {0}: {1}", pair.Key, pair.Value); } } } Das Folgende ist die...

    blog.groupdocs.com/de/parser/count-words-and-oc...
  4. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....data = new { Name = "Test" , Value = 100 }; DocumentAssembler assembler...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  5. Deleting Text signatures - advanced | GroupDocs

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....some data source signature Id value string [] signatureIdList =...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/deleting-text-...
  6. Deleting Image signatures - advanced | GroupDocs

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....some data source signature Id value String [] signatureIdList =...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/deleting-imag...
  7. Unisci file PDF, Word, Excel, PowerPoint in C# ...

    Unisci a livello di codice PDF, documenti Word, fogli di calcolo, file di presentazione all'interno delle tue applicazioni basate su .NET utilizzando l'API Merger di GroupDocs in C#....bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/it/merger/merge-pdf-word-exc...
  8. 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....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/ja/parser/extract-data-from-...
  9. Menggabungkan File PDF, Word, Excel, PowerPoint...

    Gabungkan PDF, dokumen Word, spreadsheet, file presentasi secara terprogram dalam aplikasi berbasis .NET Anda menggunakan Merger API oleh GroupDocs di C#....bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/id/merger/merge-pdf-word-exc...
  10. Licensing | GroupDocs

    GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations....Signature will then read this value and apply the license. Windows...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/licensing/