A web app which converts the bookmark HTML file into a PDF which you can download. You can also add multiple bookmark files and combine them into a single PDF. This web app uses a bookmark parser made by devster31 to parse the bookmark file.
Export your bookmarks from your browser. The exported file will be an HTML file.
Visit this link and upload the HTML file!
After clicking on the download button, a dialog box will appear through which you can download the PDF.
That's it.
Make sure you have nodejs installed on your machine. Run
npm install
to install the required dependencies.
After installing dependencies, run
node index.js
, ornodemon index.js
if you have nodemon installed globally, to kickstart the development server. But before you do that, make sure to set the PORT number as an environment variable.
This app makes use of a bookmark parser made by devster31.
Made with ❤️ by murtuza