Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support export as docx and pdf. #7

Open
levino opened this issue Jun 17, 2019 · 1 comment
Open

Support export as docx and pdf. #7

levino opened this issue Jun 17, 2019 · 1 comment

Comments

@levino
Copy link

levino commented Jun 17, 2019

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

@sonnenkern
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants