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
Problem:
I'm using headerTemplate to generate a custom header for each page of my file, but since it contains an image and I'm using the cli I have a large blob of text from the data:image/png;base64 (using code this would be trivial to solve, just a couple of function calls and replacements, but that would go against the point of directly converting md to pdf).
Solution:
Simple solution would be providing the path of the headerTemplate/footerTemplate.html
The text was updated successfully, but these errors were encountered:
Problem:
I'm using headerTemplate to generate a custom header for each page of my file, but since it contains an image and I'm using the cli I have a large blob of text from the data:image/png;base64 (using code this would be trivial to solve, just a couple of function calls and replacements, but that would go against the point of directly converting md to pdf).
Solution:
Simple solution would be providing the path of the headerTemplate/footerTemplate.html
The text was updated successfully, but these errors were encountered: