Skip to content

denghui1010/pdf2html

Repository files navigation

🇨🇳中文 | 🇬🇧English

pdf2html

this app can transfer a pdf file to a html file

screenshot

Dependencies

Features

  • output just one html file
  • resouece url configurable
  • template path configurable
  • linux/mac/window support

Resources

  1. the resources now in personal server, suggest put the folder /public/pdfjs-dist into your own server
  2. the templates now in personal server, suggest put the folder /public/template into your own server
  3. finish this, you can modify the setting in the app
    • resource url only support url
    • template path support url and local path
  4. you can custom the resources and templates.

screenshot

Download

v1.0.0

Develop

npm install
npm run electron:serve

Build

read more electron-builder doc

  • mac & linux & window
    • npm run electron:build -- -mwl
  • mac
    • npm run electron:build -- --mac
  • linux
    • npm run electron:build -- --linux deb tar.xz
  • window
    • npm run electron:build -- --win nsis

LICENSE

Apache License