|
1234567891011121314151617 |
- info:
- name: XPS to PDF
- version: v0.1.1
- description: Convert xps to pdf.
- plugin:
- name: xps2pdf
- display-name: XPS to PDF
- lazy-load: false
- init:
- - step: unpack-env
- envname: xps2pdf
- - step: load-namespace
- namespace: tservice.plugins.xps2pdf
- - step: register-plugin
- entrypoint: tservice.plugins.xps2pdf/metadata
- - step: init-event
- entrypoint: tservice.plugins.xps2pdf/events-init
|