GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 🤖 Watermarking Berbasis AI: Li......Word, Excel, PowerPoint, dan Email di Java menggunakan API penguraian...Word, Excel, PowerPoint, dan Email dalam C# menggunakan .NET document...
Lập trình chuyển đổi các bản trình bày của MS PowerPoint và các định dạng Open Office Impress như ODP, PPT, PPTX sang PDF bằng API chuyển đổi Java....tính, hình ảnh, trang web, email, CAD và nhiều định dạng tài...
API Java để xóa tất cả hoặc chọn lọc các thuộc tính siêu dữ liệu của tài liệu DOCX, XLSX, PPTX, PDF, JPEG, PNG, hình ảnh WebP, Email, sách điện tử, Bản vẽ Visio, Zip, v.v....trình bày, tệp PDF, hình ảnh, email, sách điện tử, bản vẽ, tệp zip...
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ỏ....sách điện tử (EPUB, CHM, FB2), email (MSG, EML), ghi chú OneNote...
Trích xuất dữ liệu tệp ZIP bằng cách sử dụng API Java phân tích cú pháp tài liệu. Phân tích cú pháp lưu trữ và trích xuất toàn bộ văn bản và hình ảnh trong các tệp đính kèm trong Java.... bản trình bày, bảng tính, email, cơ sở dữ liệu, sách điện tử...
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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...
This article shows how to access XMP metadata in a file of any supported format....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...
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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...
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....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...