Inkscape.org
Creating New Extensions Help with "simple" extension
  1. #1
    rauldurand rauldurand @rauldurand

    Hi,

    I'd like to automatize a task I do a lot. I want the extension do the following steps:

    1. Take the current selection and filter out some elements. Then update the selection.

    2. Change the page size to fit the updated selection.

    3. Export as pdf using predefined settings.

    Is it possible to do that using an extension? What API functions would be involved?

    Thanks in advance.