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

drawing

(0.23 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. Online VSD to JPG Converter | Free GroupDocs Apps

    VSD to JPG document converter - convert VSD to JPG online for free, no registration required. Secure and easy to use VSD to JPG conversion!...VSD Visio Drawing File Format VSD files are drawings created with...interconnection between these. Such drawings can contain visual objects...

    products.groupdocs.app/conversion/vsd-to-jpg
  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. 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...
  5. 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/
  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 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 .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. 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...
  10. Releasing GroupDocs.Annotation for Java front e...

    Team groupdocs ecstatically releasing Annotation for Java Servlets based Front-end V1.2.0. Considering the valuable customers feedback, this release covers a lot of bug fixes and new features. GroupDocs users are free to customize and enhance the application by their own. This project is opensource and already published on GitHub. GroupDocs.Annotaion for Java front-end V1.2.0The GroupDocs.Annotation for Java front-end is a WYSIWYG editor designed to simplify annotating documents using GroupDocs.Annotation for Java API.... More accurate annotation drawing. Result document is same as...

    blog.groupdocs.com/annotation/groupdocs-annotat...