Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 12,327 for

new

(0.35 sec)
  1. Mettre en surbrillance un PDF avec des annotati...

    Mettez en surbrillance du texte dans un PDF avec des annotations de surbrillance à l'aide de C#. L'API .NET d'annotation de documents et d'images permet d'annoter des fichiers PDF en mettant en surbrillance n'importe quelle zone....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/fr/annotation/highlight-pdf-...
  2. Doorgehaalde tekst in documenten in Java | C̶r̶...

    Laten we de tekst in documenten doorhalen met Java. Automatiseer het doorhalen van ongeldige tekst met behulp van doorgestreepte annotaties met Java API....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/nl/annotation/strikethrough-...
  3. 使用 C# 的文档中的删除线文本 | C̶r̶o̶s̶s̶o̶u̶t̶ Word 中的文本,PDF

    使用删除线注释在使用 C# 的文档中划掉无效文本。使用 .NET API 自动化文档和图像注释。...using (Annotator annotator = new Annotator("path/document.pdf"))...StrikeoutAnnotation strikeout = new StrikeoutAnnotation { FontColor...

    blog.groupdocs.com/zh/annotation/strikethrough-...
  4. Виділіть PDF за допомогою анотацій у Java | Дод...

    Виділіть текст у PDF за допомогою виділених анотацій за допомогою Java. API Java для анотацій документів і зображень дозволяє додавати анотації до PDF-файлів, виділяючи будь-яку область....в Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/uk/annotation/highlight-pdf-...
  5. Teks Dicoret di Dokumen di Java | C̶r̶o̶s̶s̶ o̶...

    Mari coret teks di dalam dokumen menggunakan Java. Otomatiskan pencoretan teks yang tidak valid menggunakan anotasi coret dengan Java API....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/id/annotation/strikethrough-...
  6. 使用 C# 突出顯示帶有註釋的 PDF |使用突出顯示註釋 PDF

    使用 C# 突出顯示帶有突出顯示註釋的 PDF 中的文本。文檔和圖像註釋 .NET API 允許通過突出顯示任何區域來註釋 PDF 文件。...using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/zh-hant/annotation/highlight...
  7. Excel-Tabellen vergleichen: Erweiterte Zelle-zu...

    Erfahren Sie, wie Sie Excel-Tabellen programmgesteuert mit GroupDocs.Comparison für .NET vergleichen. Dieser Leitfaden demonstriert den Zelle-zu-Zelle-Vergleich, benutzerdefinierte Formatierung, Zusammenfassungsseiten und erweiterte Sichtbarkeitssteuerungen für den Excel-Dokumentvergleich in C#....file" ); using ( var comparer = new Comparer(sourcePath)) { comparer...compareOptions = new CompareOptions { InsertedItemStyle = new StyleSettings()...

    blog.groupdocs.com/de/comparison/compare-excel-...
  8. GroupDocs.Parser for .NET 26.3 – Prise en charg...

    GroupDocs.Parser for .NET 26.3 ajoute une prise en charge native de l'OCR pour l'arabe et le coréen, livrée avec des ressources linguistiques pour une extraction de texte fluide....class using (Parser parser = new Parser(documentPath)) { OcrOptions...OcrOptions ocrOptions = new OcrOptions() { Language = Language.Kor...

    blog.groupdocs.com/fr/parser/groupdocs-parser-f...
  9. C# Diff Library - Porównaj pliki tekstowe (PDF,...

    Porównuje i łączy dokumenty Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, tekstowe i HTML. Interfejs API porównywania dokumentów porównuje zawartość w celu wykrycia zmian słów, akapitów i znaków....# using (Comparer comparer = new Comparer(“source.docx”)) { comparer...# using (Comparer comparer = new Comparer(File.OpenRead(“source...

    blog.groupdocs.com/pl/comparison/groupdocs-comp...
  10. Masquer des PDF et des documents numérisés en C...

    Rédigez du texte dans des PDF et d'autres documents à l'aide de C# dans vos applications .NET. Masquez les documents pour masquer le texte ainsi que le texte dans les images intégrées....C# var settings = new RedactorSettings(new AsposeOCRStandalo...redactor = new Redactor(@"path/document.pdf", new LoadOptions()...

    blog.groupdocs.com/fr/redaction/redact-text-and...