Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 608 for

drawing

(0.02 sec)
  1. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG to PDF in Java. DWF, DGN, and AutoCAD Drawings to PDF using document and image conversion Java API by GroupDocs....effects in movies, technical drawings, and much more. PDF is one...format when such technical drawings are to be transferred to a...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  2. Working with CAD metadata | Documentation

    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...
  3. 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...
  4. ይዋሃዳሉ XLSX የኢንተርኔት | ነጻ GroupDocs መተግበሪያዎች

    ነጻ በኢንተርኔት XLSX ውህደት. XLSX ወደ ነጠላ ፋይል ይዋሃዳሉ. 100% ነጻ ኢንተርኔት XLSX ማዋሃድ, አስተማማኝ እና ለመጠቀም ቀላል....Plain Text File VDX ውህደት Visio Drawing XML File አንድ ላይ ይዋሃዳሉ VSDM...Macro-Enabled Drawing VSDX ውህደት Visio Drawing አንድ ላይ ይዋሃዳሉ VSSM...

    products.groupdocs.app/am/merger/xlsx
  5. Working with CAD metadata | Documentation

    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...
  6. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....AnnotationInfo have to be set for drawing an ellipse, which determine...

    blog.groupdocs.com/annotation/adding-ellipse-an...
  7. Convert CAD formats | Documentation

    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...
  8. Convert CAD formats | Documentation

    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/
  9. Convert CAD formats | Documentation

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