Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 456 for

ios

(0.07 sec)
  1. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....io.FileNotFoundExceptio ; import java.io.FileOutputStream...

    docs.groupdocs.com/conversion/java/convert/word...
  2. Generated PDF Alignment is wrong - Free Support...

    I have generated PDF using a MS Word File. The alignment are not coming as same. It is an Urgent Issue. Please respond as soon as possible. Attached Word Document and Generated PDF GeneratedPDF.pdf (96.3 KB) TestTemp…...io .*; import java.nio.charset.StandardCharsets;...

    forum.groupdocs.com/t/generated-pdf-alignment-i...
  3. Tìm kiếm chữ ký hình ảnh trong C# trong Word, E...

    Tìm kiếm Mã vạch, Mã QR, chữ ký số hoặc điện tử với nội dung dữ liệu hình ảnh từ bất kỳ tài liệu nào (DOC, XLS, PPT, PDF) trong C# bằng .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/vi/signature/search-image-si...
  4. 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....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/parser/extract-data-from-...
  5. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....IO ; using System.Collections.Generic...open } } } VB.NET Imports System.IO Imports System.Collections.Concurrent...

    docs.groupdocs.com/viewer/net/implement-thread-...
  6. How to properly merge documents using Java | Do...

    This article describes how to properly merge documents using GroupDocs.Merger for Java product....io.InputStream, for example with...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Suchen Sie nach Bildsignaturen in C# in Word, E...

    Suchen Sie Barcodes, QR-Codes, digitale oder elektronische Signaturen mit Bilddateninhalten aus beliebigen Dokumenten (DOC, XLS, PPT, PDF) in C# mithilfe der .NET-Signatur-API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/de/signature/search-image-si...
  8. 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....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/tag/groupdocs.parser-for-...
  9. חפש חתימת תמונה ב-C# ב-Word, Excel, PowerPoint,...

    חפש ברקוד, QR Code, חתימה דיגיטלית או אלקטרונית עם תוכן נתוני תמונה מכל מסמך (DOC, XLS, PPT, PDF) ב-C# באמצעות .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/he/signature/search-image-si...
  10. Поиск подписи изображения в C# в Word, Excel, P...

    Ищите штрих-код, QR-код, цифровую или электронную подпись с содержимым данных изображения из любого документа (DOC, XLS, PPT, PDF) на C# с помощью .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/ru/signature/search-image-si...