XPS to PDF
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tservice-plugin.yaml 696B

3 年之前
3 年之前
3 年之前
1234567891011121314151617181920212223242526272829
  1. info:
  2. name: XPS to PDF
  3. version: v0.1.1
  4. description: Convert xps to pdf.
  5. category: "Tool"
  6. home: "https://github.com/clinico-omics/tservice-plugins"
  7. source: "PGx"
  8. short_name: "xps2pdf"
  9. icons:
  10. - src: ""
  11. type: "image/png"
  12. sizes: "192x192"
  13. author: "Jingcheng Yang"
  14. plugin:
  15. name: xps2pdf
  16. display-name: XPS to PDF
  17. lazy-load: false
  18. init:
  19. - step: unpack-env
  20. envname: config
  21. envtype: 'configuration'
  22. - step: unpack-env
  23. envname: xps2pdf
  24. - step: load-namespace
  25. namespace: tservice.plugins.xps2pdf
  26. - step: register-plugin
  27. entrypoint: tservice.plugins.xps2pdf/metadata
  28. - step: init-event
  29. entrypoint: tservice.plugins.xps2pdf/events-init