lucasplacentino/Export Scribus PDF
Export a PDF file from a Scribus/.sla file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sla-file | Input .sla file | yes | — |
| pdf-filename | Output PDF file name | — | ${{ inputs.sla-file }}.pdf |
| compress | PDF compression: true or false | — | true |
| compressmtd | Image compression: 0=automatic, 1=JPG, 2=PNG | — | 0 |
| quality | PDF quality: 1=high, 2=medium, 3=low | — | 2 |
| version | PDF standard version, eg: 16 = PDF 1.6 standard, 15 = PDF 1.5 standard, etc | — | 16 |
Outputs
| name | description |
|---|---|
| pdf-file | Output PDF file |