Replies: 3 comments 9 replies
-
|
Vivliostyle has been developed as a tool that can convert HTML/CSS to PDF, just like Prince and WeasyPrint, so you should be able to use Vivliostyle CLI for that purpose. If you find that a feature you need is missing (such as a feature like the |
Beta Was this translation helpful? Give feedback.
-
Probably the following issue of Vivliostyle.js is the same request: Both PagedJS and Vivliostyle.js perform page layout processing of HTML/CSS in the browser, but the difference is that PagedJS uses the normally loaded HTML document as input, while Vivliostyle.js uses the HTML document loaded with |
Beta Was this translation helpful? Give feedback.
-
Vivliostyle is actually used to convert HTML generated by Hugo into PDF. How about trying |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use
vivliostyle-clias a replacement for Prince or WeasyPrint? That is, the HTML to PDF renderer without any special setup / configuration and without the ned to have the source material also to be handled by Vivliostyle?Since I want to use just a output generated by Hugo another requirement would be something like the
--filerootarg of Prince which handles correct resolution of relative URLs starting with a slash against a local directory.Another benefit would be a mode that works like PagesJS where one can just run the layouter on the content of the current web page.
Maybe there are examples?
Beta Was this translation helpful? Give feedback.
All reactions