Generate website as book pdf #3869
-
Hi all,
G. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Unfortunately a website can't be rendered as a book since the structure of the project file itself isn't compatible. We don't have tools to automatically convert a website project to a book project, so your best bet is to port your website project. If you'd like there is a command to generate book project scaffolding that you could use as a starter:
HTH and good luck! |
Beta Was this translation helpful? Give feedback.
Unfortunately a website can't be rendered as a book since the structure of the project file itself isn't compatible. We don't have tools to automatically convert a website project to a book project, so your best bet is to port your website project. If you'd like there is a command to generate book project scaffolding that you could use as a starter:
quarto create project
HTH and good luck!