This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
This article explains how digitally esign documents with certificates using GroupDocs.Signature API...OTT), Spreadsheet files (XLSX, XLS, ODS, OTS) support digital signature...
This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
To search a keyword in Microsoft OneNote sections search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in Microsoft OneNote section:
Instantiate Parser object for the initial section; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the section....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...