CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.22k stars 2.81k forks source link

[NEW TOOL] Markdown to PDF converter #727

Open lydamian opened 1 year ago

lydamian commented 1 year ago

What tool do you want? Markdown to PDF converter

Describe the solution you'd like input a Markdown file to and output a PDF file

Is their example of this tool in the wild? https://dillinger.io/

Additional context Add any other context about the feature request here.

Jogai commented 1 year ago

Or render to a new window, you can always print to pdf then.

UnclePhil commented 9 months ago

already exist in https://github.com/Stirling-Tools/Stirling-PDF. do not duplicate existing tools IMHO.

sharevb commented 6 months ago

Hi @UnclePhil , interest is that it is done only client side but right and @Jogai yes probably the simpler and efficient solution for a markdown to HTML tool PR #916

sharevb commented 3 months ago

Hi @Jogai , @lydamian and @CorentinTh , implemented "print to pdf" using a new window and native printer (simpler and efficient solution as far as I know)

sharevb commented 3 days ago

Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)