Improving Workflow for Dynamic Markdown to PDF Conversion #558
Unanswered
ray-overjet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using Vivliostyle's JavaScript API to convert dynamic markdown (generated from a database) to PDF. Based on my understanding, the process requires saving both the markdown data and config to temporary files before passing them to the
buildfunction.Here’s my current workflow:
entrypointing to the markdown files)buildfunction with the config pathsetTimeoutMy questions:
buildfunction without saving to temporary files?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions