Open fc88804DOTcn opened 2 months ago
Hello @fc88804DOTcn , yes, this conversion server based on a JSON rest API can convert DWG files into display in a browser, or directly in the PDF, etc. If you install our CADViewer front-end, this is a java script library implemented both as npm and plain vanilly js, then you will get display of files, navigation, print, layer controls, etc. You can find a number of samples in this repository, one of the most used samples is the React one: https://github.com/CADViewer/cadviewer-testapp-react-01 , you can find the Rest-API described at: https://cadviewer.com/cadviewertechdocs/rest_api/ , hope this can get you started!
Thank u firstly.I'll try to deploy this service and test the testapp-vue cases. By the way, I have anther question: Did this service support the large dwg file? not very big,about 10Mb ~ 30Mb.
OK, great. Yes, there is no upper band in the conversion, but in some cases if it is a drawing with many inserts, and fine hatches, it can take time to convert it.
OK, great. Yes, there is no upper band in the conversion, but in some cases if it is a drawing with many inserts, and fine hatches, it can take time to convert it.
ok i got it.i'll learning you guys projects since tomorrow.uhm and ask you again probably,but it doesn't waste much of your time. thanks for you help.
Hello, excuse me. What can this service do? Can it convert the dwg file into a document that can be loaded by the browser? I am looking for solutions that can be used for js and I have a headache for this.