sparanoid
sparanoid
理论上折叠的评论不受影响,如果再遇到可复现的情形可以 reopen 这个 issue
I've updated the prince version. Please let me know if it works for you.
Currently there's no easy way to do that.
In Docusaurus official demo the DOM is hidden by the `hidden` attribute. I think you can made them visible using custom CSS.
@hatton What version are you using? ``` npx docusaurus-prince-pdf --version ``` I've just released v1.0.7. Let me see if it works for you.
@joseantgv Can you try the latest docker version? This can ensure that the environments are the same across different platforms. ```bash docker run --rm -it \ -v $(pwd)/pdf:/app/pdf \ openbayes/docusaurus-prince-pdf:master...
This is what I've got after some investigation according to Prince [CLI docs](https://www.princexml.com/doc/command-line/#css-options). A4 size: ```bash docker run --rm -it \ -v $(pwd)/pdf:/app/pdf \ openbayes/docusaurus-prince-pdf:master \ -u https://docusaurus.io/docs/api/misc/create-docusaurus --prince-args="--page-size='210mm 297mm'"...
> Error: RequestError: connect ECONNREFUSED 127.0.0.1:3000 at ClientRequest. If you need to generate PDF from localhost using Docker image. You need to replace `localhost` with `host.docker.internal` to make sure it...
@joseantgv [This](https://stackoverflow.com/a/24326540/412385) works for me on macOS :( Try to deploy your site external so that program inside the container can access it. Or you can try the latest `npx`...
I'm running it on Koyeb within a container. The memory usage seems to be fine: The gap in the chart is when the service dies