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.

26 lines
626B

  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: xps2pdf
  21. - step: load-namespace
  22. namespace: tservice.plugins.xps2pdf
  23. - step: register-plugin
  24. entrypoint: tservice.plugins.xps2pdf/metadata
  25. - step: init-event
  26. entrypoint: tservice.plugins.xps2pdf/events-init