Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 2,041 for

dwg

(1.23 sec)
  1. Converting Documents | GroupDocs

    Convert single documents, specific pages or page ranges, per-page output files, and files packed inside archives — with options for output format, watermarks, and metadata extraction — using GroupDocs.Conversion for Python via .NET...., DWG). ThreeDConvertOptions – Options...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Render CAD drawings and models as HTML, PDF, an...

    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...

    docs.groupdocs.com/viewer/java/render-cad-drawi...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...AutoCAD’s file formats, such as DWG, DXF, DGN, DWF . This article...

    blog.groupdocs.com/groupdocs.blog/page/32/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...convert different CAD formats like DWG, DGN, or DWF into PDF in Java...

    blog.groupdocs.com/groupdocs.blog/page/23/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... We looked to convert the DWG, DGN, and DWF files into PDF...

    blog.groupdocs.com/groupdocs.blog/page/34/
  6. Working with CAD metadata | GroupDocs

    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); // ....The supported CAD formats are: DWG DXF Reading CAD metadata To access...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....convert different CAD formats like DWG, DGN, or DWF into PDF in Java...

    blog.groupdocs.com/categories/groupdocs.convers...
  8. Loading Documents | GroupDocs

    Load source documents from a local file path or a Python stream — including password-protected files — and inspect the available LoadOptions classes and ConverterSettings in GroupDocs.Conversion for Python via .NET...., DWG, DWF). CompressionLoadOptio :...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Getting Document Information | GroupDocs

    Read format, page count, author, dimensions, table of contents, and format-specific metadata from PDF, Word, Excel, PowerPoint, CAD, image, project management, and email documents without converting — using Converter.get_document_info() in GroupDocs.Conversion for Python via .NET....dwg" ) as converter : doc_info =...get_document_info () # Print DWG document info print ( "Creation...

    docs.groupdocs.com/conversion/python-net/develo...
  10. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...well-known AutoCAD file formats are DWG, DXF, DGN, DWF . We discussed...

    blog.groupdocs.com/groupdocs.blog/page/31/