Skip to content

murtuzaalisurti/bookmarks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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