Emrik Östling

Results 120 comments of Emrik Östling

Now it is a bit easier to customize the default theme! add ```yml volumes: - ./theme:/app/src/theme ``` and then edit the [theme.css](https://github.com/C4illin/ConvertX/blob/main/src/theme/theme.css) that will be in the folder

Yes it is both safe and fine see here: https://github.com/C4illin/ConvertX#development

You need to install all converters manually, it seems like calibre isn't installed

have you tested pandoc?

Word has built in docx to pdf which works okayish

Yes it is definitely a desired feature! Would unfortunately be a bit hard to do since the converters process all files individually by default, so some special action is needed

I think the simplest would be to create a file format like *.merged.pdf and do special logic for it

For pdf workflows in general I think it is better to use something like https://github.com/Stirling-Tools/Stirling-PDF

I added comments like that to most endpoints but haven't found a good way to display them. Was thinking some kind of generic alert. Pull requests are welcome if you...

Calibre is available in the `:main` image, could you test it there?