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
A middleware to convert a html response to pdf. We can use something like this: https://github.com/KnpLabs/snappy
The workflow could be something like this:
A pdf request is received
The middleware converts to html request (optionally)
The middleware receives the html response
If the response is OK (200), converts to pdf and change the Content-Type.
The text was updated successfully, but these errors were encountered:
A middleware to convert a html response to pdf. We can use something like this: https://github.com/KnpLabs/snappy
The workflow could be something like this:
The text was updated successfully, but these errors were encountered: