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); // ....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
Discover efficient ways to edit XML files. Either edit XML files online or do it programmatically using C# & Java....to Edit Excel Spreadsheets - XLS/XLSX Editor...
Extract images from the whole document, and specific pages of word processing documents, Excel spreadsheets, PPT presentations, and PDF using Java.... ODT, OTT, RTF Spreadsheets XLS, XLSX, XLSM, XLSB, XLT, XLTX...
To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails.
Here are the steps to extract a text from an email:
Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
This article explains that how to extract containers items and iterate through container items....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
The Example in this article demonstrates that how to update metadata properties using a combination of criteria...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
This article explains document formats and format families supported by GroupDocs.Editor for Java and how to operate them in Java code....Spreadsheet formats, which includes XLS, XLT, XLSX, XLSM, XLTX, ODS etc...