Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 722 for

drawing

(0.04 sec)
  1. 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.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()); // ....To access metadata in a CAD drawing, the GroupDocs.Metadata API...metadata properties in a DXF drawing. Please check the code sample...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. View CAD files in C# using .NET API | Convert D...

    Build your CAD files viewer in C# to view Drawings. Convert DWG, DGN to render as HTML, JPG, PNG, or PDF using document viewer .NET API by GroupDocs....( Computer-Aided Design ) drawings are normally used to create...discussed viewing the CAD drawings using Java in a separate article...

    blog.groupdocs.com/viewer/view-cad-documents-us...
  3. 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); // ....To access metadata in a CAD drawing, the GroupDocs.Metadata API...metadata properties in a DXF drawing. Please check the code sample...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....shows how to load a VSD (Visio Drawing) file with explicit format...how to load a VSDX (Visio Drawing XML) file: using GroupDocs...

    docs.groupdocs.com/conversion/net/load-diagram-...
  5. Converting an outlook email .msg file with atta...

    Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, format .msg, into a PDF, and the email contains attachments of PDF format, the annotations/stamps are lost at conversion. …...an annotation for example a drawing that is a signature in the...Open word, open drawing, and with your mouse, draw something Save...

    forum.groupdocs.com/t/converting-an-outlook-ema...
  6. CAD Document Support Introduced- GroupDocs.Conv...

    When you need to convert image file into other document format it seems very difficult task and when it comes to convert AutoCad Drawing document into other document format like PDF, Cells , HTML etc. it seems almost impossible with ordinary tools available in market. At GroupDocs we always tries to provide something innovative to our users, in this regard we are happy to announce another monthly release of GroupDocs....it comes to convert AutoCad drawing document into other document...

    blog.groupdocs.com/conversion/enhanced-autocad-...
  7. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Java....file contains a technical drawing, blueprint, schematic, or 3D...files to more widely used CAD drawing file formats. Below, we are...

    docs.groupdocs.com/conversion/java/convert/cad/
  8. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Node.js via Java....file contains a technical drawing, blueprint, schematic, or 3D...files to more widely used CAD drawing file formats. Below, we are...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Convert CAD formats | GroupDocs

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for .NET....file contains a technical drawing, blueprint, schematic, or 3D...files to more widely used CAD drawing file formats. Below, we are...

    docs.groupdocs.com/conversion/net/convert/cad/
  10. Compare Excel Spreadsheets. Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. Compare spreadsheets with custom styling, visibility controls, summary pages, and advanced comparison options.... Drawing . Color . Green , IsUnderline...() { FontColor = System . Drawing . Color . Brown , IsUnderline...

    docs.groupdocs.com/comparison/net/compare-excel...