Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 4,013 for

editing

(0.03 sec)
  1. Excelスプレッドシートを比較:C#による高度なセル単位分析

    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#. **Japanese translation:** GroupDocs.Comparison for .NET を使用して、Excel スプレッドシートをプログラムで比較する方法を学びましょう。このガイドでは、セル単位の比較、カスタム スタイリング、サマリーページ、および C# における Excel ドキュメント比較の高度な可視性制御を示しています。...Migration Validation Collaborative Editing Review Advanced GroupDocs.Comparison...規制遵守のための変更監査 Collaborative editing : 複数チームメンバーによる変更のレビュー Report...

    blog.groupdocs.com/ja/comparison/compare-excel-...
  2. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Node.js via Java....can be used to create, open, edit, and export these .cad files...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for .NET....can be used to create, open, edit, and export these .cad files...

    docs.groupdocs.com/conversion/net/convert/cad/
  5. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...2023, 10:27am 9 @smauro We edited the Docker file with the following...

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  6. Manage EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manage EXIF metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the metadata .NET API....images but also it can add, edit, update, and remove metadata...

    blog.groupdocs.com/metadata/manage-exif-data-in...
  7. Working with metadata in PDF documents | GroupDocs

    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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Handle EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manipulate EXIF metadata of images in Java. Extract, update, add or remove EXIF data of JPG/JPEG, PNG, WebP, or other images programmatically using Java API....or WebP but also it can add, edit, update, and remove metadata...

    blog.groupdocs.com/metadata/handle-exif-data-of...
  9. Working with XMP metadata | GroupDocs

    Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/working-...
  10. 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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

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