Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 9,526 for

dwg

(0.04 sec)
  1. GroupDocs.Conversion For .NET 16.12.0 Release N...

    Note This page contains release notes for GroupDocs.Conversion for .NET 16.12.0 Major Features There are 12 new features, improvements and fixes in this regular monthly release. The most notable are: Conversions from and to Webp format Improved memory handling Improved performance Fixed 5+ bugs Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1480 Implement conversion from Webp New Feature CONVERSIONNET‑1483 Implement conversion to Webp New Feature CONVERSIONNET‑1485 Use LZW compression for internal tiff compression Improvement CONVERSIONNET‑1484 Improve memory handling Improvement CONVERSIONNET‑1518 Converting to image with set DPI options without setting image width and height is producing invalid image Fix CONVERSIONNET‑1557 HideWordTrackedChanges set to ’true’ but still its showing track chnages and markup Fix CONVERSIONNET‑1564 Exception when loading EPUB in multithread Fix CONVERSIONNET‑1566 Exception when converting Dwg to PNG in multithread Fix CONVERSIONNET‑1567 Exception is thrown when resizing specific Pdf file Fix CONVERSIONNET‑1158 Convert to HTML from PDF - Words in Bold Letters are not properly displayed Fix CONVERSIONNET‑845 Pdf to Html conversion formatting issue Fix CONVERSIONNET‑1568 Wrong characters when saving in HTML Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....CONVERSIONNET‑1566 Exception when converting DWG to PNG in multithread Fix CONVERSIONNET‑1567...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. GitHub - groupdocs-comparison/GroupDocs.Compari...

    GroupDocs.Comparison for .NET examples, plugins and showcase projects - groupdocs-comparison/GroupDocs.Comparison-for-.NET... OTT Portable: PDF AutoCAD: DWG, DXF Email: EML, EMLX, MSG Images:...

    github.com/groupdocs-comparison/GroupDocs.Compa...
  3. FileType - GroupDocs.Annotation for Java - API ...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com....... DWG AutoCAD Drawing Database File...

    apireference.groupdocs.com/annotation/java/com....
  4. 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()); // ....The supported CAD formats are: DWG DXF Reading CAD metadata To access...

    docs.groupdocs.com/metadata/java/working-with-c...
  5. 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...
  6. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....dwg" )) { // Convert the document...viewer = New Viewer ( "HousePlan.dwg" ) ' Convert the document to...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  7. FileType - GroupDocs.Annotation for Java - API ...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com....... DWG AutoCAD Drawing Database File...

    apireference.groupdocs.com/annotation/java/com....
  8. FileType.JPEG Field - GroupDocs.Viewer for .NET...

    JPEG Image (.jpeg) is a type of image format that is saved using the method of lossy compression. The output image, as result of compression, is a trade-off bet...DOTM Field DOTX Field DWF Field DWG Field DWT Field DXF Field EMF...

    apireference.groupdocs.com/viewer/net/groupdocs...
  9. FileType.EMZ Field - GroupDocs.Viewer for .NET ...

    Enhanced Windows Metafile compressed (.emz) represents graphical images device-independently compressed by GZIP. Metafiles of EMF comprises of variable-length r...DOTM Field DOTX Field DWF Field DWG Field DWT Field DXF Field EMF...

    apireference.groupdocs.com/viewer/net/groupdocs...
  10. FileType.EPUB Field - GroupDocs.Viewer for .NET...

    Open eBook File (.epub) is an e-book file format that provide a standard digital publication format for publishers and consumers. The format has been so common...DOTM Field DOTX Field DWF Field DWG Field DWT Field DXF Field EMF...

    apireference.groupdocs.com/viewer/net/groupdocs...