XPS to PDF
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

tservice-plugin.yaml 410B

3 лет назад
1234567891011121314151617
  1. info:
  2. name: XPS to PDF
  3. version: v0.1.1
  4. description: Convert xps to pdf.
  5. plugin:
  6. name: xps2pdf
  7. display-name: XPS to PDF
  8. lazy-load: false
  9. init:
  10. - step: unpack-env
  11. envname: xps2pdf
  12. - step: load-namespace
  13. namespace: tservice.plugins.xps2pdf
  14. - step: register-plugin
  15. entrypoint: tservice.plugins.xps2pdf/metadata
  16. - step: init-event
  17. entrypoint: tservice.plugins.xps2pdf/events-init