Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 8,862 for

image

(0.06 sec)
  1. 140개 이상의 파일 형식을 위한 ASP.NET Core MVC에서 문서 뷰어 만들기

    온라인 문서 뷰어는 특히 콘텐츠 관리 시스템에서 디지털 문서의 사용이 증가하면서 인기를 얻었습니다. 이 인기의 이유는 전용 소프트웨어 프로그램을 구입하거나 설치하지 않고도 다양한 문서 형식을 볼 수 있기 때문입니다. 문서 뷰어의 중요성을 생각하면서 ASP.NET MVC에서 범용 문서 뷰어를 만드는 방법에 대한 기사를 작성하게 되었습니다. .NET Core 프레임워크. 백엔드에서 문서 렌더링을 위해 GroupDocs.Viewer for .NET API - 강력한 문서 뷰어 API를 사용합니다. PDF, Word, Excel, PowerPoint, Visio, CAD, Outlook 및 다른 많은 인기 있는 형식..../images/Loading.gif') 50% 50% no-repeat...

    blog.groupdocs.com/ko/viewer/document-viewer-in...
  2. C#で注釈を追加または削除する| WordDOCDOCXファイルに注釈を付ける

    プログラムで、C#のWord DOC/DOCXファイルに注釈を追加および削除します。 .NET Annotation APIを使用して、矢印、長方形、楕円、透かしの注釈を追加します。...Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/ja/annotation/annotate-word-...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....text with rich formatting, images, and different annotations...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  6. Tạo Trình xem tài liệu trong ASP.NET Core MVC c...

    Trình xem tài liệu trực tuyến đã trở nên phổ biến sau khi việc sử dụng tài liệu kỹ thuật số ngày càng tăng, đặc biệt là trong các hệ thống quản lý nội dung. Lý do đằng sau sự phổ biến này là bạn có thể xem nhiều định dạng tài liệu mà không cần mua hoặc cài đặt các chương trình phần mềm chuyên dụng. Xem xét tầm quan trọng của trình xem tài liệu, tôi nghĩ sẽ viết một bài viết về cách tạo trình xem tài liệu chung trong ASP..../images/Loading.gif') 50% 50% no-repeat...

    blog.groupdocs.com/vi/viewer/document-viewer-in...
  7. 用Java生成条码|将条形码添加到文档和图像

    通过使用 Java 电子签名 API 将条形码添加到 Word、Excel、PDF、PNG、JPG、WebP 文件,以 Java 生成条形码并对文档和图像进行电子签名。...signature = new Signature("path/image.jpg"); // 使用条形码文本创建条形码选项 BarcodeSignOptions...

    blog.groupdocs.com/zh/signature/generate-barcod...
  8. Excel 스프레드시트 편집 | 온라인 편집 및 프로그래밍 방식 접근 방식

    Excel 스프레드시트를 편집하는 효율적인 방법을 알아보세요. XLS/XLSX 파일을 온라인으로 편집하거나 C# 및 Java를 사용하여 프로그래밍 방식으로 수행하십시오....Images; List<IHtmlResource> allResourcesTogether...

    blog.groupdocs.com/ko/editor/edit-excel-spreads...
  9. Java를 사용하여 문서 및 이미지의 메타데이터 정리

    DOCX, XLSX, PPTX, PDF 문서, JPEG, PNG, WebP 이미지, 이메일, eBook, Visio Drawings, Zip 등의 모든 또는 선택적 메타데이터 속성을 제거하는 Java API...jpg"); // Save the output image having no metadata Java를 사용하여...

    blog.groupdocs.com/ko/metadata/remove-metadata-...
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...