Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 12,279 for

new

(0.14 sec)
  1. Proteggi con password i file PowerPoint in Java...

    Come bloccare i file PowerPoint con password in Java. Modificare la password esistente e rimuoverla per sbloccare i file PPT/PPTX utilizzando l'API Java....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...passWORD"); Merger merger = new Merger("path/presentation.pptx");...

    blog.groupdocs.com/it/merger/lock-unlock-ppt-pp...
  2. Renderice JSON como PDF, JPG, PNG y HTML usando...

    Ver archivos JSON como PDF en Java. Además, renderice archivos JSON a JPG, PNG y HTML dentro de la aplicación Java utilizando JSON Viewer API....usando Java try (Viewer viewer = new Viewer("/path/sample.json"))...PdfViewOptions viewOptions = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/es/viewer/render-json-as-pdf...
  3. Proteger con contraseña los archivos de Excel e...

    Aprendamos cómo proteger con contraseña los archivos de hojas de cálculo de Excel usando C#. Cambie la contraseña existente o elimínela para desbloquear los archivos XLS/XLSX usando la API de .NET....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...D"); using (Merger merger = new Merger(filePath)) { merger.A...

    blog.groupdocs.com/es/merger/lock-unlock-excel-...
  4. Rendre JSON au format PDF, JPG, PNG et HTML à l...

    Affichez les fichiers JSON au format PDF à l'aide de C#. De plus, rendez les fichiers JSON au format JPG, PNG et HTML dans l'application .NET à l'aide de l'API GroupDocs....de C# using (Viewer viewer = new Viewer("/path/sample.json"))...json")) { PdfViewOptions options = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/fr/viewer/render-json-as-pdf...
  5. Comparer des documents en utilisant Node.js

    Explorez les complexités des comparaisons de documents dans ce guide détaillé. Apprenez comment les API GroupDocs.Comparison peuvent transformer votre analyse de données avec des outils de comparaison visuels et textuels....source document const comparer = new Comparer ( "source.docx" ); //...source file path const comparer = new Comparer ( "source.docx" ); //...

    blog.groupdocs.com/fr/comparison/compare-docume...
  6. Xóa chú thích khỏi tài liệu PDF & Word trong Java

    Lập trình xóa chú thích khỏi tệp PDF & Word trong Java. Xóa tất cả chú thích, xóa theo ID hoặc theo loại chú thích bằng API chú thích Java....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/vi/annotation/remove-annotat...
  7. 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-...
  8. C#의 문서에서 워터마크 찾기 및 제거

    .NET API를 사용하여 C#을 사용하여 PDF, Word, Excel, PowerPoint, Visio 문서에서 텍스트 및 이미지 기반 워터마크를 프로그래밍 방식으로 찾고 제거합니다....using (Watermarker watermarker = new Watermarker("filepath/documentWithWatermar...using (Watermarker watermarker = new Watermarker("filepath/documentWithWatermar...

    blog.groupdocs.com/ko/watermark/find-and-remove...
  9. วิธีทำงานกับแท็ก Metadata

    อธิบายวิธีทำงานกับแท็กเมตาดาทา...file) using (Metadata metadata = new Metadata( "source.pptx" )) {... using (Metadata metadata = new Metadata( "source.pdf" )) { if...

    blog.groupdocs.com/th/metadata/how-to-work-with...
  10. 在 C# 中从文档中查找和删除水印

    .NET API 以编程方式使用 C# 从 PDF、Word、Excel、PowerPoint、Visio 文档中查找和删除基于文本和图像的水印。...using (Watermarker watermarker = new Watermarker("filepath/documentWithWatermar...using (Watermarker watermarker = new Watermarker("filepath/documentWithWatermar...

    blog.groupdocs.com/zh/watermark/find-and-remove...