[solved] text as svg text

If you are having problems with QCAD, post here. Please report bugs through our Bug Tracker instead.

Always attach your original DXF or DWG file and mentions your QCAD version and the platform you are on.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
juliend
Newbie Member
Posts: 5
Joined: Thu May 14, 2020 9:36 am

[solved] text as svg text

Post by juliend » Fri Sep 25, 2020 3:57 pm

Something odd:
when I export dxf to svg using the QCAD interface, the text is transformed into svg:path (bulky file :( )
BUT
when I use SvgExporterPG in a script, the text is exported as svg:TEXT (that is great!!! :D )

Question : why QCAD doesn't export text as svg text from the interface?

using qcad-3.24.3-pro-linux-x86_64
Last edited by juliend on Fri Sep 25, 2020 4:01 pm, edited 1 time in total.

User avatar
andrew
Site Admin
Posts: 9058
Joined: Fri Mar 30, 2007 6:07 am

Re: text as svg text

Post by andrew » Fri Sep 25, 2020 4:01 pm

It's a preference:
Edit > Application Preferences > File > Quick SVG Export > Preserve as much of the original geometry as possible

This uses SvgExporterPG instead of SvgExporter.

juliend
Newbie Member
Posts: 5
Joined: Thu May 14, 2020 9:36 am

Re: text as svg text

Post by juliend » Fri Sep 25, 2020 4:18 pm

It works great!
But I have to admit that I wasn't able to find this information in the manual. "Preserve geometry" was rather counter-intuitive: in my case I wanted to preserve the text but not the geometry...
Thank you very much!!! :D

Post Reply

Return to “QCAD Troubleshooting and Problems”