christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

How to add <img> html tag with local image in RN project folder? #302

Open Lucas-Perazzo opened 1 year ago

Lucas-Perazzo commented 1 year ago

I am creating a pdf and I need to use an image that I have saved in my project. I use the img tag but it doesn't show anything, the only solution I found is to use a

with a background image but only if it is a url not with local images. Can you help me?

MTPL0005-AbhishekDube commented 9 months ago

Have you got any solution ?

jeroen-van-dijk commented 8 months ago

I managed to get custom fonts and images working by using base64 formatted assets

Aswin-Inigo commented 3 weeks ago

Any one has any idea to resolve this issue?