Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files
MIT License
42.05k stars 3.33k forks source link

[Bug]: Markdown to PDF not working due to calibre not being installed #1811

Open chrisl8 opened 1 week ago

chrisl8 commented 1 week ago

Installation Method

Docker fat

The Problem

In this commit calibre was set to no-longer install: https://github.com/Stirling-Tools/Stirling-PDF/commit/ecfdfa56444c0721396df3d7c44b3cce003800d0

This prevents Markdown to PDF conversion, at least it does for me. Maybe I'm doing something wrong?

Do we know what the blocker is on calibre installation being restored?

Thank you.

Version of Stirling-PDF

0.28.3

No Duplicate of the Issue

Frooodle commented 1 week ago

ahh this is because we do markdown to HTML then HTML to PDF Since HTML to PDF was removed this was also removed, Sorry about that, however we don't plan to add calibre back for now so sadly we will be removing markdown to PDF in next update as well

chrisl8 commented 1 week ago

Ah, bummer! Ok, well thanks for the update. Now I know not to wait for it. 😄

I presume the HTML to PDF and Markdown to PDF buttons be removed in the next version too? image

Also is the INSTALL_BOOK_AND_ADVANCED_HTML_OPS environment variable no-longer going to be used?

Thanks again, excellent tool!