作者:紫陌 | 来源:互联网 | 2023-12-13 11:52
Feature Request
Is your feature request related to a problem? Please describe.
I would really like to maintain a resume in markdown on hugo, and then be able to generate a PDF from that when needed.
Describe the solution you'd like
The Pagedjs library seems to support this easily: https://www.pagedjs.org/ here's an example of what the button does (under the journal section of the main page: https://www.pagedjs.org/page-floats/
Describe alternatives you've considered
The alternative is uploading a PDF
Additional context
https://github.com/julientaq is the maintainer.
该提问来源于开源项目:wowchemy/wowchemy-hugo-modules
There's no need to perform PDF generation on the frontend in this manor and we already have requests to add this to the backend part of Academic (https://github.com/sourcethemes/academic-admin ) - feel free to contribute to that repo.