Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 13,161 for

new

(0.48 sec)
  1. البحث عن نص واستبداله في PDF باستخدام C # | است...

    ابحث برمجيًا عن نصوص وكلمات وعبارات معينة في مستندات PDF مع حساسية لحالة الأحرف و RegEx باستخدام C #. استبدال أو إخفاء النص لتنقيح ملفات PDF....# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ar/redaction/find-and-replac...
  2. Интеграция ИИ GroupDocs.Redaction с .NET | Поль...

    Используйте ИИ для обнаружения и редактирования текста, слов или фраз в PDF документах с помощью .NET. Заменяйте или скрывайте содержимое для безопасной обработки PDF файлов....как в примере Regex regex = new Regex( ".*" ); //Определите целевые...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/ru/redaction/custom-ai-redac...
  3. שילוב AI של GroupDocs.Redaction עם .NET | מחיקו...

    השתמשו בבינה מלאכותית כדי לזהות ולמחוק טקסט, מילים או ביטויים במסמכי PDF באמצעות .NET. החליפו או הסירו תוכן כדי לעבד קבצי PDF בצורה מאובטחת....רגולרי כמו בדוגמה Regex regex = new Regex( ".*" ); //הגדרת דפי יעד...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/he/redaction/custom-ai-redac...
  4. C# Diff Library - Bandingkan File Teks (PDF, DO...

    Itu membandingkan dan menggabungkan dokumen Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Teks dan HTML. API perbandingan dokumen membandingkan konten untuk mendeteksi perubahan kata, paragraf, dan karakter....# using (Comparer comparer = new Comparer(“source.docx”)) { comparer...# using (Comparer comparer = new Comparer(File.OpenRead(“source...

    blog.groupdocs.com/id/comparison/groupdocs-comp...
  5. GroupDocs.Conversion para .NET 26.1 – Últimas a...

    Explora lo nuevo en GroupDocs.Conversion para .NET 26.1. Disponible ahora en NuGet y en el sitio web de GroupDocs....Load; var loadOptions = new WordProcessingLoadOp { Format...FlatOpc }; using ( var converter = new Converter( "document.xml" , ()...

    blog.groupdocs.com/es/conversion/groupdocs-conv...
  6. C#'ta Sunumları Düzenleme | .NET PPT/PPTX Düzen...

    PowerPoint sunumlarını düzenleme, sunum düzenleme API'sini kullanarak .NET uygulamanızdaki PPT, PPTX, ODP dosyalarını düzenlemek için C# örnekleriyle açıklanmaktadır....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...Presentation using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/tr/editor/edit-ppt-pptx-pres...
  7. C# Diff Kitaplığı - .NET'teki Metin Dosyalarını...

    Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Metin ve HTML belgelerini karşılaştırır ve birleştirir. Belge karşılaştırma API'si, kelimeler, paragraflar ve karakterlerdeki değişiklikleri algılamak için içeriği karşılaştırır....# using (Comparer comparer = new Comparer(“source.docx”)) { comparer...# using (Comparer comparer = new Comparer(File.OpenRead(“source...

    blog.groupdocs.com/tr/comparison/groupdocs-comp...
  8. GroupDocs.Parser for .NET 26.3 – Hỗ trợ OCR tiế...

    GroupDocs.Parser for .NET 26.3 bổ sung hỗ trợ OCR gốc cho tiếng Ả Rập và Hàn Quốc, kèm theo các tài nguyên ngôn ngữ để trích xuất văn bản liền mạch....class using (Parser parser = new Parser(documentPath)) { OcrOptions...OcrOptions ocrOptions = new OcrOptions() { Language = Language.Kor...

    blog.groupdocs.com/vi/parser/groupdocs-parser-f...
  9. Přidat nebo odebrat anotace | Anotace souborů P...

    Programově přidávejte a odebírejte anotace ze souborů PDF v Java. Přidejte šipku, obdélník, elipsu, zvýraznění, anotace vodoznaku a další pomocí Java API....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/cs/annotation/annotate-pdf-f...
  10. Aggiungi o rimuovi annotazioni in C# | Annota i...

    Aggiungi e rimuovi a livello di codice le annotazioni dai file Word DOC/DOCX in C#. Aggiungi annotazioni con frecce, rettangoli, ellissi e filigrane utilizzando l'API di annotazione .NET....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/it/annotation/annotate-word-...