├── README.md └── helloworld.txt /README.md: -------------------------------------------------------------------------------- 1 | # CADViewer Community Version 2 | The community edition of CADViewer, the web-based CAD viewer that integrates with all browsers 3 | 4 | 5 | 6 | # Capabilities - CADViewer Community Edition 7 | 8 | Direct Print and Print to a chosen scale. 9 | Toolbars can be customized, both layout and images. 10 | Clean Canvas mode for direct API control of canvas. 11 | User Interface available in several languages. 12 | Layer handling corresponding to CAD file structure. 13 | Interactive Text search. 14 | Calibration of Drawing. 15 | Measurement. 16 | Interactively control of background color. 17 | Toggle Image Black/White. 18 | Embedded Support of image format SVG and the bitmap formats PNG, JPG and GIF. 19 | Support of Autodesk DXF open format. 20 | Support of PDF. 21 | Partial support of Autodesk DWG format. 22 | 23 | 24 | 25 | 26 | 27 | ## Installing CADViewer Community Edition 28 | 29 | CADViewer JS natively supports vector graphics format SVG and bitmap formats JPG, PNG, GIF 30 | 31 | ### Step 1 32 | 33 | more... 34 | 35 | ### Step 2 36 | 37 | more... 38 | 39 | ### Step 3 40 | 41 | more... 42 | 43 | 44 | 45 | ## Installing Converters for added file support 46 | 47 | All converters are compiled and installed on the server and accessed by CADViewer JS through an adapter 48 | 49 | more .... 50 | 51 | ### DXF Converter 52 | 53 | Source code in download xxx . Support up till version x.y 54 | 55 | ### HPGL Converter 56 | 57 | Source code in download yyy. Support up till version x.y 58 | 59 | ### DWG Converter 60 | 61 | 62 | Source code in download xxx. Support up till version x.y 63 | 64 | 65 | 66 | ## Enterprise Products 67 | 68 | The community version can be extended with the following Enterprise Products: 69 | 70 | ### CADViewer JS Enterprise Edition 71 | 72 | Add-on API developed by [cadviewer.com](https://www.cadviewer.com) to enable Redlining Markup, Image Insert, Compare Drawings, Dynamic Highlight and much much more into CADViewer JS. 73 | 74 | 75 | 76 | ### Enterprise AutoCAD and MicroStation Converters 77 | 78 | Add-On Converters for full AutoCAD DWG/DXF/DWF and MicroStation DGN Support into CADViewer JS are developed by [tailormade.com](https://www.tailormade.com). 79 | 80 | 81 | 82 | 83 | |[![CADViewer](https://cadviewer.com/images/cv-logo.gif)](https://www.cadviewer.com) | [![Tailor Made Software](https://tailormade.com/images/tmslogo.gif)](https://www.tailormade.com) | 84 | |---|---| 85 | -------------------------------------------------------------------------------- /helloworld.txt: -------------------------------------------------------------------------------- 1 | Hello to all the World! --------------------------------------------------------------------------------