Macro to Export Selection to EMF with Text Converted to Curves

Subject: 

Dear users in this Developer Area. I’m new to this developer group.

I am interested in creating a macro that can perform the following task, given a document containing both shapes and text: export the selected part of the document to EMF format, ensuring that all text objects are exported as curves.

Unfortunately, CorelDRAW (at least not in version 2024, which I’m licensed for) does not provide an option in the export dialog to choose “Export as Curves”, as it does for PDF, WMF, and EPS exports. This is a problem for me.

Background: With the arrival of Windows 11, it seems Microsoft has shifted from GDI Classic to GDI+ (Graphics Device Interface Plus). My issue is that I need to insert EMF graphics into Word documents — something I do very frequently. When such graphics contain text, Word scales them upon insertion. Therefore, converting all text to curves before export is essential.

I hope someone can tell me whether it’s possible to create such a macro.

Best regards,


Erik