GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... When sending a file to someone, it is not a good...convert the DWG, DGN, and DWF files into PDF document with the code...
Learn how to extract and work with table of contents from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....supported for TXT files. Therefore, for TXT file method returns...
Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....can efficiently manage markup files like HTML and MHTML, enabling...html groupdocs.html is sample file used in this example. Click...
Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....a document template from the file Template template = Template...to load templates from XML files instead of creating them in...
This article demonstrates how to add signature image on document page with GroupDocs.Signature....signature such as image content by file or stream, location, colors...signatures and/or sign your files with them for free, you can...
id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following
ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...mdDocId ); // sign document to file signature . Sign ( "sample_signed...
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:...consists of email documents (msg files). Here are the steps to extract...attachments ) { // Print the file path System . out . println...
Embed documents as OLE objects into other Word documents, Excel Spreadsheets, Powerpoint presentations programmatically in Java using GroupDocs.Merger API....get the resultant presentation file. Conclusion # We have learned...
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); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForS...
Add watermarks to specific PDF pages, images, and attachments using GroupDocs.Watermark for Python via .NET....png are the sample files used in this example. Download...Download and . output.pdf Binary file (PDF, 221 KB) PdfAnnotationWaterma...