This guide explains how to install GroupDocs.Conversion for .NET to your environment...Watermark Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...
This article demonstrates how to add signature image on document page with GroupDocs.Signature....Watermark Product Solution GroupDocs...signature such as image content by file or stream, location, colors...
To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects.
Outlook Storage item can contain the following metadata:
Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg Files).
Here are the steps to extract an email text from outlook storage:...Watermark Product Solution GroupDocs...consists of email documents (msg files). Here are the steps to extract...
Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....Watermark Product Family GroupDocs.Merger...is subsequently written to a file, making it ready for use or...
This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....Watermark Product Family GroupDocs.Merger...PPTX (PowerPoint Open XML) files can enhance processes such as...
Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Java features....Watermark Product Solution GroupDocs...with binary nature, support file encoding with the password....
This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser....Watermark Product Solution GroupDocs...extract documents from ZIP files and get attachments from containers...
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); // ....Watermark Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...
Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....Watermark Product Solution GroupDocs...with binary nature, support file encoding with the password....
This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Watermark Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...