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
-
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
build
function.Here’s my current workflow:
entry
pointing to the markdown files)build
function with the config pathsetTimeout
My questions:
build
function without saving to temporary files?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions