You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understands the problem now, if you import any pictures or icons in a relative path, pdf generation is going to fail since resume-cli just use base64 encoded html content as the url https://github.com/jsonresume/resume-cli/blob/master/lib/export-resume.js#L77. Due to the way that different theme works, there are no way to fix it now since it is not possible for resume-cli to know where are those asset stored. The solution is to generate pdf via puppeteer by urself.
It looks like resume-cli is not rendering the picture - whether it is using a remote URL or a local path. See example below.
https://gist.github.com/kmcquade/03fd06e5cd295df4d31cfb9c41dc77e8
The text was updated successfully, but these errors were encountered: