I'm having a problem with my image when generating a pdf, png or jpg file

The objective of my program is to generate a student card where I will pull data from each student dynamically.

but if I use any plugin to download the file, the image quality is extremely low. If I upload the image directly to the bubble (it maintains the original quality) and use it to also generate the card, the image continues to have low quality.

Has anyone ever needed to build something like this and have a solution?

Image genarate

Original Image

Are you using an image element to display the image? If yes, then it could be due to auto image compression (Imgix). There are posts in the forum that explains this.

I’ve already try to use that and didn’t work :confused:

Did you try using an HTML element to display the image instead by any chance?

Hi,
I had a similar problem before. You can try turning off the auto image compression in Bubble’s settings. If that doesn’t work, using an HTML element instead of an image element might help. Also, for keeping your images in good quality, you can also use an online tool like https://jpegcompressor.com/ to compress images.

This topic was automatically closed after 70 days. New replies are no longer allowed.