Clipboard manager with .cdr support

Hi All.

         Does anyone know of a simple clipboard manager that supports .cdr objects. I've just been playing around with Ditto, but can't get it to support CorelDraw.
Just want to be able to store multiple object/s on the clipboard  without them being converted to a bitmap. Possible with text and bitmaps but is it possible with CorelDraw objects.

Anyone

Cheers

Sark

Parents
  • Does anyone know of a simple clipboard manager that supports .cdr objects. I've just been playing around with Ditto, but can't get it to support CorelDraw.
    Just want to be able to store multiple object/s on the clipboard  without them being converted to a bitmap. Possible with text and bitmaps but is it possible with CorelDraw objects.

    I know about clipboard managers that handle text and some types of images, and some other clipboard formats, but I am unaware of one that can save multiple clips of the full "custom data" that CorelDRAW can copy/paste. If you ever find out about such a clipboard manager, then please let us know!

    You mention in another post that there are other ways of saving objects in Draw. I wrote a little bit of VBA code to make it easier to use one of those ways: storing the objects in CorelDRAW documents.

    When run, this macro carries out a "Save As Copy" of the active document, including only the active selection. The filename is based on the name of the active document, and also adds a time stamp - e.g., "From MyDocument  2018-05-24 230256.cdr". In the current version of the macro, the folder path is specified as a constant.

    The files that are created can then be imported into CorelDRAW documents using drag-and-drop from that folder. It's not exactly like copying/pasting, to the extent that the imported content comes in as a group.

    VIDEO: Save Selection To Temporary

    For recording that video, I used DeskPins to keep that folder in front of the CorelDRAW window. For CorelDRAW versions that have it, another alternative is to use the Connect docker to access the contents of that folder.

  • That's very useful. CD12 has the Scrapbook Manager that is very similar. By dragging and dropping into the Scrapbook docker window you can save selections to a predetermined folder. You can then just drag selections from the Scrapbook window to the page when required.

    I have expanded and refined the macro with the goal of making it more user-friendly and robust. The folder path is no longer hard-coded in the macro. That folder is now specified using a user form, and the folder path is stored in the Registry. So, it's easy to change that folder to organize content for different projects, but it can also be used in a set-and-forget manner if one prefers to always use the same folder.

    It looks like this in the Macro Manager:

    Save_Selection_As_Copy carries out the "Save As Copy, current selection only" to the specified folder.

    Open_SSAC_Folder opens an Explorer window for the specified folder.

    Start_SSAC_Settings opens a user form:

    Copy Path to Clipboard is there to make it easier to use "Import..." in CorelDRAW to access these files. After the folder path has been placed on the Clipboard, it can be pasted into the "Address Bar" of the dialog for selecting the file to import. After doing that once, of course, "Import..." will go back to the same folder the next time.

    I wrote this macro in CorelDRAW X7, so I don't think you could directly use the .GMS file in CorelDRAW 12.

    If you would like the code in plain text, though, then please let me know. You could lay out your own user form in Version 12 - just one TextBox and four CommandButtons - with the same names that I used, and then paste in the text for the form events.

  • If you would like the code in plain text, though, then please let me know. You could lay out your own user form in Version 12 - just one TextBox and four CommandButtons - with the same names that I used, and then paste in the text for the form events.

    Eskimo...That would be appreciated. I'm just learning VBA so it would be a good exercise. I'm still trying Clipboard managers, but apart from saving curves as .ai. I cannot find anything that will behave like Windows Ctrl/C with a multiple save option. Not sure why that should be so difficult. ?

    Ariel... So that's the Connect tray. Interesting. A bit like a sophisticated Scrapbook. Still not quite the ease of a simple Clipboard Manager though. And a bit intrusive.

    Thanks for posting.

    Sark

Reply Children