All Projects → jzillmann → Pdf To Markdown

jzillmann / Pdf To Markdown

Licence: mit
A PDF to Markdown converter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pdf To Markdown

Md2pdf
Convert Markdown documents to PDF
Stars: ✭ 63 (-76.67%)
Mutual labels:  markdown, pdf-converter
Mdpdf
Markdown to PDF command line app with support for stylesheets
Stars: ✭ 512 (+89.63%)
Mutual labels:  markdown, pdf-converter
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (-70.37%)
Mutual labels:  markdown, pdf-converter
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (-87.04%)
Mutual labels:  markdown, pdf-converter
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-65.19%)
Mutual labels:  markdown, pdf-converter
pyxpdf
Fast and memory-efficient Python PDF Parser based on xpdf sources
Stars: ✭ 26 (-90.37%)
Mutual labels:  pdf-converter
Transcripts
Changelog episode transcripts in Markdown format 📚
Stars: ✭ 260 (-3.7%)
Mutual labels:  markdown
php-chrome-html2pdf
A PHP library for converting HTML to PDF using Google Chrome
Stars: ✭ 53 (-80.37%)
Mutual labels:  pdf-converter
gotenberg-js-client
A simple JS/TS client for interacting with a Gotenberg API
Stars: ✭ 90 (-66.67%)
Mutual labels:  pdf-converter
Reptar
static sites that roar
Stars: ✭ 268 (-0.74%)
Mutual labels:  markdown
Choo Handbook
🚂✋📖 - Learn the choo framework through a set of exercises
Stars: ✭ 266 (-1.48%)
Mutual labels:  markdown
Mak Mini
A (small) piece of paper.
Stars: ✭ 258 (-4.44%)
Mutual labels:  markdown
pdf-creator-node
This package is used to generate HTML to PDF in Nodejs
Stars: ✭ 122 (-54.81%)
Mutual labels:  pdf-converter
Manubot
Python utilities for Manubot: Manuscripts, open and automated
Stars: ✭ 260 (-3.7%)
Mutual labels:  markdown
document-conversion-nodejs
DEPRECATED: Please use https://github.com/watson-developer-cloud/discovery-nodejs
Stars: ✭ 27 (-90%)
Mutual labels:  pdf-converter
Hypermark
Markdown for Humans.
Stars: ✭ 266 (-1.48%)
Mutual labels:  markdown
pdf2html
pdf2html is a module which helps to convert PDF file to HTML pages using Apache Tika. This module also helps to generate thumbnail image for PDF file using Apache PDFBox.
Stars: ✭ 55 (-79.63%)
Mutual labels:  pdf-converter
Doorstop
Requirements management using version control.
Stars: ✭ 258 (-4.44%)
Mutual labels:  markdown
Skills Summary
An documentation to improve oneself
Stars: ✭ 264 (-2.22%)
Mutual labels:  markdown
Ngx Md
Angular(ngx) directive for parsing markdown content in your web application.
Stars: ✭ 258 (-4.44%)
Mutual labels:  markdown

PDF-To-Markdown Converter

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

Major Changes

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 build Build the dev version
  • npm run start Run the app on an server (useful for loading of worker.js and cmaps)
  • 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
  • tag with
    • git tag -a $releaseVersion -m "$releaseVersion release"
    • git push --tags

Credits

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].