Create a single SVG from multiple Layouts
![]() 6/1/2023 11:38 AM
|
---|
Hi, From what I can tell, CadLib will create a SVG from an input DWG very easily. Can it be made to create a single SVG from a different layout? I'd would be taking one of the layouts I'm creating as each file of the svg. For example, I have 10 layout in one dwg files. I would need to create a single svg file with all layouts. Cheers! Namit |
![]() 6/1/2023 11:46 AM
|
---|
Hi, This is not possible, and I don't think I will ever add support for this, I don't think SVG is very suitable for this kind of thing. For multi-page I'd suggest using PDF instead. - Wout |
![]() 6/1/2023 12:02 PM
|
---|
Thank you for your quick response. |