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

new

(0.21 sec)
  1. 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-...
  2. 使用 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...
  3. Crea collegamenti ipertestuali in PDF utilizzan...

    Annota i file PDF creando collegamenti ipertestuali utilizzando le annotazioni di collegamento in Java. Annotazione di documenti e immagini L'API Java consente l'annotazione collegando dati esterni....in Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/it/annotation/create-hyperli...
  4. Evidenzia PDF utilizzando Annotazioni in Java |...

    Evidenzia il testo in PDF con le annotazioni di evidenziazione utilizzando Java. Annotazione di documenti e immagini Java API consente di annotare i file PDF evidenziando qualsiasi area....in Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/it/annotation/highlight-pdf-...
  5. Java を使用した Word 文書内の単語の検索とテキストの置換

    Java を使用して Word DOC/DOCX ファイル内の単語検索、置換、またはテキストの非表示を実行します。 Java Redaction API を使用して、テキスト、大文字と小文字を区別する正規表現検索を編集して実行します。...redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/ja/redaction/find-and-replac...
  6. 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-...
  7. เพิ่มลายน้ำให้กับเอกสาร Word | 5 วิธีที่ปลอดภัย...

    เรียนรู้วิธีการเพิ่มลายน้ำที่ปลอดภัยให้กับเอกสาร Word โดยใช้ GroupDocs.Watermark for .NET เปรียบเทียบ 5 วิธีการป้องกันพร้อมตัวอย่างโค้ด รวมถึงส่วนหัวที่ล็อค ลายน้ำแบบกระจาย และส่วนที่มีรหัสผ่านซึ่งไม่สามารถถูกลบออกได้ง่ายๆ...." ); var loadOptions = new WordProcessingLoadOp(); using...using ( var watermarker = new Watermarker(InputFile, loadOptions))...

    blog.groupdocs.com/th/watermark/secure-word-doc...
  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. 拆分或合并 PDF、PowerPoint、Excel、Word、Java 文档

    拆分或合并 PDF、Word DOC/DOCX、XLS/XLSX Excel 电子表格、PPT/PPTX 演示文稿、Visio 绘图、电子书和更多 Java 文档。步骤和示例。... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  10. הדגש PDF עם הערות באמצעות C# | הערה PDF עם הדגשה

    הדגש טקסט ב-PDF עם הערות סימון באמצעות C#. הערת מסמכים ותמונה. NET API מאפשר להוסיף הערות לקבצי PDF על ידי הדגשת כל אזור....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/he/annotation/highlight-pdf-...