Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 12,235 for

new

(1.92 sec)
  1. Podpisuj dokumenty za pomocą certyfikatu cyfrow...

    Podpisuj elektronicznie pliki Word i PDF za pomocą certyfikatu cyfrowego w języku C# przy użyciu interfejsu API .NET do podpisów elektronicznych. Zmień wygląd podpisów cyfrowych....using (Signature signature = new Signature("document.pdf")) {...DigitalSignOptions options = new DigitalSignOptions("certificate...

    blog.groupdocs.com/pl/signature/sign-documents-...
  2. Chú thích các tệp Word DOC DOCX trong Java | Th...

    Thêm hoặc xóa chú thích khỏi tệp Word DOC/DOCX trong Java. Thêm chú thích mũi tên, hình chữ nhật, hình elip, hình mờ bằng API chú thích tài liệu....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/vi/annotation/annotate-word-...
  3. PDFとスキャンしたドキュメントをC#で編集する| PDFのブラックアウトテキスト

    .NETアプリケーションでC#を使用して、PDFやその他のドキュメントのテキストを編集します。ドキュメントを編集して、テキストと埋め込み画像内のテキストをブラックアウトします。...する var settings = new RedactorSettings(new AsposeOCRStandalo...redactor = new Redactor(@"path/document.pdf", new LoadOptions()...

    blog.groupdocs.com/ja/redaction/redact-text-and...
  4. Java에서 Excel 통합 문서에 워터마크 추가 | 텍스트 워터마크

    Java를 사용하여 Excel 통합 문서에 워터마크를 삽입합니다. 워터마크 Java API를 사용하여 모든 시트에 워터마크를 표시하거나 특정 시트에만 배경으로 적용할 수 있습니다....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/ko/watermark/watermark-excel...
  5. Thêm hoặc Xóa Chú thích | Chú thích tệp PDF bằn...

    Lập trình chú thích các tệp PDF trong C#. Thêm hoặc xóa các chú thích như mũi tên, hình chữ nhật, hình elip, đánh dấu, chú thích hình mờ bằng cách sử dụng .NET API....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/vi/annotation/annotate-pdf-f...
  6. เพิ่มลายน้ำให้กับเอกสาร 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...
  7. Excel 스프레드시트 비교: C#를 사용한 고급 셀별 분석

    GroupDocs.Comparison for .NET를 사용하여 Excel 스프레드시트를 프로그래밍 방식으로 비교하는 방법을 배우세요. 이 가이드는 셀 단위 비교, 사용자 정의 스타일링, 요약 페이지, 그리고 C#에서 Excel 문서 비교를 위한 고급 가시성 제어 기능을 보여줍니다....file" ); using ( var comparer = new Comparer(sourcePath)) { comparer...compareOptions = new CompareOptions { InsertedItemStyle = new StyleSettings()...

    blog.groupdocs.com/ko/comparison/compare-excel-...
  8. So sánh bảng tính Excel: Phân tích chi tiết từn...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. This guide demonstrates cell-by-cell comparison, custom styling, summary pages, and advanced visibility controls for Excel document comparison in C#. **Vietnamese translation** Tìm hiểu cách so sánh các bảng tính Excel một cách lập trình bằng cách sử dụng GroupDocs.Comparison cho .NET. Hướng dẫn này trình bày việc so sánh từng ô, tùy chỉnh kiểu dáng, các trang tóm tắt và các điều khiển hiển thị nâng cao cho việc so sánh tài liệu Excel trong C#....file" ); using ( var comparer = new Comparer(sourcePath)) { comparer...compareOptions = new CompareOptions { InsertedItemStyle = new StyleSettings()...

    blog.groupdocs.com/vi/comparison/compare-excel-...
  9. Bibliothèque C# Diff - Comparer des fichiers te...

    Il compare et fusionne des documents Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Texte et HTML. L'API de comparaison de documents compare le contenu pour détecter les changements de mots, de paragraphes et de caractères....# using (Comparer comparer = new Comparer(“source.docx”)) { comparer...# using (Comparer comparer = new Comparer(File.OpenRead(“source...

    blog.groupdocs.com/fr/comparison/groupdocs-comp...
  10. Excel-spreadsheets bewerken | Online redactie e...

    Ontdek efficiënte manieren om Excel-spreadsheets te bewerken. Bewerk XLS/XLSX-bestanden online of doe het programmatisch met C# en Java....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // loadOptions...spreadsheet Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/nl/editor/edit-excel-spreads...