Skip to content

A web app which converts the bookmark HTML file into a PDF which you can download.

Notifications You must be signed in to change notification settings

murtuzaalisurti/bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert Bookmarks to PDF

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.

Usage

Step 1

Export your bookmarks from your browser. The exported file will be an HTML file.

Step 2

Visit this link and upload the HTML file!

Step 3

After clicking on the download button, a dialog box will appear through which you can download the PDF.

Step 4

That's it.

Dependencies

Make sure you have nodejs installed on your machine. Run npm install to install the required dependencies.

Local Development

After installing dependencies, run node index.js, or nodemon 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.

Tool Used

This app makes use of a bookmark parser made by devster31.

Made with ❤️ by murtuza