🇨🇳中文 | 🇬🇧English
this app can transfer a pdf file to a html file
- output just one html file
- resouece url configurable
- template path configurable
- linux/mac/window support
- the resources now in personal server, suggest put the folder
/public/pdfjs-dist
into your own server - the templates now in personal server, suggest put the folder
/public/template
into your own server - finish this, you can modify the setting in the app
- resource url only support url
- template path support url and local path
- you can custom the resources and templates.
npm install
npm run electron:serve
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