Sort Score
Result 10 results
Languages All
Labels All
Results 5,231 - 5,240 of 10,319 for

new

(0.2 sec)
  1. 水印 Excel 電子表格 |文本和圖像水印

    將文本和圖像水印添加到 Excel 電子表格。使用在線水印應用程序或以編程方式使用 .NET 和 Java API 應用水印。...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/zh-hant/watermark/watermark-...
  2. Comparar documentos do Word usando C# com .NET ...

    Compare dois ou mais documentos do Word usando a API de comparação para .NET. Realce diferenças e aceite/rejeite alterações em C#, mesmo para documentos protegidos por senha....*/ using (Comparer comparer = new Comparer("path/document.docx"))...*/ using (Comparer comparer = new Comparer("path/document-1.docx"))...

    blog.groupdocs.com/pt/comparison/compare-word-d...
  3. C#從PDF、Excel、PPT、Word文檔中提取圖片

    .NET API 具有從 PDF、電子表格、演示文稿、文字處理文檔以及使用 C# 中的解析 API 從特定頁面中提取圖像的功能。...中提取圖像 using (Parser parser = new Parser("path/document.pdf"))...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/zh-hant/parser/extract-image...
  4. Просмотр файлов САПР на C# с помощью .NET API |...

    Создайте средство просмотра файлов САПР на C# для просмотра чертежей. Преобразование файлов DWG, DGN в HTML, JPG, PNG или PDF с помощью средства просмотра документов .NET API от GroupDocs....использованием C# using (Viewer viewer = new Viewer("drawing.dwg")) { HtmlViewOptions...использованием C# using (Viewer viewer = new Viewer("drawing.dwg")) { HtmlViewOptions...

    blog.groupdocs.com/ru/viewer/view-cad-documents...
  5. Extraire des images de documents PDF, Excel, PP...

    API .NET avec des fonctionnalités pour extraire des images de PDF, de feuilles de calcul, de présentations, de documents de traitement de texte et de pages spécifiques à l'aide de l'API d'analyse en C#....NET using (Parser parser = new Parser("path/document.pdf"))...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/fr/parser/extract-images-fro...
  6. Extraire des images de PDF, Word, Excel, PPT en...

    Extrayez des images de l'ensemble du document et de pages spécifiques de documents de traitement de texte, de feuilles de calcul Excel, de présentations PPT et de PDF à l'aide de Java....for Java try (Parser parser = new Parser("path/document.pdf"))...format PNG ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/fr/parser/extract-images-fro...
  7. Trích xuất hình ảnh từ tài liệu PDF, Excel, PPT...

    .NET API với các tính năng trích xuất hình ảnh từ PDF, bảng tính, bản trình bày, tài liệu soạn thảo văn bản và từ các trang cụ thể bằng cách sử dụng API phân tích cú pháp trong C#....NET using (Parser parser = new Parser("path/document.pdf"))...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/vi/parser/extract-images-fro...
  8. Trích xuất hình ảnh từ PDF, Word, Excel, PPT bằ...

    Trích xuất hình ảnh từ toàn bộ tài liệu và các trang cụ thể của tài liệu soạn thảo văn bản, bảng tính Excel, bản trình bày PPT và PDF bằng Java....for Java try (Parser parser = new Parser("path/document.pdf"))...dạng PNG ImageOptions options = new ImageOptions(ImageFormat.Png);...

    blog.groupdocs.com/vi/parser/extract-images-fro...
  9. Visualizza file CAD in C# utilizzando .NET API ...

    Crea il tuo visualizzatore di file CAD in C# per visualizzare i disegni. Converti DWG, DGN per renderizzare come HTML, JPG, PNG o PDF utilizzando il visualizzatore di documenti .NET API di GroupDocs....utilizzando C# using (Viewer viewer = new Viewer("drawing.dwg")) { HtmlViewOptions...usando C# using (Viewer viewer = new Viewer("drawing.dwg")) { HtmlViewOptions...

    blog.groupdocs.com/it/viewer/view-cad-documents...
  10. C#에서 Excel 파일 편집 | 나만의 온라인 Excel 시트 편집기 구축

    Excel 파일 편집은 스프레드시트 및 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 XLS, XLSX, ODS 파일을 편집하는 C# 예제와 함께 설명됩니다....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); loadOptions...// 스프레드시트 로드 Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/ko/editor/edit-excel-files-i...