Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 447 for

ios

(0.07 sec)
  1. Ajouter un filigrane à PDF En ligne

    Insérer un filigrane dans PDF. Appliquez des filigranes de texte ou d’image avec différents paramètres. Protégez et marquez votre PDF avec notre outil....compris Windows, Mac, Android et iOS Tous les fichiers PDF sont traités...

    products.groupdocs.app/fr/watermark/pdf
  2. PDF पार्सर: ऑनलाइन दस्तावेज़ों से डेटा निकालें

    नि: शुल्क ऑनलाइन दस्तावेज़ डेटा पार्सर. डेटा पार्सर और एक्सट्रैक्टर PDF सुरक्षित और उपयोग करने में आसान...यह Windows, Mac, Android और iOS सहित सभी प्लेटफार्मों से काम...

    products.groupdocs.app/hi/parser/pdf
  3. System Requirements | Documentation

    GroupDocs.Parser for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed....IOS Xamarin.Mac MonoDevelop 2.4 and...

    docs.groupdocs.com/parser/net/system-requirements/
  4. 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....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/tag/sqlite-db/
  5. Extrahieren Sie Daten aus Datenbankdateien mit C#

    Die Datenbank gilt als integraler Bestandteil der meisten Anwendungen. Ob es sich um eine Desktop-, Web- oder mobile Anwendung handelt, die Datenbank spielt eine wichtige Rolle beim Speichern, Zugreifen und Bearbeiten der Daten. Es gibt viele Datenbankverwaltungssysteme, mit denen Sie Datenbanken erstellen und verwalten können. Es könnte jedoch ein Szenario geben, in dem Sie eine Möglichkeit zum Extrahieren von Daten aus Datenbankdateien, dh .db-Dateien, benötigen, ohne ein Datenbankverwaltungssystem zu installieren oder die SQL-Abfragen zu schreiben....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/de/parser/extract-data-from-...
  6. Word, Excel, PowerPoint, PDF'de C# dilinde Görü...

    .NET Signature API kullanarak C# dilinde herhangi bir belgeden (DOC, XLS, PPT, PDF) görüntü verisi içeriğiyle Barkod, QR Kodu, dijital veya elektronik imza arayın....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/tr/signature/search-image-si...
  7. Wyszukaj podpis obrazu w języku C# w programach...

    Wyszukuj kod kreskowy, kod QR, podpis cyfrowy lub elektroniczny z zawartością danych obrazu z dowolnego dokumentu (DOC, XLS, PPT, PDF) w języku C# przy użyciu interfejsu API podpisu .NET....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/pl/signature/search-image-si...
  8. Zoek afbeeldingshandtekening in C# in Word, Exc...

    Doorzoek streepjescode, QR-code, digitale of elektronische handtekening met beeldgegevensinhoud van elk document (DOC, XLS, PPT, PDF) in C# met behulp van .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/nl/signature/search-image-si...
  9. Vyhledejte podpis obrázku v C# ve Wordu, Excelu...

    Prohledávejte čárový kód, QR kód, digitální nebo elektronický podpis s obsahem obrazových dat z libovolného dokumentu (DOC, XLS, PPT, PDF) v C# pomocí rozhraní .NET Signature API....IO.Path.Combine(outputPath, $"i...

    blog.groupdocs.com/cs/signature/search-image-si...
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.... io . IOException ex ) { throw new...

    docs.groupdocs.com/search/java/ocr-support/