Discover ways to view and edit EPUB metadata. Either edit EPUB metadata online or do it programmatically using C# & Java....Date = DateTime.Now.ToString(); metadata...getEpubPackage().setDate(new Date().toString()); metadata.save("path/ebook...
Google Chrome users have a reason to get excited. We’ve announced the launch of the GroupDocs Signature plugin for Chrome. This online signature plugin lets you share documents from your Gmail account and collect signatures online. Open the document, upload the signature and send it via email. It takes only seconds to sign documents. Compatibility with popular file-formats is an important feature of the application. GroupDocs Signature is an online signature app that supports signing and sending business documents through a web-browser....signing to capture personal and date information. Track the status...
GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties
try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata.... setCreationDate ( new Date ()); root . getDocumentPropertie...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...make, model, shutter speed, date and time, aperture, exposure...
GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....licensed to, subscription expiry date and so on. It contains the digital...
GroupDocs.Search Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Product Family on GroupDocs Blog | Document Automatio......search, use **ISO 8610 **date format in date range search, and use...use **collection **of date formats for range search. We would recommend...
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.... Current date and time is used as a part of...
This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Python via .NET....DateFormField : Represents a date input form field. FormFieldCollection...
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.... WriteLine ( "Creation date: {0}" , package . CreationDate...