Sort Score
Result 10 results
Languages All
Labels All
Results 9,041 - 9,050 of 11,551 for

new

(0.17 sec)
  1. C#と.NET比較ライブラリを使用してWord文書を比較する

    Comparison API for .NETを使用して、2つ以上のWord文書を比較します。パスワードで保護されたドキュメントであっても、違いを強調し、C#での変更を承認/拒否します。...*/ using (Comparer comparer = new Comparer("path/document.docx"))...*/ using (Comparer comparer = new Comparer("path/document-1.docx"))...

    blog.groupdocs.com/ja/comparison/compare-word-d...
  2. 如何使用元数据标签

    解释如何使用元数据标签...file) using (Metadata metadata = new Metadata( "source.pptx" )) {... using (Metadata metadata = new Metadata( "source.pdf" )) { if...

    blog.groupdocs.com/zh/metadata/how-to-work-with...
  3. GroupDocs.Signature for .NET

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....using (Signature signature = new Signature("sample.pdf")) { //...DigitalVerifyOptions options = new DigitalVerifyOptions("certificate...

    blog.groupdocs.com/zh/tag/groupdocs.signature-f...
  4. GroupDocs.Comparison on GroupDocs Blog | Docume...

    GroupDocs.Comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison on GroupDocs Blog | Document Automation Solutions for .NET &......listopada 2025 Explore what’s new in GroupDocs.Comparison for ...sierpnia 2025 r. Explore what’s new in GroupDocs.Comparison for ...

    blog.groupdocs.com/pl/tag/groupdocs.comparison/...
  5. Ověřte digitální podpis v dokumentech pomocí Java

    Ověřujte digitální podpisy v digitálně podepsaných dokumentech aplikace Word, listech aplikace Excel, prezentacích PowerPoint a souborech PDF pomocí rozhraní Electronic Signature Java API....GroupDocs Signature signature = new Signature("sample_signed.pdf");...DigitalVerifyOptions options = new DigitalVerifyOptions("certificate...

    blog.groupdocs.com/cs/signature/verify-digital-...
  6. Tìm kiếm mờ Java - Tìm trong tệp trên các thư mục

    Khám phá cách tìm kiếm mờ của Java có thể giúp bạn tìm thấy mọi thứ trong các tệp trên các thư mục! Nó giống như một tìm kiếm thông minh có thể hiểu được những lỗi nhỏ....tài liệu vào đó Index index = new Index("path/indexing-folder-path");..."); SearchOptions options = new SearchOptions(); options.getFuzzySearch()...

    blog.groupdocs.com/vi/search/fuzzy-search-java/
  7. 워터마크 이미지 | 텍스트 및 이미지 워터마크

    이미지(JPG, PNG 등)에 텍스트 및 이미지 워터마크를 추가합니다. 온라인 워터마크 애플리케이션이나 .NET 및 Java 라이브러리를 사용하여 워터마크를 적용합니다....using (Watermarker watermarker = new Watermarker("filePath/image.jpg"))...텍스트 및 워터마크 글꼴 설정 Font font = new Font("Arial", 30, FontStyle.Bold...

    blog.groupdocs.com/ko/watermark/watermark-images/
  8. Cree su solución de búsqueda de texto completo ...

    API de búsqueda de texto para aplicaciones .NET para buscar mediante indexación. Encuentre texto en múltiples Word, Excel, PDF, archivos de texto de una carpeta y resalte los resultados de búsqueda.... Index index = new Index("indexPath/FolderName/");...documentos al índice Index index = new Index(indexFolder); index.Add(documentsFolder);...

    blog.groupdocs.com/es/search/build-your-full-te...
  9. Utwórz przeglądarkę dokumentów w ASP.NET Core M...

    Przeglądarki dokumentów online stały się popularne po wzroście wykorzystania dokumentów cyfrowych, zwłaszcza w systemach zarządzania treścią. Powodem tej popularności jest możliwość przeglądania różnych formatów dokumentów bez kupowania lub instalowania dedykowanego oprogramowania. Biorąc pod uwagę znaczenie przeglądarek dokumentów, pomyślałem o napisaniu artykułu o tym, jak stworzyć uniwersalną przeglądarkę dokumentów w ASP.NET MVC. Zamierzamy utworzyć aplikację przeglądarki dokumentów ASP.NET MVC, która będzie kierowana na platformę .NET Core. Do renderowania dokumentów na zapleczu użyjemy GroupDocs....ath, "storage"); lstFiles = new List<string>(); } public IActionResult...png"); using (Viewer viewer = new Viewer(Path.Combine(storagePath...

    blog.groupdocs.com/pl/viewer/document-viewer-in...
  10. Maak een documentviewer in ASP.NET Core MVC voo...

    De online documentviewers zijn populair geworden na het groeiende gebruik van digitale documenten, vooral in de contentmanagementsystemen. De reden achter deze populariteit is dat u verschillende documentformaten kunt bekijken zonder speciale softwareprogramma’s te kopen of te installeren. Gezien het belang van documentviewers, dacht ik een artikel te schrijven over het maken van een universele documentviewer in ASP.NET MVC. We gaan een ASP.NET MVC documentviewer-applicatie maken die gericht is op het ....ath, "storage"); lstFiles = new List<string>(); } public IActionResult...png"); using (Viewer viewer = new Viewer(Path.Combine(storagePath...

    blog.groupdocs.com/nl/viewer/document-viewer-in...