A PDF to Markdown converter
Go to file
Johannes Zillmann 46a965785a Cleanups & readme
* Move line-item transformations to own package
* Have WordFormat names instead of whole enum in globals
* Rename PdfUploadView to UploadView
* Correct license
2017-03-30 07:40:41 +02:00
docs Create CNAME 2017-03-29 08:41:03 +02:00
examples Add example files 2017-03-29 08:17:14 +02:00
src Cleanups & readme 2017-03-30 07:40:41 +02:00
test Improve list detection 2017-03-28 09:00:21 +02:00
.babelrc Hello World Vue App 2016-11-11 19:47:20 +01:00
.eslintrc Headline to upper case transformation 2017-02-05 21:22:42 +01:00
.gitignore Headline to upper case transformation 2017-02-05 21:22:42 +01:00
LICENSE Add License 2017-03-30 06:55:38 +02:00
package.json Cleanups & readme 2017-03-30 07:40:41 +02:00
README.md Cleanups & readme 2017-03-30 07:40:41 +02:00
webpack.config.js Headline to upper case transformation 2017-02-05 21:22:42 +01:00

PDF-To-Markdown Converter

Javascript tool to parse PDF files and convert them into Markdwon format. Online version at http://pdf2md.morethan.io!

Major Changes

  • Apr 2017 - 0.1: Initial Release

Contribute

Use the issue tracker and/or open pull requests!

Useful Build Commands

  • npm install Download all necessary npm packages
  • npm run lint Lint the javascript files
  • npm run test Run tests
  • npm run check Lint $ Test
  • npm run watch Continuously build the project
  • open build/index.html Open the build project in your default browser
  • npm run release Build production version
  • npm run deploy Build production version & move it to the github pages fodler

Release

  • Increase version in package.json
  • npm run deploy
  • commit & push

Credits

pdf.js - Mozilla's PDF parsing & rendering platform which is used as a raw parser