Learn how to convert PDF, Word, Excel, and PowerPoint documents with GroupDocs.Conversion for Python via .NET API...., DWG). ThreeDConvertOptions – Options...
This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API...., DWG, DXF) Email Messages (e.g., MSG...
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.getCadPackage method.
The following code snippet reads metadata associated with a CAD file.
advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....The supported CAD formats are: DWG DXF Reading CAD metadata To access...
This topic describes how to use the GroupDocs.Viewer Java API to convert CAD files (Dwg, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....DWG) (.DWT) (.DWF) (.DXF) (.PLT)...viewer = new Viewer ( "HousePlan.dwg" )) { // Create an HTML file...
Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint documents by local file path and stream with GroupDocs.Conversion for Python via .NET API...., DWG, DWF). CompressionLoadOptio :...
Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....dwg" ) as converter : doc_info =...get_document_info () # Print DWG document info print ( "Creation...
Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....JPG, JPEG, PNG, DICOM, DJVU, DWG, DXF Emails EML, EMLX, MSG Compare...
We are excited to bring a major release of GroupDocs.Viewer for Java API packaging a bunch of new features, improvements, and bug fixes. In the latest release, we have added the support of viewing archives and a couple of code files as well as provided the features of working with security settings in the PDF documents. So let’s walk through the latest release of our document viewer API for Java and check out what you are going to get after upgrading to v19....reference exception when rendering DWG document The Watermark opacity...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert CAD files (Dwg, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....DWG) (.DWT) (.DWF) (.DXF) (.PLT)...viewer = new Viewer ( "HousePlan.dwg" )) { // Create an HTML file...