hi, I’m using the temporary license to check the conversion feature beforehand, when I import a dwg file (only ~500kB) and export it, I got ~15 MB SVG file, that was too large and I can’t see the whole image even when I zoom out at most.
@ntphu,
It is good idea to control size of the output canvas with setting page_width and page_height, if these options are missing, the size is calculated automatically from the drawing and could be huge (depends on the drawing). Text_thickness_normalization allows to make text looking better (sometimes it can be distorted, e.g. because of size) and draw_type option sets up the coloring of the drawing: could be fixed color or based on the colors of objects in the initial drawing. Using of another options depends on the variety of the drawings you need to process.