Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 379 for

ios

(0.28 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. Word, Excel, PowerPoint, PDF의 C#에서 이미지 서명 검색

    .NET 서명 API를 사용하여 C#에서 모든 문서(DOC, XLS, PPT, PDF)의 이미지 데이터 콘텐츠로 바코드, QR 코드, 디지털 또는 전자 서명을 검색합니다....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/ko/signature/search-image-si...
  5. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customizations - style detection, change comparison detalization level and more....io.FileInputStream' ); let Color...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  6. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET.... IO . Stream outputStream = /* obtain...

    docs.groupdocs.com/editor/net/edit-excel/
  7. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....IO ; using System.Linq ; using System...

    docs.groupdocs.com/conversion/net/how-to-use-cu...
  8. How to properly merge documents using Java | Gr...

    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/...
  9. 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-...
  10. 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...