Skip to content

Add converter and style query parameters

Alf Eaton requested to merge query-parameters into master

This adds the query parameters that needs to be passed to the backend component for conversion and stylesheet addition.

The style parameter is currently the path to a CSS file in the uploads folder, as that's where the other EPUB assets (images) etc are read from; if it needs to be stored somewhere else we can figure out how to specify that - it just needs to not allow the client to specify a file that it's not allowed to access.

Merge request reports