You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently only .html files are exported. It would be nice to also get .docx and .pdf files.
The text was updated successfully, but these errors were encountered: