Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 10,319 for

new

(0.15 sec)
  1. Java比較ライブラリを使用して、テキスト、Word、およびPDFファイルを比較します

    比較APIforJavaを使用して、テキスト、Word、PDFファイルなどのドキュメントを比較します。別のドキュメントで違いを強調表示して、変更を受け入れます。...on disk Comparer comparer = new Comparer("source.docx"); try...Stream Comparer comparer = new Comparer(new FileInputStream("source...

    blog.groupdocs.com/ja/comparison/compare-text-w...
  2. C#を使用してExcelワークブックに透かしを追加する|テキスト透かし

    C#を使用してExcelワークブックに透かしを挿入します。 .NET APIを使用して、すべてのシートに透かしを入れるか、特定のシートだけに透かしを背景として挿入します。...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/ja/watermark/watermark-excel...
  3. C#を使用してPDF内のテキストを検索して置換する| PDFテキストを置き換えるか非表示にする

    C#を使用して、大文字と小文字を区別し、正規表現を使用してPDFドキュメント内の特定のテキスト、単語、フレーズをプログラムで検索します。 PDFファイルを編集するには、テキストを置き換えるか非表示にします。... using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ja/redaction/find-and-replac...
  4. C# 比较 Excel、Word、文本文件 | .NET 文档比较 API

    使用 C# 比较两个或更多文件。 .NET SDK 允许比较两个 Excel 电子表格、Word 文档、PDF 文件或比较 CSharp 中的文本文件。... using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer...文件。 using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...

    blog.groupdocs.com/zh/comparison/compare-excel-...
  5. Texto tachado en documentos en Java | C̶r̶o̶s̶s...

    Tachemos el texto dentro de los documentos usando Java. Automatice el tachado de texto no válido mediante la anotación tachada con la API de Java....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/es/annotation/strikethrough-...
  6. Cree hipervínculos en PDF usando anotaciones de...

    Anote archivos PDF mediante la creación de hipervínculos mediante anotaciones de vínculos en Java. Anotación de documentos e imágenes La API de Java permite realizar anotaciones mediante la vinculación de datos externos....en Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/es/annotation/create-hyperli...
  7. 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-...
  8. 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-...
  9. 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-...
  10. 使用 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-...