Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 10,664 for

new

(0.13 sec)
  1. Java Regex: ricerca nei documenti utilizzando l...

    Sfrutta tutta la potenza della ricerca programmatica in Java! Scopri come eseguire ricerche con precisione in più documenti di testo nelle cartelle utilizzando le espressioni regolari....del documento Index index = new Index("path/indexing-folder-path");...OutputAdapter outputAdapter = new FileOutputAdapter(OutputFormat...

    blog.groupdocs.com/it/search/search-in-document...
  2. Analisi del sentimento del feedback dei clienti...

    Automazione dell'analisi del sentimento C#. Analizza il feedback dei clienti con l'API C#. Controlla quanto sono positivi/negativi i commenti sul tuo prodotto....mistakes"; var sentimentClassifier = new SentimentClassifier(); /// PositiveProbability...sentimento positivo. var sentiments = new string\[\] { "Now that is out...

    blog.groupdocs.com/it/classification/classify-c...
  3. C#에서 QR 코드 생성 | 문서 및 이미지 서명

    C#에서 QR 코드를 생성하여 문서 및 이미지에 전자 서명하고 .NET 서명 API를 사용하여 Word, Excel, PDF, PNG, JPG, WebP 파일에 첨부합니다....using (Signature signature = new Signature("filePath/document...QrCodeSignOptions options = new QrCodeSignOptions("Signed by...

    blog.groupdocs.com/ko/signature/generate-qr-cod...
  4. 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-...
  5. 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/
  6. تمييز مستندات الذكاء الاصطناعي: حماية المستندات...

    اكتشف كيفية حماية المستندات باستخدام تمييز مدعوم بالذكاء الاصطناعي عبر GroupDocs.Watermark. تعلم إضافة وإنشاء وتخصيص التمييز تلقائيًا لتعزيز أمان المستندات وحماية المحتوى....using (Watermarker watermarker = new Watermarker(filePath)) { IDocumentInfo...any extra explanation. throw new NotImplementedExcept( "Integrate...

    blog.groupdocs.com/ar/watermark/ai-driven-dynam...
  7. .NET APIを使用してC#でCADファイルを表示する| DWG DXFDGNDWFを変換する

    図面を表示するには、C#でCADファイルビューアを構築します。 GroupDocsによるドキュメントビューア.NETAPIを使用して、DWG、DGNをHTML、JPG、PNG、またはPDFとしてレンダリングするように変換します。...示します using (Viewer viewer = new Viewer("drawing.dwg")) { HtmlViewOptions...示します using (Viewer viewer = new Viewer("drawing.dwg")) { HtmlViewOptions...

    blog.groupdocs.com/ja/viewer/view-cad-documents...
  8. 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/th/tag/sqlite-db/
  9. Document page builder - cách để hợp nhất các tr...

    Hợp nhất các trang cụ thể từ nhiều tài liệu bằng cách sử dụng API với GroupDocs.Merger. Tạo các tài liệu hợp nhất theo yêu cầu một cách dễ dàng....nguồn; add these pages to the new document in the desired sequence...pdf" ; using (Merger merger = new Merger(documentA)) { merger.Join(documentB);...

    blog.groupdocs.com/vi/merger/page-builder-how-t...
  10. 使用 C# 在多个文件中查找 Word 及其同音字

    使用 C# 在文件夹的不同文件中查找特定单词及其同音字。使用 GroupDocs 的文档搜索 API 为同音字构建 .NET 应用程序...// 在指定文件夹中创建索引 Index index = new Index(indexFolder); index.Add(documentsFolder);...创建搜索选项对象 SearchOptions options = new SearchOptions() { UseHomophoneSearch...

    blog.groupdocs.com/zh/search/find-homophones-in...