View Single Post
You can export the embedded graphics to an rtfd bundle by changing the export type:

Code:
osascript -e 'tell application id "OOut" to export front document as "OORTFDPboardType" to "~/tmp.rtfd"' > /dev/null 2>&1;
Not sure, however, whether convert can handle rtfd for the conversion to pdf - might need an intermediate conversion with textutil from rtfd to html - a bit busy now, but a problem that should yield to a bit of research ...

--

Last edited by RobTrew; 2011-09-12 at 03:38 PM.. Reason: added reference to textutil