Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for .NET API....external resources include images, audio, video, fonts, CSS,...
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....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
Note This page contains release notes for GroupDocs.Signature for Java 21.2 Major Features This release contains important bug fixes related to processing Digital Signatures with its generated unique identifiers for supported document types. Also this update contains the fix document preview. Below the list of most notable changes in release of GroupDocs.Signature for .NET 21.1:
Added ability to get history of actions performed with a document. Implemented time stamp options for digital signatures in PDF documents....signatures information in the Image documents. Fixed major bugs...Feature SIGNATURENET-2951 Return images with default size as preview...
page|Documentation,Page|Documentation,Page Setup - Fit to Page Setting|Documentation,Page setup|Documentation,Page Setup|Documentation,Page | Aspose.SVG for...paper size, orientation, font, images, and other layout settings...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
Add text and image watermarks to Word documents. Apply watermarks using the online watermark application or using .NET and Java libraries programmatically.... Ready to add text or image watermarks to your Word documents...article about How to Add Text or Image Watermarks to Word documents...