We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It will be very nice to export CV in PDF format because some platform only accept this format.
Describe the solution you'd like A new command export with one additional argument --format.
Describe alternatives you've considered Maybe we can reuse the build command with the same previous addistional argument --format.
Additional context The exported PDF could be stored in generated/pdf by default and a link could be added in the original html file.
The text was updated successfully, but these errors were encountered:
Nice idea.
I've start building a code base to start working on the extended format parameter.
format
Sorry, something went wrong.
Generate the CV in PDF format with Rod library.
How it works?
CV Yaml format > Generate HTML > Generate PDF
Rod uses an embedded Chromium browser to save the rendered HTML output as PDF (as it would be saved as PDF like 'Print as PDF')
No branches or pull requests
It will be very nice to export CV in PDF format because some platform only accept this format.
Describe the solution you'd like
A new command export with one additional argument --format.
Describe alternatives you've considered
Maybe we can reuse the build command with the same previous addistional argument --format.
Additional context
The exported PDF could be stored in generated/pdf by default and a link could be added in the original html file.
The text was updated successfully, but these errors were encountered: