bmakuh / quip-mass-exporter

A tool to export all your documents at once from Quip app
MIT License
37 stars 18 forks source link

Support export as docx and pdf. #7

Open levino opened 5 years ago

levino commented 5 years ago

Currently only .html files are exported. It would be nice to also get .docx and .pdf files.

sonnenkern commented 4 years ago

You will get very poor quality of documents over Quip Automation API, if you export the documents as .docx or .pdf. In this case is the HTML export the best one, implied the right styles (CSS) are used and all internal referneces (images, links etc.) are resolved. I've solved this problem among other issues (for example 503 "over rate limit"). My package: https://github.com/sonnenkern/quip-export

With my Quip-Export Package you can start export in NodeJS environment as a command line tool or use in your own application as a library. Online web-version is also available. The export is quite fast due to real asynchronious (parallel) API calls. Just try it.