Temukan, ganti, atau sembunyikan teks, kata, frasa dalam file Word DOC/DOCX menggunakan C#. Sunting dan lakukan pencarian teks, case-sensitive & RegEx dengan .NET Redaction API....informasi pribadi seperti ID email atau Nomor Jaminan Sosial, Anda...
Ekstrak data Faktur dari faktur atau tanda terima PDF secara terprogram di Java. Penguraian dokumen & API ekstraksi data oleh GroupDocs mendukung berbagai format....gambar, presentasi, arsip, email, dan banyak [format dokumen...
Xóa siêu dữ liệu chọn lọc hoặc xóa tất cả các thuộc tính siêu dữ liệu bằng C# khỏi DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, hình ảnh WebP, Email, sách điện tử, Visio, tệp Zip....trình bày, tệp PDF, hình ảnh, email, sách điện tử, bản vẽ, tệp zip...
This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...
Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...
Trích xuất dữ liệu Hóa đơn từ hóa đơn PDF hoặc biên lai theo chương trình trong Java. API trích xuất dữ liệu và phân tích tài liệu của GroupDocs hỗ trợ nhiều định dạng khác nhau....ảnh, bản trình bày, lưu trữ, email và nhiều định dạng tài liệu...
GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....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...