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
The same documetDefination works fine in PlayGround But it wont work in my application. The same docDefination what my code dynamically generates will work in playground but from the npm package createPdfKitDocument function gives the above metioned error.
Node Version: >= 16.4
PDFMake Version: 0.2.7
Can any one please help?
The text was updated successfully, but these errors were encountered:
@liborm85
Do you mean from pdfMake npm package we will not be able to handle images with http/https URLs?
Here I am using pdfMake to create any PDF and send it as a REST API response to the web application. I am not able to handle it with the above-provided syntax. I need to handle the images in the PDF.
Receiving the below error:
The same documetDefination works fine in PlayGround But it wont work in my application. The same docDefination what my code dynamically generates will work in playground but from the npm package createPdfKitDocument function gives the above metioned error.
Node Version: >= 16.4
PDFMake Version: 0.2.7
Can any one please help?
The text was updated successfully, but these errors were encountered: