Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 818 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. System Requirements | GroupDocs

    System requirements for GroupDocs.Conversion for Python via .NET — supported operating systems, Python versions, and optional platform dependencies....Conversion uses libgdiplus for drawing routines when the source document.../ libx11-dev — needed for drawing functions (image and font rendering)...

    docs.groupdocs.com/conversion/python-net/system...
  3. 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-...
  4. Render Visio documents as HTML, PDF, and image ...

    Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET API....Create an HTML file for each drawing page. # {0} is replaced with...Create an HTML file for each drawing page. # Specify the HTML file...

    docs.groupdocs.com/viewer/python-net/render-vis...
  5. 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...
  6. 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/
  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 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 | 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/
  9. 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-...
  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...